|
|
857f90722e
|
chore(provider): better observability on append (#5703)
|
2023-12-06 14:51:23 +00:00 |
|
|
|
7f3bbf3459
|
fix(tree): reinsert unwound state to dependent chains (#5683)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-12-05 16:36:15 +00:00 |
|
|
|
074d7c7945
|
fix(provider): latest provider proof method (#5695)
|
2023-12-05 10:30:37 +00:00 |
|
|
|
73a5b6ced9
|
feat: add debug_getrawTransactions (#5682)
|
2023-12-04 18:27:57 +00:00 |
|
|
|
02a07f6480
|
chore: apply same impl order (#5639)
|
2023-11-30 15:11:03 +00:00 |
|
|
|
afebbe64b7
|
fix: bench builds (#5635)
|
2023-11-30 10:41:58 +00:00 |
|
|
|
18d563dd27
|
chore: use U256::is_zero (#5616)
|
2023-11-28 15:44:27 +00:00 |
|
|
|
43d1f5a499
|
perf: remove redundant collect (#5600)
|
2023-11-28 10:56:35 +00:00 |
|
|
|
608f100605
|
perf(provider): compute hashes and trie updates before opening write tx (#5505)
|
2023-11-28 08:54:09 +00:00 |
|
|
|
92fecc1daf
|
feat(op-reth): Canyon receipts version (#5526)
|
2023-11-27 16:59:00 +00:00 |
|
|
|
7debf93f36
|
feat(op-reth): Canyon receipts root RLP fix (#5504)
|
2023-11-27 16:05:41 +00:00 |
|
|
|
563a683a62
|
Feat/improve fee history performance (#5182)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-11-27 10:59:27 +00:00 |
|
|
|
973ca00820
|
feat: add block+receipts iter (#5560)
|
2023-11-25 07:42:08 +00:00 |
|
|
|
3468216842
|
Results to MockEthProvider (#5556)
|
2023-11-24 09:46:09 +00:00 |
|
|
|
cda5d4e7c5
|
fix: enable missing feature (#5547)
|
2023-11-23 16:02:43 +01:00 |
|
|
|
5e378b13ca
|
test(provider): instantiate provider with util function (#5534)
|
2023-11-22 15:29:19 +00:00 |
|
|
|
0f1f47ac80
|
test(provider): utility functions for initializing provider factory (#5530)
|
2023-11-22 12:56:44 +00:00 |
|
|
|
3c7989c541
|
block_with_senders in ethstatecache (#5302)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-11-20 14:56:08 +00:00 |
|
|
|
aea11405ad
|
feat: get rid of lifetime GATs (#5478)
|
2023-11-19 15:21:50 +00:00 |
|
|
|
14dd9e8150
|
feat(provider): StateRootProvider::state_root_with_updates (#5485)
|
2023-11-19 14:33:11 +00:00 |
|
|
|
49d69c66cc
|
chore(tree): minor Chain modifications (#5487)
|
2023-11-18 10:45:48 +00:00 |
|
|
|
6ae86d5a96
|
chore: shrink ProviderError size (#5482)
|
2023-11-17 23:55:30 +00:00 |
|
|
|
db5d01e328
|
refactor: split async/sync work in stages (#4636)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-11-17 21:12:12 +00:00 |
|
|
|
30dfc070e1
|
chore(provider): migrate providers to ProviderError (#5473)
|
2023-11-17 14:07:28 +00:00 |
|
|
|
eadbe5dce9
|
feat(provider): HeaderProvider::sealed_headers_while (#5470)
|
2023-11-17 10:21:35 +00:00 |
|
|
|
a389a2b42d
|
feat: search for a snapshot that fulfills a queried BlockHash or TxHash (#5373)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-11-15 16:53:28 +00:00 |
|
|
|
365fbb18c2
|
chore: add a few tx related helper functions (#5430)
|
2023-11-14 23:09:07 +00:00 |
|
|
|
7b781eb602
|
feat: add directory paths to Snapshotter and SnapshotProvider (#5283)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-11-14 20:54:13 +00:00 |
|
|
|
fd392ba0b9
|
chore: decriptive panic on non-existing block indices (#5425)
|
2023-11-14 19:31:24 +00:00 |
|
|
|
d21e346c04
|
feat: share SnapshotProvider through ProviderFactory (#5249)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2023-11-14 17:50:12 +00:00 |
|
|
|
fbc44e3cfb
|
docs: some tree doc cleanup (#5423)
|
2023-11-14 15:35:47 +00:00 |
|
|
|
2bd8c7e7e6
|
chore(state): split_at refactor (#5419)
|
2023-11-14 11:59:17 +00:00 |
|
|
|
5baa158fbc
|
Mock eth provider implementation for EvmEnvProvider trait (#5414)
|
2023-11-13 17:20:35 +00:00 |
|
|
|
e11ddef273
|
feat: changesetreader for mockethprovider (#5410)
|
2023-11-13 12:31:36 +00:00 |
|
|
|
475c42eb0a
|
feat:Support BlockHashOrNumber with block_with_senders (#5356)
|
2023-11-09 16:39:45 +00:00 |
|
|
|
e897764ad4
|
chore(meta): manifest maintenance (#5353)
|
2023-11-08 19:53:50 +00:00 |
|
|
|
47669c5886
|
feat(rpc): record call metrics per method (#5338)
|
2023-11-07 19:01:39 +00:00 |
|
|
|
f8ceda9ea8
|
chore: reduce size of common types (#5304)
|
2023-11-06 12:45:20 +00:00 |
|
|
|
52670a8b24
|
feat: op-reth (#4377)
Co-authored-by: Roberto Bayardo <bayardo@alum.mit.edu>
Co-authored-by: refcell.eth <abigger87@gmail.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: refcell <refcell@oplabs.co>
Co-authored-by: nicolas <48695862+merklefruit@users.noreply.github.com>
|
2023-11-05 17:33:42 +00:00 |
|
|
|
470449ff24
|
fmt: format doc comments (#5308)
|
2023-11-05 13:06:30 +00:00 |
|
|
|
4fcd20c890
|
feat(tree): measure different parts of canonicalization (#5266)
|
2023-11-03 16:53:59 +00:00 |
|
|
|
3ab1afc9aa
|
feat: implement providers for SnapshotJarProvider (#5231)
|
2023-11-03 14:30:57 +00:00 |
|
|
|
2a56203563
|
test(state): in-memory state root (#5226)
|
2023-10-30 13:39:48 +00:00 |
|
|
|
e73ece945d
|
feat: remove const generics from cursors and add segment masks (#5181)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2023-10-30 12:24:49 +00:00 |
|
|
|
74a2bf38dd
|
feat: add SnapshotCursor wrapper and impl HeaderProvider (#5170)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2023-10-30 11:58:03 +00:00 |
|
|
|
a2323c90c2
|
feat: share mmap handle inbetween snapshot providers & cursors (#5162)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2023-10-27 10:27:36 +00:00 |
|
|
|
006259b4f6
|
feat: move ZstdDictionary inside NippyJar and create a snapshot manager (#5139)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2023-10-27 10:06:31 +00:00 |
|
|
|
fbdf744b8f
|
perf: introduce BlockValidationKind (#5195)
|
2023-10-27 08:01:57 +00:00 |
|
|
|
0116b80414
|
feat: add reth db snapshot transactions | receipts commands (#5007)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2023-10-26 12:01:29 +00:00 |
|
|
|
6ca14b5178
|
clean up database file after testing (#5087)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2023-10-25 18:47:44 +00:00 |
|