Skip to content

test3.gno.land

Pre-release
Pre-release
Compare
Choose a tag to compare
@moul moul released this 03 Nov 19:16
· 818 commits to master since this release
1ca2d97

https://test3.gno.land

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
  • chore: add gnotxport in the Docker image by @moul in #287
  • WIP: Fix mempool PostCheck error bug by @jaekwon in #290
  • Quickstart Guide 404 by @serranoarevalo in #291
  • chore(test2): setup TLS on rpc 36657 by @moul in #293
  • chore(test2): setup CORS headers by @moul in #294
  • chore: fix typos in gnoland/genesis directory files by @lumtis in #295
  • chore: increase verbosity of gnotxport by @moul in #296
  • chore: add DefaultBaseOptions for gnofaucet by @ltzmaxwell in #300
  • test: use T.TempDir to create temporary test directory by @Juneezee in #298
  • chore: add p/acl package by @moul in #289
  • chore: Filetest optimization by @ltzmaxwell in #304
  • chore: create faucet’s README.md by @piux2 in #302
  • chore: bump go1.19 by @moul in #310
  • chore: refactor gno.land/p/grc structure by @moul in #309
  • Support UntypedBigdecType, BigdecType, Float32Type and Float64Type. by @jaekwon in #306
  • chore: add basic GRC20 tests by @moul in #308
  • chore: switch from std.GetTimestamp to time.Now by @moul in #313
  • chore: bump test2's faucet to 50M by @moul in #315
  • chore: rename exts/token-metadata.gno by @lumtis in #318
  • chore: test broken genesis/configuration by @moul in #321
  • chore: add GRC777 interface by @moul in #307
  • chore: examples of upgrade patterns by @moul in #125
  • chore: fix faucet on test2 by @moul in #326
  • chore: add docker-integration test by @moul in #327
  • chore: add make build && make install by @albttx in #330
  • Add internal mempool client interface check by @piux2 in #332
  • chore: add p/grc/exos/vault composability example by @moul in #334
  • docs: improve vim config with usage of gofmt by @tbruyelle in #337
  • chore: update cmd/gnofaucet/README.md by @WALL-E in #339
  • chore: add detailed log for gnofaucet by @WALL-E in #338
  • chore: update chainid to dev for local testnets by @WALL-E in #340
  • chore: allow passing password as stdin by @moul in #325
  • chore: gnodev test --timeout by @moul in #341
  • feat(gnotxport): support stdout + add --follow by @moul in #342
  • chore: improve Windows OS support by @giansalex in #345
  • feat: add r/faucet by @moul in #246
  • chore: make 'gnodev test' precompile and build, except if '--no-precompile' by @moul in #348
  • chore: make txport retry blocks for reliability by @moul in #343
  • fix(bft/rpc): check http status code by @tbruyelle in #350
  • chore: fix typos by @omahs in #349
  • chore: move root package to pkgs/gnolang by @moul in #328
  • chore: move gnoview and logos in misc/ by @moul in #352
  • chore: fix to import path of misc by @anarcher in #353
  • chore: update docs and license by @moul in #354
  • chore(tx/call): improve error format output by @tbruyelle in #355
  • chore: cleanup debug by @moul in #356
  • chore: disable auto precompile on gnodev test by @moul in #359
  • Add Tx simulate option by @giansalex in #367
  • chore: add p/blog and r/gnoland/blog by @moul in #370
  • chore(foo20): add faucet by @moul in #373
  • chore: make fmt by @moul in #374
  • feat: support realm subpackages by @anarcher in #365
  • feat: reorganize examples for upcoming namespace support by @moul in #336
  • example: gnode by @jaekwon in #324
  • feat: add r/system/names by @moul in #375
  • add examples/gno.land/p/flow by @jaekwon in #316
  • feat: add std.DerivePkgAddr helper by @moul in #347
  • feat: add a r/demo/types package by @moul in #377
  • chore: small chores by @moul in #378
  • chore: various changes for test3 by @moul in #380
  • chore: various web fixes and improvements by @moul in #383
  • chore: improve blog realm by @moul in #381
  • chore: edit blog by @moul in #376
  • feat: test3 by @moul in #385

New Contributors

Full Changelog: chain/test1.0...chain/test3.0