forked from evmos/ethermint
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* apply patch for base account to eth account conversion on contract (#5) Apply patch for base account to eth account conversion on contract * register EthAccount with legacy amino codec in order to use EthAccounts (#8) over json rpc * Update cosmos-sdk to use Kava fork and and informal systems tendermint fork * update type signature to match forked sdk (#10) * Add EIP712 with multiple messages and migrations Co-authored-by: Nick DeLuca <[email protected]> * Update eip712 tests and params Removal of unsupported test cases * fix denoms_to_claim type * Add tip to ConstructUntypedEIP712Data * Revert "update type signature to match forked sdk (#10)" This reverts commit 7c71098. * Update cosmos fork to remove block height from account constructor * Add v3 migrations Includes upstream migrations 2-5 * Remove failing redundant migrations test * Remove upstream v4 and v5 migrations * Update migration docs * Remove redundant v2 param types * Remove min gas parsing in rosetta config * Update Cosmos v0.46.11 and cometbft v0.34.27 * Update go.mod * Rename v2 migration types to avoid duplicate proto registration * Use tagged Cosmos sdk version v0.46.11-kava.1 --------- Co-authored-by: Nick DeLuca <[email protected]> Co-authored-by: Ruaridh <[email protected]> Co-authored-by: DracoLi <[email protected]>
- Loading branch information
1 parent
768e307
commit d9a405f
Showing
44 changed files
with
4,039 additions
and
3,489 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.