Skip to content

Commit

Permalink
chore: Update changelog (#882)
Browse files Browse the repository at this point in the history
Signed-off-by: gsstoykov <georgi.stoykov@limechain.tech>
  • Loading branch information
gsstoykov authored Feb 27, 2024
1 parent b018ec2 commit a8994c7
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.36.0

### Added

- Implemented HIP-844 (Add signerNonce field)

## v2.35.0

### Fixed
Expand Down
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ require (
github.com/cenkalti/backoff/v4 v4.2.1
github.com/cockroachdb/errors v1.11.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/ethereum/go-ethereum v1.13.11
github.com/ethereum/c-kzg-4844 v0.4.2 // indirect
github.com/ethereum/go-ethereum v1.13.14
github.com/getsentry/sentry-go v0.25.0 // indirect
github.com/hashgraph/hedera-protobufs-go v0.2.1-0.20240212102943-339831f56e4d
github.com/json-iterator/go v1.1.12
Expand All @@ -22,10 +23,10 @@ require (
github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a // indirect
github.com/tyler-smith/go-bip39 v1.1.0
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a
golang.org/x/crypto v0.18.0
golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3 // indirect
golang.org/x/crypto v0.20.0
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
golang.org/x/text v0.14.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240205150955-31a09d347014 // indirect
google.golang.org/grpc v1.61.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240221002015-b0ce06bbee7c // indirect
google.golang.org/grpc v1.62.0
google.golang.org/protobuf v1.32.0
)
Loading

0 comments on commit a8994c7

Please sign in to comment.