|
|
6a79b16737
|
test(walker): walk range on dup table (#2561)
|
2023-05-04 12:27:03 -07:00 |
|
|
|
7914d1cf76
|
feat: A basic json dump extension to reth db list. (#2232)
Co-authored-by: andy-thomason <andy@atomicinrement.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-05-04 15:55:08 +02:00 |
|
|
|
a40f3d775c
|
chore(deps): bump enr + secp256k1 (#2443)
|
2023-04-28 11:05:00 -07:00 |
|
|
|
f9f9683d2a
|
test(cursor): dup insert & delete current (#2411)
|
2023-04-26 09:53:35 -07: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 |
|
|
|
019ddd1edc
|
perf(db): reduce different repeated allocations (#2103)
|
2023-04-13 11:33:53 -04: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 |
|
|
|
42a98a7194
|
feat(trie): stored nibbles (#2182)
|
2023-04-11 14:23:19 -07: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 |
|
|
|
ee99987e9e
|
test: next key for seek_by_key_subkey (#2112)
|
2023-04-04 07:40:58 -07:00 |
|
|
|
5900a7e1be
|
perf(db): decode and decompress directly from borrowed data instead (#2050)
|
2023-03-31 10:18:20 -07: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 |
|
|
|
bb3f9b6d57
|
fix: db doc links (#2020)
|
2023-03-28 16:22:54 -07:00 |
|
|
|
44f5f7d269
|
docs: add more docs to reth-db (#2002)
|
2023-03-28 10:40:58 -07:00 |
|
|
|
aa6f2cb061
|
chore: export dupsort macro (#1981)
|
2023-03-25 19:37:26 -07:00 |
|
|
|
c4f80b2997
|
feat: Store receipts (#1860)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
|
2023-03-21 12:27:37 +01:00 |
|
|
|
38b0bf6d1a
|
feat: Add transaction to block number index (#1866)
|
2023-03-20 11:16:28 -07:00 |
|
|
|
ec7b9554f3
|
fix: fix clippy and broken code (#1761)
|
2023-03-15 04:56:46 -07:00 |
|
|
|
15d79cedad
|
chore(deps): upgrade secp256k1+enr (#1715)
|
2023-03-15 11:15:55 +01:00 |
|
|
|
237fd5ce6e
|
feat: BlockchainTree (#1212)
Co-authored-by: Dragan Rakita <draganrakita@192.168.1.4>
|
2023-03-14 11:17:14 -07:00 |
|
|
|
06db495d96
|
fix: use string instead of Vec<u8> for stageId. (#1495)
Signed-off-by: Chen Kai <281165273grape@gmail.com>
|
2023-03-14 09:57:19 -07:00 |
|
|
|
5b90cbc411
|
fix(stages): add commit threshold to merkle stage v2 (#1656)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-03-13 21:47:16 -07:00 |
|
|
|
161de9aadf
|
feat: persist contract analysis in db (#1640)
|
2023-03-08 16:25:14 +01:00 |
|
|
|
21c66621dd
|
feat: ExecutorFactory (#1672)
|
2023-03-08 16:01:56 +01:00 |
|
|
|
1ae74feeb5
|
chore: remove unused config table (#1611)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-03-02 17:25:06 +01:00 |
|
|
|
2884eae075
|
perf: bench merkle stage (#1497)
|
2023-02-28 23:20:00 -07:00 |
|
|
|
6cdf0a3ea6
|
fix: seek_by_key_subkey usage on HistoricalStateProvider (#1584)
|
2023-02-28 16:45:04 +01:00 |
|
|
|
cea56f1e1d
|
chore: silence unwanted clippy warning in test (#1566)
|
2023-02-27 02:22:11 -08:00 |
|
|
|
662fd87288
|
chore: fix all the obvious clippy warnings (#1520)
|
2023-02-26 00:40:52 -08:00 |
|
|
|
dba6b24bde
|
chore: clippy fixes and make benches compile again (#1449)
|
2023-02-18 13:44:06 +01:00 |
|
|
|
495db6e30d
|
chore: add pprof profiler/flamegraphs to all criterion benchmarks (#1425)
|
2023-02-17 01:08:32 -08:00 |
|
|
|
8547fbfaed
|
test: walk_back and walk_range (#1407)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
|
2023-02-16 12:25:21 -08:00 |
|
|
|
db4c4fb8d1
|
chore(db): make database error codes signed (#1236)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
|
2023-02-16 10:39:30 -08:00 |
|
|
|
f979c6c1fb
|
chore: reexport bytes & bump version to 1.4 (#1395)
|
2023-02-16 10:33:28 -08:00 |
|
|
|
e97753c768
|
feat: withdrawals (#1322)
Co-authored-by: rakita <rakita@users.noreply.github.com>
|
2023-02-16 04:44:05 -08:00 |
|
|
|
6da8967082
|
fix: use walk_range on import_table_with_range (#1364)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-02-15 11:22:24 -08:00 |
|
|
|
313bf28501
|
feat: add reth dump-stage command (#1328)
|
2023-02-14 09:23:33 -08:00 |
|
|
|
3b732ad0db
|
feat(storage): make Database::view accept FnOnce instead of FnMut (#1331)
|
2023-02-13 22:31:58 -08:00 |
|
|
|
49292091dd
|
Revert "feat: add reth dump-stage command" (#1327)
|
2023-02-13 19:10:58 -08:00 |
|
|
|
b3ff45229a
|
feat: add reth dump-stage command (#1265)
|
2023-02-13 19:07:43 -08:00 |
|
|
|
e93cd206fe
|
feat(storage): accept any RangeBounds to walk_range (#1309)
|
2023-02-13 17:31:56 -08:00 |
|