Skip to content

Commit

Permalink
feat(evm-utils/evm-state): connect to fast_rlp tag/feature of triedb
Browse files Browse the repository at this point in the history
[ ] make minimal changes to make velas-chain compile with both libs used
├── [ ] __evm-utils/evm-state/src/types.rs__:
│   ├── [✓] `Account`
│   │   ├── [✓] `Encodable` stub, `Decodable` stub
│   │   ├── [✓] actual impl
│   │   │   └── [✓] roundtrip test
│   │   └── [✓] move old impl to #[cfg(test)]
│   └── [ ] `EthereumReceipt`
│       ├── [✓] `Encodable` stub, `Decodable` stub
│       └── [ ] nested
│           ├── [ ] `ethbloom::Bloom`
│           │   ├── [ ] `Encodable` stub, `Decodable` stub
│           │   └── [ ] nested
│           └── [ ] `ethereum::Log`
│               ├── [ ] `Encodable` stub, `Decodable` stub
│               └── [ ] nested
└── [ ] __evm-utils/evm-state/src/transactions.rs__:
    └── [ ] `TransactionInReceipt`
        ├── [✓] `Encodable` stub, `Decodable` stub
        └── [ ] nested
            ├── [ ] `Transaction`
            │   ├── [ ] `Encodable` stub, `Decodable` stub
            │   └── [ ] nested
            │       └── [ ] `TransactionAction`
            │           ├── [ ] `Encodable` stub, `Decodable` stub
            │           └── [ ] nested
            └── [ ] `UnsignedTransactionWithCaller`
                ├── [ ] `Encodable` stub, `Decodable` stub
                └── [ ] nested
                    └── [ ] `UnsignedTransaction`
                        ├── [ ] `Encodable` stub, `Decodable` stub
                        └── [ ] nested
                            └── [ ] `TransactionAction`
                                └── [ ] `Encodable` stub, `Decodable` stub
  • Loading branch information
dj8yf0μl committed Apr 21, 2023
1 parent 6576e1b commit a14406e
Show file tree
Hide file tree
Showing 10 changed files with 306 additions and 92 deletions.
150 changes: 101 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a14406e

Please sign in to comment.