Skip to content

Releases: 0xPolygon/polygon-cli

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

v0.1.52

14 Aug 10:46
dd9e8a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.51...v0.1.52

v0.1.51

12 Aug 15:17
523df56
Compare
Choose a tag to compare
feat: add forkid filtering (#339)

* add forkid filtering

* update error

v0.1.50

08 Aug 18:02
5d102af
Compare
Choose a tag to compare
feat: add name metric label (#338)

v0.1.49

06 Aug 14:11
896553a
Compare
Choose a tag to compare
feat: peer message counts (#334)

* feat: peer message counts

* add remove peer messages

v0.1.48

22 Jul 14:06
000b4c8
Compare
Choose a tag to compare
feat: add peers api (#329)

* add peer handler

* fix lint

* fix lint

* refactor handlers

* only get method

* refactor http to api

* update description

* update docs

v0.1.47

08 Jul 16:16
8e470b0
Compare
Choose a tag to compare
fix: increase max attempts and remove indexes (#319)

* increase max attempts

* add no index

* update noindex

* reduce max attempts to 10

v0.1.45

11 Jun 11:29
bc5041b
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 by @dependabot in #293
  • feat: blob mode for loadtest by @jhkimqd in #292
  • fix: disable multimode loadtesting for blob transactions by @jhkimqd in #294
  • feat: loadtest monitor new blob params + ui cleanup by @jhkimqd in #296
  • feat: loadtest check for duplicate mode input by @jhkimqd in #297
  • chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0 by @dependabot in #301
  • chore(deps): bump github.com/prometheus/common from 0.53.0 to 0.54.0 by @dependabot in #298
  • chore(deps): bump google.golang.org/api from 0.181.0 to 0.183.0 by @dependabot in #299

Full Changelog: v0.1.44...v0.1.45