Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 13:54
· 31 commits to master since this release
c1a3341

Container Images

You can find all docker images at:

https://github.com/orgs/gnolang/packages?repo_name=gno

What's Changed

  • refactor(gnovm/gno/bug): sync bug template by @yukionfire in #2566
  • test(cmd/gno): fix TestBugApp by @thehowl in #2572
  • chore(test4): add teritori persistent peer by @n0izn0iz in #2575
  • feat: add irreverentsimplicity to persistent_peers by @irreverentsimplicity in #2577
  • docs: add test4 config & update testnets section by @leohhhn in #2576
  • chore(examples): Use uassert/urequire instead of testing in some demo packages by @linhpn99 in #2491
  • fix(testdata): wrong expectation at gnoweb_airgapped.txtar by @linhpn99 in #2582
  • chore: fix ci by @moul in #2587
  • feat: r/profile dapp by @kazai777 in #1983
  • chore: trigger gnoland CI when updating examples/ by @moul in #2588
  • fix(gnovm): repair selector type aliasing by @deelawn in #2483
  • fix(gnovm): annotate specific reason a value does not implement an interface by @Villaquiranm in #2492
  • docs: Remove slash from test4 endpoint by @linhpn99 in #2603
  • feat: named and unnamed type assignment 3 of 3 by @piux2 in #2367
  • feat(gnokey): Print out the transaction hash when maketx executes successfully by @linhpn99 in #2309
  • fix(tm2): Fix request_id mismatch at http client by @linhpn99 in #2589
  • feat(examples): improve p/demo/ufmt by @grepsuzette in #2553
  • fix(gnokeykc): gnokeykc maketx {addpkg,call,run} missing because of tm2 separation (fixes #2373) by @grepsuzette in #2375
  • feat: expose InitChain tx responses by @n0izn0iz in #1941
  • feat(p/uassert, p/diff): Support Diff in p/uassert Package by @notJoon in #2490
  • feat(gnovm): add /debug command in REPL by @mvertes in #2567
  • chore(deps): bump the actions group across 1 directory with 10 updates by @dependabot in #2593
  • feat(gnovm): enforce formatting of added packages by @moul in #2464
  • chore: add two new upgrade examples + refactor existing ones by @moul in #2334
  • feat(r/gnoland/home): add AdminSetOverride by @moul in #2583
  • ci: fix broken CI, always test all go code by @thehowl in #2625
  • feat(coverage): Add back coverage support for txtar by @gfanton in #2377
  • fix: pointer eq by @petar-dambovaliev in #2627
  • docs: Update expired Discord link, and minor documentation fixes by @gin in #2634
  • fix(gnoland): Update error type for invalid deposit by @linhpn99 in #2614
  • fix: missing length check in value declaration by @omarsy in #2206
  • fix: In r/demo/profile fieldHandler, use url.QueryEscape(value) by @jefft0 in #2642
  • fix(fmt): do not print a second line when printing file to stdout by @gfanton in #2639
  • chore(deps): bump the everything-else group across 1 directory with 5 updates by @dependabot in #2612
  • ci: fix backwards incompatible change by @thehowl in #2644
  • fix(gnovm): fix max names in block check by @deelawn in #2645
  • feat(gnovm): add stacktraces and log them in panic messages by @omarsy in #2145
  • fix(docs): wrong GetOrigCaller usage reference by @leohhhn in #2659
  • chore: bump gnolang/faucet version to v0.3.1 by @zivkovicmilos in #2664
  • feat(gnoweb): added link to readme if present by @agherasie in #2461
  • feat(gnoland): Improve gnoland config/secrets command description by @gfanton in #2399
  • feat: add p/demo/entropy by @moul in #2487
  • ci: Full revision of Goreleaser tasks by @sw360cab in #2672
  • chore(ci): Fix master branch goreleaser by @sw360cab in #2686
  • chore: fixate golangci-lint CI version to 1.59 by @zivkovicmilos in #2693
  • chore(ci): revamping master branch goreleaser by @sw360cab in #2694
  • feat(examples): implement r/events, p/authorizable by @leohhhn in #2372
  • chore(examples): update home page, add add test for r/events by @leohhhn in #2697
  • chore: update gnolang/faucet version to v0.3.2 by @zivkovicmilos in #2701
  • fix: small typo in gnodev documentation by @aeddi in #2680
  • feat: render .md files from packages by @alexiscolin in #2540
  • fix(gnovm): prevent cyclic references in type declarations by @ltzmaxwell in #2081
  • fix(gnovm): correct comparison between different types by @ltzmaxwell in #1890
  • fix(gnovm): handle non call expression valuedecl values by @deelawn in #2647
  • chore(gnokey): update long help by @leohhhn in #2712
  • chore: add a ugnot constant by @deelawn in #2656
  • feat(examples): add disperse (v2) by @agherasie in #2613
  • feat: p/subscription by @kazai777 in #2116
  • chore: In doc setting-up-a-new-chain, resetting the chain also, delete genesis.json by @jefft0 in #2513
  • chore: gnoclient: Require Caller in Msg. Remove syntax sugar Msgs by @jefft0 in #2715
  • fix: wrong url syntax by @DIGIX666 in #2724
  • chore: simplify staging by @albttx in #2018
  • chore(ci): CI test of portal-loop by @albttx in #2064
  • feat: gnobro, a terminal-based realm browser by @gfanton in #2608
  • chore: In gnoclient, separate out SignTx and BroadcastTxCommit by @jefft0 in #2641
  • feat: In r/demo/users, add ListUsersByPrefix by @jefft0 in #1708
  • feat(examples): a shifumi (rock, paper, scissors) smart contract by @mvertes in #2629
  • docs(portal-loop): mention packages can be deployed permissionlessly by @grepsuzette in #2747
  • chore: remove panic from uverse by @thehowl in #2626
  • feat(examples): add r/leon by @leohhhn in #2740
  • fix(gno.land): make gno store cache respect rollbacks by @thehowl in #2319

New Contributors

Full Changelog: v0.1.1...v0.2.0