Skip to content

Commit

Permalink
Chore: Update CHANGELOG and dependencies for v2.26.1 (#772)
Browse files Browse the repository at this point in the history
Signed-off-by: Emanuel Pargov <[email protected]>
  • Loading branch information
bamzedev authored Jul 20, 2023
1 parent de5486f commit b0298b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.26.1

### Added

* `ContractNonces` to `ContractFunctionResult` to support HIP-729

## v2.26.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
github.com/cenkalti/backoff/v4 v4.2.1
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/ethereum/go-ethereum v1.12.0
github.com/hashgraph/hedera-protobufs-go v0.2.1-0.20230720072335-ed5726877e99
github.com/holiman/uint256 v1.2.3 // indirect
github.com/hashgraph/hedera-protobufs-go v0.2.1-0.20230620121835-2f2656b1f434
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.29.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,8 @@ github.com/hashgraph/hedera-protobufs-go v0.2.1-0.20230222133122-6549ac627de9 h1
github.com/hashgraph/hedera-protobufs-go v0.2.1-0.20230222133122-6549ac627de9/go.mod h1:av0VF39ClcbPoUcDfMWnocYdjyPXKJJYB30h51fuuyg=
github.com/hashgraph/hedera-protobufs-go v0.2.1-0.20230620121835-2f2656b1f434 h1:zrc6tknD5Ry2lmED1mScl2THVMuLOAcRiUzl5v0qx+k=
github.com/hashgraph/hedera-protobufs-go v0.2.1-0.20230620121835-2f2656b1f434/go.mod h1:av0VF39ClcbPoUcDfMWnocYdjyPXKJJYB30h51fuuyg=
github.com/hashgraph/hedera-protobufs-go v0.2.1-0.20230720072335-ed5726877e99 h1:WElTEZNrjbsdtC45VHu+2F7ilx6wDUdTC+HGAeOh8NY=
github.com/hashgraph/hedera-protobufs-go v0.2.1-0.20230720072335-ed5726877e99/go.mod h1:av0VF39ClcbPoUcDfMWnocYdjyPXKJJYB30h51fuuyg=
github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q=
github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
Expand Down

0 comments on commit b0298b7

Please sign in to comment.