forked from sei-protocol/sei-chain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EVM] Add transient receipts with eventual flush to store (sei-protoc…
…ol#1742) * add transient receipts * add state store to keeper * avoid using ctx evm store * goimports * Merge conflicts * Update cosmos * Add backend * add close function * add debug lines * include prefix on write * Fix initialization logic * rename close to handle close * remove transient deletion * Update seidb version * update sei-cosmos * add in-memory state store for tests * Set KeepLastVersion to false * fix mocking of receipts * flush after receipts exist * add transient->pebble->legacy fallback * make error name consistent * avoid reading from transient store * use latest version * fix goimports * add test coverage for test state store * tick sei-cosmos --------- Co-authored-by: yzang2019 <[email protected]>
- Loading branch information
1 parent
6e9257d
commit d25456d
Showing
26 changed files
with
682 additions
and
63 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
Oops, something went wrong.