Robin Salen
|
c0b4f155f4
|
Implement receipts and logs
Co-authored-by: Hamy Ratoanina <hamy.ratoanina@toposware.com>
Co-authored-by: Linda Guiga <lindaguiga3@gmail.com>
|
2023-08-22 20:00:49 +01:00 |
|
Robin Salen
|
68bb49671d
|
Update tests to have a blockgaslimit fitting u32s
|
2023-08-18 19:02:06 -04:00 |
|
Robin Salen
|
89e62e554a
|
Use Keccak config in simple tests
|
2023-08-15 10:48:40 -04:00 |
|
wborgeaud
|
df07ae093a
|
Write trie roots to memory before kernel bootstrapping (#1172)
* Write trie roots
* Remove CPU trace length
* Update hash_initial/final_tries
* Fix tests
* Minor
* PR feedback
|
2023-08-09 10:15:13 +02:00 |
|
Robin Salen
|
9f8c152222
|
Remove unused attributes
|
2023-08-02 08:54:20 -04:00 |
|
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 |
|