|
|
04f8c58485
|
perf(trie): storage multiproof overallocation (#12959)
|
2024-12-02 10:07:32 +00:00 |
|
|
|
9b1d676438
|
feat: move eip1186 conversion helpers to reth-trie-common proofs (#12985)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-30 16:01:19 +00:00 |
|
|
|
0ff2827a79
|
refactor: use is_none_or instead of map_or (#13035)
|
2024-11-30 11:09:49 +00:00 |
|
|
|
f6895126dd
|
perf: remove clone in trie walker (#13004)
|
2024-11-29 14:40:17 +00:00 |
|
|
|
a8e2b77df5
|
chore(trie): sparse trie trace logs and assertion messages (#12969)
|
2024-11-29 11:10:38 +00:00 |
|
|
|
e1b25c80c2
|
perf(tree): keep storage trie around for updates (#12971)
|
2024-11-28 15:52:25 +00:00 |
|
|
|
8c86d63a42
|
perf(trie): avoid update reallocation & track wiped (#12929)
|
2024-11-28 14:18:38 +00:00 |
|
|
|
eac02d9458
|
fix(trie): always create empty storage multiproofs (#12915)
|
2024-11-28 13:01:57 +00:00 |
|
|
|
c274462059
|
perf: use alloy hash map in trie related code (#12956)
|
2024-11-28 12:12:47 +00:00 |
|
|
|
e9a6e4525e
|
feat(trie): SparseStateTrie::update_account (#12954)
|
2024-11-28 12:00:18 +00:00 |
|
|
|
47245642ca
|
feat(trie): SparseStateTrie::storage_trie_mut (#12913)
|
2024-11-27 19:18:31 +00:00 |
|
|
|
2700db1258
|
feat(trie): SparseStateTrie::remove_storage_leaf (#12912)
|
2024-11-27 17:59:58 +00:00 |
|
|
|
26bfe7c037
|
feat: SparseStateTrie::reveal_multiproof (#12909)
|
2024-11-27 16:18:54 +00:00 |
|
|
|
7a6a725d91
|
feat: add Receipt AT to writer traits (#12892)
|
2024-11-27 15:31:13 +00:00 |
|
|
|
1131bdecc3
|
feat(engine): proof fetching on state update for StateRootTask (#12458)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-11-27 14:14:29 +00:00 |
|
|
|
5dc914be80
|
chore: make cargo t compile for reth-trie-common (#12884)
|
2024-11-26 16:38:12 +00:00 |
|
|
|
a0f99df21b
|
feat(trie): StorageRootProvider::storage_multiproof (#12879)
|
2024-11-26 14:01:31 +00:00 |
|
|
|
c19b8e1a2b
|
chore(trie): remove todo comment (#12875)
|
2024-11-26 12:57:58 +00:00 |
|
|
|
2b4fa3bbf1
|
dep(trie): remove reth-trie dep from reth-trie-sparse (#12872)
|
2024-11-26 12:53:52 +00:00 |
|
|
|
2dc92880ba
|
chore(trie): move trie updates to reth-trie-common (#12863)
|
2024-11-26 12:09:12 +00:00 |
|
|
|
aa0a114b0d
|
chore(trie): introduce serde feature on reth-trie-common (#12864)
|
2024-11-26 10:34:23 +00:00 |
|
|
|
fae44bf74a
|
chore(trie): move prefix sets to reth_trie_common (#12860)
|
2024-11-26 09:29:28 +00:00 |
|
|
|
82eb38312c
|
trie: add unit tests for nibbles (#12758)
|
2024-11-26 03:07:43 +00:00 |
|
|
|
e2c42ae242
|
test(trie): use proof nodes helper (#12848)
|
2024-11-25 14:20:08 +00:00 |
|
|
|
6b088bd881
|
perf(engine): sparse trie calculation for state root task (#12843)
|
2024-11-25 14:15:12 +00:00 |
|
|
|
04dd005af9
|
feat(trie): sparse trie methods for trie task integration (#12720)
|
2024-11-25 13:13:01 +00:00 |
|
|
|
c8e5b233ef
|
Use adjust_index_for_rlp from alloy (#12815)
|
2024-11-24 11:08:30 +00:00 |
|
|
|
7d24aa40e8
|
chore(trie): log proof result send error (#12749)
|
2024-11-22 08:44:56 +00:00 |
|
|
|
42aea7b9f6
|
feat(trie): retain branch nodes in sparse trie (#12291)
|
2024-11-21 11:49:42 +00:00 |
|
|
|
3408059393
|
feat(trie): introduce TRIE_ACCOUNT_RLP_MAX_SIZE constant (#12638)
|
2024-11-19 16:01:44 +00:00 |
|
|
|
50c875b33c
|
feat(trie): short-circuit account/storage reveal in sparse trie (#12663)
|
2024-11-19 15:39:41 +00:00 |
|
|
|
8aa9b71ef7
|
chore(witness): simplify wiped storage retrieval (#12637)
|
2024-11-18 15:51:46 +00:00 |
|
|
|
1d2934ba69
|
feat(trie): turn TrieWitness methods into public functions (#12510)
|
2024-11-18 15:02:39 +00:00 |
|
|
|
26ce7fbdb2
|
feat(trie): add extend method to MultiProof (#12467)
|
2024-11-18 13:56:14 +00:00 |
|
|
|
ff22c8eef8
|
chore(sdk): Define MaybeSerde (#12577)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-18 13:30:44 +00:00 |
|
|
|
a84f58bcb8
|
chore: use keccak256 from alloy (#12628)
|
2024-11-18 12:00:57 +00:00 |
|
|
|
d9ed07a367
|
chore: remove revm-primitives re-export (#12599)
|
2024-11-16 11:33:09 +01:00 |
|
|
|
fc97a0cbaf
|
chore: make clippy happy (#12594)
|
2024-11-16 06:04:39 +01:00 |
|
|
|
179aa04707
|
test(trie): add ParallelProof unit test (#12413)
|
2024-11-12 11:29:51 +00:00 |
|
|
|
c261532a27
|
chore: move trie functions to alloy (#12438)
|
2024-11-12 10:15:52 +00:00 |
|
|
|
de6813093d
|
chore(trie): rename reth-trie-parallel modules (#12444)
|
2024-11-11 11:23:07 +00:00 |
|
|
|
f03b762036
|
feat: introduce ParallelProof (#12403)
|
2024-11-08 15:20:26 +00:00 |
|
|
|
cf095a7536
|
chore: reorder super (#12380)
|
2024-11-07 16:42:37 +01:00 |
|
|
|
190a1d8bb4
|
feat(trie): reveal storage slots and calculate storage root in sparse trie (#12145)
|
2024-11-07 15:21:53 +00:00 |
|
|
|
12b0637485
|
refactor(trie): small refactor in HashedPostState::from_reverts (#12319)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-06 14:35:47 +00:00 |
|
|
|
969ca3e63b
|
fix: check hashed state for loading TriePrefixSets::destroyed_accounts (#12235)
|
2024-11-01 17:14:22 +00:00 |
|
|
|
c6b740801f
|
chore: apply same member order (#12253)
|
2024-11-01 11:11:54 +00:00 |
|
|
|
76c5aef911
|
fix(trie): move to sibling on invalid tree mask (#12193)
Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
|
2024-10-31 10:53:59 +00:00 |
|
|
|
129f3ba911
|
feat: introduce StateCommitment type (#11842)
|
2024-10-30 08:48:43 +00:00 |
|
|
|
1006ce78c5
|
feat(provider): use NodeTypes on DatabaseProvider instead (#12166)
|
2024-10-29 14:37:41 +00:00 |
|