|
|
0096739dbb
|
doc: add reth logo to docs (#3317)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
|
2023-06-26 15:41:11 +00:00 |
|
|
|
d60aef5a16
|
fix: insert genesis account & storage history (#3346)
|
2023-06-23 09:37:21 +00:00 |
|
|
|
77167134d0
|
docs: document crate features (#3269)
|
2023-06-21 19:35:38 +00:00 |
|
|
|
0ffb9c5653
|
feat: display hardforks on startup (#3227)
Co-authored-by: seroze <serozekim@gmail.com>
|
2023-06-19 13:47:34 +00:00 |
|
|
|
5d7eba6fb2
|
chore(primitives): move checkpoints under stage mod (#2906)
|
2023-05-30 17:14:13 +00:00 |
|
|
|
2478c9f11c
|
chore(stage): cleanup stage id (#2898)
|
2023-05-29 19:22:49 +00:00 |
|
|
|
0b81096f8b
|
feat(stages): checkpoint downloaded headers (#2798)
|
2023-05-24 20:51:41 +04:00 |
|
|
|
e4cd48aefd
|
feat(stages): rich checkpoint (#2701)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-05-18 20:45:50 +02:00 |
|
|
|
047f1e513c
|
feat(db): add zstd and CompactZstd to Transactions and Receipts (#2483)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-05-12 10:30:15 -07:00 |
|
|
|
4a492f6cd1
|
chore: move Filter to rpc-types (#2648)
|
2023-05-12 12:15:03 -04:00 |
|
|
|
bda830c1a5
|
chore: move decode_revert_reason to primitives (#2615)
|
2023-05-09 16:26:22 +02:00 |
|
|
|
f035b1faf9
|
chore: move error module to integer list (#2614)
|
2023-05-09 16:26:13 +02:00 |
|
|
|
0ae9c28397
|
fix(rpc): set effective gas price (#2570)
|
2023-05-05 11:42:59 +02:00 |
|
|
|
7f764028d2
|
feat(cli): consensus engine events (#2473)
|
2023-05-01 17:46:03 +02:00 |
|
|
|
9fb66ffeff
|
chore: move next base fee to header impl (#2400)
|
2023-04-26 12:31:35 +02:00 |
|
|
|
eebcb03fea
|
fix(evm): goerli coinbase (#2377)
|
2023-04-25 03:32:51 -07: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 |
|
|
|
0759b30404
|
feat(trie): state root (#2206)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-04-12 09:48:33 -07:00 |
|
|
|
8a037a19b0
|
feat: add ReceiptWithBloomRef type (#2189)
|
2023-04-11 21:02:21 +02:00 |
|
|
|
c9af8a2d14
|
feat(trie): nibbles (#2170)
|
2023-04-10 08:10:08 -07:00 |
|
|
|
087d0a6317
|
feat: CanonStateNotification for commit and reorg (#2156)
|
2023-04-10 13:11:15 +02:00 |
|
|
|
10048a2dde
|
fix: checked u64 downcast (#2122)
|
2023-04-05 12:31:07 +02:00 |
|
|
|
a22cd918d0
|
feat(rpc): add fourbyte inspector (#2093)
|
2023-04-03 09:52:04 -07:00 |
|
|
|
b1643f4ca6
|
refactor: simplify fetching blocks (#2060)
|
2023-03-31 10:27:21 -07:00 |
|
|
|
efbaf6474c
|
feat(BlockchainTree): ShareableBlockchainTree and pending state (#2007)
|
2023-03-29 20:59:24 +02:00 |
|
|
|
92e2c4d2aa
|
feat: add transaction_by_hash_with_meta (#1878)
|
2023-03-21 15:23:14 +01:00 |
|
|
|
c4f80b2997
|
feat: Store receipts (#1860)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
|
2023-03-21 12:27:37 +01:00 |
|
|
|
b28c40223e
|
chore: move block body to primitives (#1874)
|
2023-03-20 21:14:23 -07:00 |
|
|
|
7ac06cd29f
|
feat: use chain specific bootnodes (#1826)
|
2023-03-17 19:28:00 -04:00 |
|
|
|
a688fdb38d
|
feat(rpc): eth_sign* (#1665)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Tomás <tomas.gruner@lambdaclass.com>
|
2023-03-14 18:03:38 -07:00 |
|
|
|
46c96a1466
|
feat(stages): add table checkpoint to AccountHashing and StorageHashing (#1667)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-03-14 11:25:54 -07:00 |
|
|
|
237fd5ce6e
|
feat: BlockchainTree (#1212)
Co-authored-by: Dragan Rakita <draganrakita@192.168.1.4>
|
2023-03-14 11:17:14 -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 |
|
|
|
ad5f9aa78c
|
refactor: extract transaction consensus errors to standalone type (#1697)
|
2023-03-10 04:43:04 -08:00 |
|
|
|
161de9aadf
|
feat: persist contract analysis in db (#1640)
|
2023-03-08 16:25:14 +01:00 |
|
|
|
77d108660e
|
feat(rpc): add eth_createAccessList implementation (#1652)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
|
2023-03-08 10:07:09 +01:00 |
|
|
|
9dfee497e9
|
chore: add tx type constants (#1639)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-03-05 13:33:19 +01:00 |
|
|
|
bc538770b1
|
fix: use correct serde impl for Withdrawal (#1616)
|
2023-03-03 14:17:28 -05:00 |
|
|
|
789ae514af
|
feat: add derive contract address functions (#1620)
|
2023-03-03 17:59:18 +01:00 |
|
|
|
99f2bfe77d
|
feat: rpc Filter type (#1389)
|
2023-02-20 15:27:33 +01: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 |
|
|
|
139372fb76
|
feat: add native BlockId type and implement requiredCanonical field (#1237)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
Co-authored-by: Francisco Krause Arnim <fkrausear@gmail.com>
Co-authored-by: Francisco Krause Arnim <56402156+fkrause98@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-02-15 22:58:06 +01:00 |
|
|
|
23848df73a
|
chore: update revm to v3.0.0 (#1248)
Co-authored-by: Francisco Krause Arnim <fkrausear@gmail.com>
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
|
2023-02-10 11:56:59 -08:00 |
|
|
|
3e269714e7
|
feat: create primitive to rpc conversions (#1239)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-02-10 01:07:33 +01:00 |
|
|
|
440718288d
|
feat: add reth init and reth import (#877)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2023-02-09 15:08:10 -05:00 |
|
|
|
b3de7adae7
|
fix(rpc): make NodeInfo behave as geth nodeInfo (#1200)
|
2023-02-06 13:12:02 -08:00 |
|
|
|
02a6aec3fb
|
feat: support time-based forking (#1128)
|
2023-02-06 12:55:41 -08:00 |
|