Releases: 0xPolygon/polygon-cli
Releases · 0xPolygon/polygon-cli
v0.1.45
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
v0.1.44
What's Changed
- chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_modules group by @dependabot in #263
- chore(deps): bump google.golang.org/api from 0.172.0 to 0.175.0 by @dependabot in #264
- chore(deps): bump github.com/prometheus/common from 0.52.3 to 0.53.0 by @dependabot in #265
- chore(deps): bump google.golang.org/api from 0.175.0 to 0.176.1 by @dependabot in #266
- fix: loadtestrpc mode erc20/721 contract addresses nil by @jhkimqd in #262
- refactor: remove polycli rpc method by @jhkimqd in #272
- chore(deps): bump cloud.google.com/go/datastore from 1.15.0 to 1.17.0 by @dependabot in #274
- chore(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 by @dependabot in #269
- chore(deps): bump cloud.google.com/go/kms from 1.15.8 to 1.17.0 by @dependabot in #276
- chore(deps): bump google.golang.org/api from 0.180.0 to 0.181.0 by @dependabot in #277
- chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.8 to 6.5.9 by @dependabot in #279
- chore(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 by @dependabot in #278
- chore: delete .github/workflows/security-build.yml by @jhkimqd in #284
- refactor: improve monitor ui/ux by @jhkimqd in #280
- fix: rename misleading naming with txn root by @jhkimqd in #281
- fix: monitor index out of range panic when scrolling to genesis by @jhkimqd in #282
- fix: abi decode bug when there are multiple returns by @jhkimqd in #283
- fix: fix issue where arrow key would not rerender after reaching end by @jhkimqd in #290
- fix: draw each blockinfo section information into separate rows by @jhkimqd in #289
- chore(deps): bump github.com/rs/zerolog from 1.32.0 to 1.33.0 by @dependabot in #286
- chore(deps): bump cloud.google.com/go/kms from 1.17.0 to 1.17.1 by @dependabot in #287
- chore(deps): bump github.com/schollz/progressbar/v3 from 3.14.2 to 3.14.3 by @dependabot in #285
Full Changelog: v0.1.43...v0.1.44
v0.1.43
chore: remove genesis flag (#261) * clean up unused parameter * remove genesis flag * fix lint * fix more lint issues * update docs
v0.1.42
patch release for 0x removal
v0.1.41
bumping
v0.1.40
[DVT-1266][DVT-1213] Fix sensor network memory leak and add prom metr…
v0.1.39
[DVT-1207][DVT-1208] Fix forkid peering (#186) * fix peering * update docs * go mod tidy * upgrade go-ethereum * update fork id * fix ttl * update logging levels * fix protocol length * add block header and body requests to rlpx * update default fork id * update docs * use string again
v0.1.38
[DVT-1097] Sensor peers are maxing out (#164) * fix eth 68 txs * undo changes * add read status * go mod tidy * fix fund logging
v0.1.37
feature: bulk fund crypto wallets (#159) * feature: bulk fund crypto wallets * gofmt * fix: errant print statements * fix: add gen docs * fix: unnecessary pause * fix: pr feedback * fix: lint issues * fix verbosity flag and default gas value * fix docs * fix: auto detect chain id --------- Co-authored-by: dan moore <[email protected]>
v0.1.36
[DVT-1060] Fix status message protocol version (#146)