Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(ante): Add test to cover various EIP712Domain fields #2021

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ Ref: https://keepachangelog.com/en/1.0.0/
- (rocksdb) [#1903] Bump cometbft-db dependency for use with rocksdb v8.10.0
- (deps) [#1988] Bump cometbft to v0.37.9-kava.1

### Bug Fixes
- (deps) [#2021] Bump Ethermint dependency to exclude incorrect and unnecessary
fields `verifyingContract` and `salt` from `EIP712Domain` to resolve MetaMask
signing errors.

## [v0.26.0]

### Features
Expand Down Expand Up @@ -340,6 +345,7 @@ the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.38.4/CHANGELOG.md).
large-scale simulations remotely using aws-batch

[#2017]: https://github.com/Kava-Labs/kava/pull/2017
[#2021]: https://github.com/Kava-Labs/kava/pull/2021
[#1988]: https://github.com/Kava-Labs/kava/pull/1988
[#1922]: https://github.com/Kava-Labs/kava/pull/1922
[#1906]: https://github.com/Kava-Labs/kava/pull/1906
Expand Down
Loading
Loading