Draco

Results 7 issues of Draco

Add support for EIP712 transactions & migrated over erc20 logic in bridge module. Reviewer notes. - Review `app/ante/eip712_test.go` for the integration tests that uses eip712 for sending msgs. - Most...

- adds kava 11 migration handler - adds earn module - removes bridge module - add migrations for evmutil & committee Not meant for merging to master

- Branched off https://github.com/Kava-Labs/kava/pull/1291 - Changed upgrade hander to v0.19.1-testnet - Does not include eth account fix that is only on mainnet

## Why this should be merged Introduces a new `ethdb.Database` wrapper that stores block headers, bodies, and receipts in separate height-indexed databases, moving away from storing all block data in...

enhancement

## Why this should be merged Part of #4500, resolves #4629. Adds config options in coreth to persist blocks in separate height-indexed databases instead of the current key-value store. Disabled...

coreth
need-subnet-evm-port

## Summary Add an EVM database wrapper that routes block-related data into `heightindexdb` while keeping non-block data on the existing KV store. This is intended to reduce KV usage/compaction pressure....

enhancement
evm

Store block data (header/body/receipts) in separate height-indexed databases on the C-Chain. ## Rationale This change isolates high-volume block operations from the rest of the state database, which is expected to...

epic