Skip to content

Releases: 0xPolygon/polygon-cli

v0.1.62

31 Oct 15:00
efea2e2
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump google.golang.org/api from 0.201.0 to 0.203.0 by @dependabot in #415
  • chore(deps): bump cloud.google.com/go/kms from 1.20.0 to 1.20.1 by @dependabot in #412
  • chore(deps): bump github.com/prometheus/common from 0.60.0 to 0.60.1 by @dependabot in #413
  • chore(deps): bump github.com/schollz/progressbar/v3 from 3.16.1 to 3.17.0 by @dependabot in #414
  • fix: reduce max attempts by @minhd-vu in #417
  • sensor fix: accurately timestamp data on arrival by @rebelArtists in #418

Full Changelog: v0.1.61...v0.1.62

v0.1.61

24 Oct 16:18
1fa089c
Compare
Choose a tag to compare

What's Changed

  • fix: go-install job by @leovct in #402
  • ci: bump versions by @leovct in #403
  • chore: bump github.com/ethereum/go-ethereum from 1.13.11 to 1.14.6 by @leovct in #399
  • chore(deps): bump google.golang.org/api from 0.200.0 to 0.201.0 by @dependabot in #405
  • chore(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in #404
  • chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.9 to 6.6.1 by @dependabot in #406
  • ci: bump go version from 1.21 to 1.22 by @leovct in #408
  • feat: add dnsdisc mode in p2p crawl by @jhkimqd in #364
  • add dns discovery to sensor logic by @rebelArtists in #409
  • chore: change peers caps to []string and change DNS discovery logic by @minhd-vu in #411

Full Changelog: v0.1.60...v0.1.61

v0.1.60

20 Oct 12:54
971b28e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.59...v0.1.60

v0.1.59

16 Oct 14:15
6b4ba3c
Compare
Choose a tag to compare
feat: add name and caps to datastore peer (#394)

v0.1.58

11 Oct 01:36
989b4a2
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 by @dependabot in #379
  • chore(deps): bump cloud.google.com/go/kms from 1.19.1 to 1.20.0 by @dependabot in #377
  • chore(deps): bump google.golang.org/api from 0.197.0 to 0.198.0 by @dependabot in #378
  • fix: break from infinite loop when txn receipt not retrieved by @jhkimqd in #376
  • fix: change possibly misleading total rates per second information an… by @jhkimqd in #380
  • chore: minor changes to monitor receipt view to output non-empty metrics by @jhkimqd in #381
  • chore: sort polycli loadtest modes by @leovct in #382
  • chore(deps): bump google.golang.org/api from 0.198.0 to 0.199.0 by @dependabot in #383
  • Retesteth Tool by @praetoriansentry in #357
  • refactor: change monitor gas price logic calculation by @jhkimqd in #385
  • ci: remove build workflows by @leovct in #386
  • fix: monitor missing txinfo for first element by @jhkimqd in #387
  • fix: return error instead of infinitely hanging monitor by @jhkimqd in #388
  • chore(deps): bump github.com/iden3/go-iden3-crypto from 0.0.16 to 0.0.17 by @dependabot in #392
  • chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 by @dependabot in #391
  • feat: silence usage when error returned for monitor by @jhkimqd in #393

Full Changelog: v0.1.57...v0.1.58

v0.1.57

19 Sep 14:01
8c71a3c
Compare
Choose a tag to compare
feat: write peers to datastore (#374)

* write peers to datastore

* update docs

v0.1.56

17 Sep 13:17
0c533ee
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump google.golang.org/api from 0.194.0 to 0.195.0 by @dependabot in #361
  • chore(deps): bump github.com/prometheus/common from 0.55.0 to 0.57.0 by @dependabot in #360
  • fix: monitor panic by @jhkimqd in #359
  • fix: adjust nft mint amount for cdk erigon by @jhkimqd in #362
  • fix: bulk fund wallets with massive amount by @SakuBoyz in #363
  • chore(deps): bump google.golang.org/api from 0.195.0 to 0.196.0 by @dependabot in #368
  • chore(deps): bump github.com/prometheus/common from 0.57.0 to 0.59.1 by @dependabot in #365
  • chore(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 by @dependabot in #366
  • chore(deps): bump golang.org/x/crypto from 0.26.0 to 0.27.0 by @dependabot in #367
  • chore(deps): bump google.golang.org/api from 0.196.0 to 0.197.0 by @dependabot in #372
  • chore(deps): bump cloud.google.com/go/kms from 1.19.0 to 1.19.1 by @dependabot in #371
  • chore(deps): bump github.com/schollz/progressbar/v3 from 3.14.6 to 3.15.0 by @dependabot in #369
  • chore(deps): bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 by @dependabot in #370
  • feat(monitor): add zkevm batch counters by @leovct in #373

New Contributors

Full Changelog: v0.1.55...v0.1.56

v0.1.55

28 Aug 15:44
6e66fc7
Compare
Choose a tag to compare
feat: add node info route (#358)

* add info route

* add key flag

* update docs

v0.1.54

19 Aug 07:05
6ca276f
Compare
Choose a tag to compare
fix: ulxly claim filter logic (#348)

Signed-off-by: Ji Hwan <[email protected]>

v0.1.53

16 Aug 10:31
6290c8a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.52...v0.1.53