Skip to content

Releases: 0xPolygon/polygon-cli

v0.1.99

15 Dec 22:05
1f82b70

Choose a tag to compare

What's Changed

  • fix(sensor): handle bor state sync tx type by @minhd-vu in #804

Full Changelog: v0.1.98...v0.1.99

v0.1.98

15 Dec 19:30
df43076

Choose a tag to compare

What's Changed

  • chore: bump crate-ci/typos from 1.39.0 to 1.39.2 by @dependabot[bot] in #781
  • refactor: replace interface{} with any for clarity and modernization by @weifangc in #782
  • chore: bump actions/checkout from 5 to 6 by @dependabot[bot] in #786
  • chore: bump golang.org/x/crypto from 0.43.0 to 0.45.0 in the go_modules group across 1 directory by @dependabot[bot] in #783
  • chore: bump svenstaro/upload-release-action from 2.11.2 to 2.11.3 by @dependabot[bot] in #785
  • chore: bump google.golang.org/api from 0.255.0 to 0.256.0 by @dependabot[bot] in #787
  • docs: update old loadtest doc by @jhkimqd in #789
  • chore: multicall3 deterministic deploy by @tclemos in #780
  • chore: bump deps by @leovct in #797
  • chore: bump deps by @leovct in #803
  • chore: bump github.com/ethereum/go-ethereum from 1.15.11 to 1.16.7 by @dependabot[bot] in #752

New Contributors

Full Changelog: v0.1.97...v0.1.98

v0.1.97

14 Nov 17:51
2a72944

Choose a tag to compare

What's Changed

  • chore: bump github.com/consensys/gnark-crypto from 0.16.0 to 0.18.1 in the go_modules group across 1 directory by @dependabot[bot] in #771
  • chore: bump github.com/btcsuite/btcd/btcec/v2 from 2.3.5 to 2.3.6 by @dependabot[bot] in #772
  • chore: bump google.golang.org/api from 0.253.0 to 0.254.0 by @dependabot[bot] in #773
  • chore: bump github.com/prometheus/common from 0.67.1 to 0.67.2 by @dependabot[bot] in #774
  • refactor: use the built-in max to simplify the code by @pennylees in #775
  • feat: monitorv2 signer check support by @jhkimqd in #776
  • chore: bump crate-ci/typos from 1.38.1 to 1.39.0 by @dependabot[bot] in #779
  • chore: bump google.golang.org/api from 0.254.0 to 0.255.0 by @dependabot[bot] in #778
  • chore: bump github.com/docker/docker from 28.5.1+incompatible to 28.5.2+incompatible by @dependabot[bot] in #777
  • chore(sensor): move oldest and head block to Conns by @minhd-vu in #761
  • feat(sensor): add TimeFirstSeenHash and SensorFirstSeen values to Blocks entity by @minhd-vu in #757

New Contributors

Full Changelog: v0.1.96...v0.1.97

v0.1.96

28 Oct 20:34
2625ad6

Choose a tag to compare

What's Changed

  • chore: bump golang.org/x/time from 0.13.0 to 0.14.0 by @dependabot[bot] in #765
  • chore: remove repetitive word in comment by @reddaisyy in #764
  • chore: bump cloud.google.com/go/datastore from 1.20.0 to 1.21.0 by @dependabot[bot] in #767
  • chore: bump google.golang.org/api from 0.252.0 to 0.253.0 by @dependabot[bot] in #766
  • fix(sensor): getParentBlock short-circuit by @minhd-vu in #762
  • refactor: replace Split in loops with more efficient SplitSeq by @rocksload in #769
  • chore(sensor): reduce datastore indexes by @minhd-vu in #768

New Contributors

Full Changelog: v0.1.95...v0.1.96

v0.1.95

23 Oct 21:49
7c0b083

Choose a tag to compare

What's Changed

  • fix(wallet): getFileOrFlag filename and flag both empty error by @minhd-vu in #760
  • chore: bump github.com/docker/docker from 25.0.13+incompatible to 28.5.1+incompatible by @dependabot[bot] in #750
  • feat(sensor): track if blocks are fetched as parents by @minhd-vu in #759

