wborgeaud
|
6e3036017e
|
Support for type-2 transactions (#1052)
* Type-2 txns
* Minor
* Minor
* Fix add11_yml block metadata
* Fix simple_transfer test
* Minor
|
2023-05-23 15:06:26 +02:00 |
|
BGluth
|
10e6c76842
|
TrieInputs now uses H256 for storage account addresses
- Slightly easier for us if we use `H256` instead of `H160`.
|
2023-05-16 13:51:03 -06:00 |
|
Robin Salen
|
9ee47ab745
|
Move HashConfig into GenericConfig associated types
|
2023-04-01 09:54:14 -04:00 |
|
Robin Salen
|
e857c020bf
|
Make hash functions generic
|
2023-03-31 18:55:06 -04:00 |
|
Daniel Lubarov
|
9ae69a7c21
|
Add an integration test for the selfBalanceGasCost case
|
2023-03-30 16:10:02 -07:00 |
|
BGluth
|
3c7bc8835c
|
Removed a type alias
- Was conflicting with the trait `PartialTrie` and also making the types
harder to follow.
|
2023-03-28 14:38:58 -06:00 |
|
BGluth
|
60ad9e03ba
|
Bumped eth_trie_utils to 0.5.0
|
2023-03-27 17:30:11 -06:00 |
|
Daniel Lubarov
|
a05ed9fc3a
|
Fix clobbering of RLP data memory
|
2023-03-19 11:49:15 -07:00 |
|