test2.gno.land
Pre-release
Pre-release
What's Changed
- Fix typo in debug.go by @biki-cloud in #168
- Create dependabot.yml by @faddat in #180
- chore(vm): fix a crash when requesting a missing file by @jubnzv in #172
- feat(grc20,foo20): lazily resolve username in grc20 (and foo20) by @moul in #145
- chore: update .gitignore by @faddat in #177
- feat: add a /status.json handler on website by @moul in #148
- chore: gofumpt by @moul in #183
- There is a problem that gnoland cannot be run after a completely new clone by @jackthgu in #185
- fix(cmd): small sets of fixes in cmd package by @Milerius in #170
- Trim whitespace from address by @LyteNetworkIO in #187
- feat: add 'gnodev test' command by @moul in #149
- chore: update discord link by @moul in #190
- chore: silent the 'XXX save hash to iavl' comment by @moul in #191
- Add support for grocksdb (but disabled by default) by @jaekwon in #197
- Website: render usernames by @loicttn in #175
- Update amino genproto by @jaekwon in #199
- chore(test): setup a "flappy tests" system by @moul in #201
- chore: add gnoweb build in Makefile + CI by @moul in #204
- WIP: fixing some nondeterministic tests by @jaekwon in #132
- chore: split biggest unit test suites in Makefile + CI by @moul in #205
- chore: 'gnodev' improvements by @moul in #206
- chore: split biggest packages test suites in Makefile + CI by @moul in #211
- chore: refactor p/rand with cost-efficient alternative to md5 by @moul in #193
- chore: mark new flappy test: TestSwitchInitPeerIsNotCalledBeforeRemovePeer by @moul in #215
- chore: add 'make fmt' by @moul in #212
- chore: update gitpod config by @moul in #216
- chore: mark new flappy test: TestResetTimeoutPrecommitUponNewHeight by @moul in #217
- chore: run gofumpt against the codebase by @moul in #213
- chore: mark new flappy tests: TestSignerVoteKeepAlive, TestReactorRecordsVotesAndBlockParts by @moul in #218
- gnodev test with testing.T by @anarcher in #208
- chore: update getting started guide by @moul in #222
- feat: various improvements on 'gnodev test' by @moul in #223
- chore(ci): reduce opaque dependencies by @moul in #225
- chore(ci): build and publish docker image by @moul in #226
- chore: optimize the generated docker image by @moul in #227
- chore(deps): bump docker/login-action from 1 to 2 by @dependabot in #228
- feat: basic 'gnodev repl' helper by @moul in #224
- chore: move tests/files2/zrealm_* into the implementation folders by @moul in #230
- Sdk amino fix by @jaekwon in #229
- test(gnodev): add integration tests by @moul in #231
- fix(gnodev): was using exit code 0 for some failing cases + add new integration tests by @moul in #232
- Legal by @jaekwon in #235
- chore: fix tests by @moul in #237
- chore: add staging.gno.land config by @moul in #236
- feat(gnodev): implement 'test --run ...' by @moul in #233
- chore: minimum registration fees with invites by @ltzmaxwell in #243
- chore: support --run file/* for filetest.gno files by @moul in #244
- chore: mark TestBroadcastTxForPeerStopsWhenPeerStops as flappy by @moul in #245
- chore: add an example of output formatting in contracts (string, json, jsonp) by @moul in #214
- chore: update staging's makefile helpers for operations by @moul in #247
- Optimize : return meaningful message rather than NPE for boards; Add some test files as well" by @ltzmaxwell in #250
- chore: apply gofumpt by @moul in #251
- feat(gnofaucet): add a captcha by @r3v4s in #242
- chore: bump dependencies with vulnerabilities by @alikhil in #254
- chore: add 'gnoland --skip-failing-genesis-txs' by @moul in #248
- chore: add 'gnoland --skip-start’ by @moul in #256
- fix: potential nil dereferences by @alikhil in #258
- chore: fix bunch of typos by @alikhil in #259
- chore: prepare new testnet with cleaned genesis, new faucet, etc by @moul in #252
- chore: fix makefile rule for website, add —view flag by @piux2 in #261
- chore: setup multistage docker by @moul in #260
- chore: fix staging deployment by @moul in #263
- Fixed gnokey add public key failure by @piux2 in #264
- chore: add misc/docker-build-stages by @moul in #262
- fixed CreatePost -> CreateThread issue by @piux2 in #271
- chore: setup CORS on staging by @moul in #272
- chore: add test2.gno.land config by @moul in #273
- chore: cleanup bak/ by @moul in #276
- faucet handle ipv6 loopback addr & typo fix by @r3v4s in #268
- Update LICENSE.md by @jaekwon in #194
- feat: allocation tweaks by @jaekwon in #267
- feat: replace gnot with ugnot + add airdrop file support by @moul in #274
- chore: make remote and chainid dynamic by @moul in #277
- chore: support custom home content by @moul in #279
- chore: update testnets infra by @moul in #280
- chore: 1ugnot -> 1000000ugnot by @jaekwon in #281
- chore: mark ./pkgs/bft/consensus.TestStateHalt1 as flappy by @moul in #282
- chore: tweak genesis distribution for test2 by @jaekwon in #278
- chore: improve content for newcomers by @moul in #283
- chore: update broken instructions by @moul in #284
- chore: use independence-day's genesis for test2.gno.land by @moul in #285
New Contributors
- @biki-cloud made their first contribution in #168
- @jubnzv made their first contribution in #172
- @jackthgu made their first contribution in #185
- @Milerius made their first contribution in #170
- @LyteNetworkIO made their first contribution in #187
- @alikhil made their first contribution in #254
Full Changelog: chain/test1.0...chain/test2.0