Commit Graph

1502 Commits

Author SHA1 Message Date
3693a40213 doc(poststate): fix incorrect doc on poststate revert (#2423) 2023-04-27 01:30:24 -07:00
f9f9683d2a test(cursor): dup insert & delete current (#2411) 2023-04-26 09:53:35 -07:00
546e191e8a fix(tree): atomical execution unwind (#2412) 2023-04-26 16:11:30 +02:00
0678137a0d chore: add find_block_by_hash and more docs (#2405) 2023-04-26 14:58:18 +02:00
4763aad11e feat(txpool): add pool manage task (#2298)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-04-26 11:10:02 +02:00
607186de71 feat: add best_block_number call to BlockIdProvider (#2358) 2023-04-25 13:30:13 -07:00
df3274892f feat: add StateProviderFactor::state_by_block_hash (#2390) 2023-04-25 11:11:55 -07:00
420a65a206 feat: move StateRootProvider to StateProvider trait (#2392) 2023-04-25 10:52:46 -07:00
f373731262 feat: add StateRootProvider trait (#2383) 2023-04-25 05:54:01 -07:00
b4d69e68dc perf: remove redundant ommers sealing (#2386) 2023-04-25 05:53:16 -07:00
eebcb03fea fix(evm): goerli coinbase (#2377) 2023-04-25 03:32:51 -07:00
dc8308f820 chore: remove default todo! impl (#2382) 2023-04-25 12:14:55 +02:00
1912bd43cd feat: add missing pending block conversions (#2372) 2023-04-24 20:08:23 +02:00
b0f22be5ae feat(trie): hashed cursor (#2288) 2023-04-24 10:25:48 -07:00
20e842b5b7 feat: add BlockchainProvider type (#2294) 2023-04-24 14:54:09 +02:00
ad77de49f0 fix(provider): post state get didn't get receipts (#2360) 2023-04-23 17:30:39 +02:00
07efa2db45 chore(tree): Move tree related files to root of the lib (#2359) 2023-04-23 17:30:17 +02:00
370c39525a feat(stages): Simplify TD stage (#2344) 2023-04-21 20:56:13 +02:00
1169d75d1d fix: track exact number of transactions (#2343) 2023-04-21 20:14:39 +02:00
ec418d924d feat(trie): read-only root calculation (#2233) 2023-04-21 02:36:48 -07:00
9452b3658b feat(db): Don't store TxHash when writing to the table (#2279) 2023-04-21 11:15:52 +02:00
68d8506d8e feat: block level indexing (#2275)
Co-authored-by: rakita <dragan0rakita@gmail.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-04-20 15:03:48 -04:00
64e3a57dd9 docs: add a few clarifying docs (#2310) 2023-04-20 09:24:09 +02:00
5eef3c5fc6 chore: add ChainBlocks type (#2297)
Co-authored-by: rakita <rakita@users.noreply.github.com>
2023-04-18 16:54:53 +02:00
86f8504b2c chore: fix typo (#2296) 2023-04-18 16:42:09 +02:00
6be4be6b2a perf: use ExecutionResult::into_logs (#2184) 2023-04-14 23:56:18 +02:00
019ddd1edc perf(db): reduce different repeated allocations (#2103) 2023-04-13 11:33:53 -04:00
2f6d5e6ad2 feat: add basic payload generator (#2161) 2023-04-12 21:36:20 +02:00
d851054dff chore(db): clarify upsert (#2216)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-04-12 15:31:49 -04:00
0759b30404 feat(trie): state root (#2206)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-04-12 09:48:33 -07:00
a8665309fc chore: more error context for failed to open (#2215) 2023-04-12 12:10:52 -04:00
c5b70f4771 chore: clippy (#2197) 2023-04-11 23:14:01 -07:00
42a98a7194 feat(trie): stored nibbles (#2182) 2023-04-11 14:23:19 -07:00
ddc1407243 chore: add PostState::logs_bloom (#2191) 2023-04-11 08:52:46 -07:00
9c1a33e527 fix: activate required test-utils feature for dev-deps (#2192) 2023-04-11 08:51:59 -07:00
26e642d390 feat: add BlockchainTreeViewer::block_by_hash (#2168) 2023-04-11 12:44:45 +02:00
a83de80afa chore: manual default for PostState (#2173) 2023-04-10 18:09:09 +02:00
2df16021bf docs: add note about post state (#2169) 2023-04-10 05:28:27 -07:00
087d0a6317 feat: CanonStateNotification for commit and reorg (#2156) 2023-04-10 13:11:15 +02:00
7c18ba8ed3 perf(db): RawTable, decode/encode only if needed (#2081) 2023-04-05 14:46:10 +02:00
633d84ded0 feat: Refactor TransitionId tables, BlockBodyIndices table. (#2039) 2023-04-05 13:10:18 +02:00
89c525f9c9 chore: bump revm to v3.1.0 (#2113) 2023-04-04 16:50:09 +02:00
ee99987e9e test: next key for seek_by_key_subkey (#2112) 2023-04-04 07:40:58 -07:00
6e3b5f859b feat(db): add transaction_id helper (#2095) 2023-04-03 10:48:51 -07:00
2b27aa9a4f chore: impl transactions_by_block_range for mock provider (#2082) 2023-04-02 21:50:59 +02:00
5900a7e1be perf(db): decode and decompress directly from borrowed data instead (#2050) 2023-03-31 10:18:20 -07:00
3e17b8a512 fix: empty blocks in get_block_transaction_range (#2063) 2023-03-31 16:24:38 +02:00
3956e306f2 bug(cursor_walk): handle empty range (#2057) 2023-03-31 15:08:59 +02:00
efbaf6474c feat(BlockchainTree): ShareableBlockchainTree and pending state (#2007) 2023-03-29 20:59:24 +02:00
47b9738ede chore: fix some typos (#2025) 2023-03-29 14:49:50 +02:00