Full Changelog: v0.1.94...v0.1.95

v0.1.94

22 Oct 18:08
468c6da

Choose a tag to compare

What's Changed

  • balances support added to the balanceTree command by @ARR552 in #756
  • feat(sensor): use cache to track seen blocks by @minhd-vu in #747
  • fix: signer flags by @tnobayashi in #758
  • chore: bump golang.org/x/crypto from 0.42.0 to 0.43.0 by @dependabot[bot] in #751
  • chore: bump google.golang.org/api from 0.251.0 to 0.252.0 by @dependabot[bot] in #753
  • chore: bump cloud.google.com/go/kms from 1.23.1 to 1.23.2 by @dependabot[bot] in #754

New Contributors

Full Changelog: v0.1.93...v0.1.94

v0.1.93

17 Oct 16:53
717f268

Choose a tag to compare

What's Changed

  • feat(sensor): use LRU with TTL for requests cache by @minhd-vu in #745

Full Changelog: v0.1.92...v0.1.93

v0.1.92

16 Oct 23:48
66ed5be

Choose a tag to compare

What's Changed

  • make fund command compatible with multicall3 by @tclemos in #734

Full Changelog: v0.1.91...v0.1.92

v0.1.91

16 Oct 14:45
94243b2

Choose a tag to compare

What's Changed

  • feat(fix-nonce-gap): add support to pending nonce by @tclemos in #728
  • feat(ulxly): add --proof-l1-info-tree-index flag for claim asset and message by @tclemos in #726
  • chore: bump github.com/prometheus/common from 0.66.1 to 0.67.1 by @dependabot[bot] in #740
  • chore: bump cloud.google.com/go/kms from 1.22.0 to 1.23.1 by @dependabot[bot] in #741
  • chore: bump golang.org/x/text from 0.29.0 to 0.30.0 by @dependabot[bot] in #742
  • chore: fix some comments by @letreturn in #744
  • fix(sensor): use iterator for DNS discovery by @minhd-vu in #738
  • chore: bump foundry-rs/foundry-toolchain from 1.4.0 to 1.5.0 by @dependabot[bot] in #743
  • chore: bump the go_modules group across 1 directory with 3 updates by @dependabot[bot] in #746
  • chore: bump crate-ci/typos from 1.36.3 to 1.38.1 by @dependabot[bot] in #739
  • chore: bump github.com/spf13/viper from 1.20.1 to 1.21.0 by @dependabot[bot] in #720
  • feat(sensor): track metrics direction label by @minhd-vu in #737

New Contributors

Full Changelog: v0.1.90...v0.1.91

v0.1.90

13 Oct 06:42
1d8aaa7

Choose a tag to compare

What's Changed

  • chore: style flags by @minhd-vu in #711
  • feat: verbosity can take a string or int by @minhd-vu in #712
  • feat(dumpblocks): fix range; get receipts by block by @tclemos in #710
  • fix: sentence-style usage strings by @minhd-vu in #713
  • feat: query witnesses over wit/1 protocol by @minhd-vu in #634
  • chore: style cmd usage strings by @minhd-vu in #714
  • feat!: ulxly integration with agglayer bridge service by @tclemos in #697
  • chore: rename packages to match go conventions by @minhd-vu in #716
  • fix(ulxly): missing --legacy flag by @tclemos in #724
  • chore: make gen to update generated code by @tclemos in #725
  • chore: use cobra helpers for cmd args by @minhd-vu in #717
  • chore: bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #721
  • chore: bump google.golang.org/api from 0.248.0 to 0.251.0 by @dependabot[bot] in #718
  • chore: bump google.golang.org/protobuf from 1.36.8 to 1.36.10 by @dependabot[bot] in #719
  • feat: fund from seed + fix broken flags by @jhkimqd in #729
  • feat(dumpblocks): add --only-tx-hashes flag to return only tx hashes when dumping blocks by @tclemos in #730
  • feat(loadtest)!: add multicall3; accounts pool performance improvements by @tclemos in #723
  • feat: polycli fund bulk mint + approve erc20 tokens by @jhkimqd in #736

Full Changelog: v0.1.89...v0.1.90