Releases: 0xPolygon/polygon-cli
Releases · 0xPolygon/polygon-cli
v0.1.56
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
feat: add node info route (#358) * add info route * add key flag * update docs
v0.1.54
fix: ulxly claim filter logic (#348) Signed-off-by: Ji Hwan <[email protected]>
v0.1.53
v0.1.52
What's Changed
- feat: implement deposit and claim methods and rename cmds by @jhkimqd in #304
- feat: ulxly bridge and claim message by @jhkimqd in #310
- fix: allow 0 gas limit for gas estimation by @jhkimqd in #311
- chore: include ulxly gen bindings and lint by @jhkimqd in #344
- chore: fix breaking lint and remove gen-ulxly-go-bindings by @jhkimqd in #345
- fix: ci by @jhkimqd in #346
- uLxLy by @praetoriansentry in #295
Full Changelog: v0.1.51...v0.1.52
v0.1.51
feat: add forkid filtering (#339) * add forkid filtering * update error
v0.1.50
feat: add name metric label (#338)
v0.1.49
feat: peer message counts (#334) * feat: peer message counts * add remove peer messages
v0.1.48
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
fix: increase max attempts and remove indexes (#319) * increase max attempts * add no index * update noindex * reduce max attempts to 10