Dan Cline
|
cb96fe6d09
|
feat: make payload builder generic over attributes type (#5948)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-01-10 10:21:43 +00:00 |
|
Emilia Hane
|
ee3c4ebc36
|
Fix lru cache to match docs (#5995)
|
2024-01-10 01:07:54 +00:00 |
|
DaniPopes
|
19f481006b
|
chore: move revm-inspectors to a separate repo (#5992)
|
2024-01-09 21:33:45 +00:00 |
|
Alexey Shekhirin
|
0efbf893e3
|
fix(storage): disable MDBX HSR on Windows (#5991)
|
2024-01-09 21:17:04 +00:00 |
|
Matthias Seitz
|
3fdb24ebd3
|
chore: move revm inspectors to alloy rpc types (#5990)
|
2024-01-09 19:58:47 +00:00 |
|
Alexey Shekhirin
|
467c22b38b
|
test(tracing): allow tracer init to fail (#5988)
|
2024-01-09 18:55:31 +00:00 |
|
Nil Medvedev
|
514750fb1a
|
feat: preload cachedreads with tip state (#5804)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-01-09 17:22:56 +00:00 |
|
Thomas Coratger
|
75608610a5
|
add ChainConfig utils for block and timestamp comparisons (#5978)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2024-01-09 17:15:20 +00:00 |
|
Alexey Shekhirin
|
a1225be077
|
fix(bin): process metrics version mismatch (#5985)
|
2024-01-09 16:59:55 +00:00 |
|
Alexey Shekhirin
|
6ad221fd28
|
feat(storage): downgrade tx open log to trace (#5984)
|
2024-01-09 14:51:34 +00:00 |
|
Supernovahs.eth
|
7cd659f406
|
feat: Support txpool.locals in txpool.cli (#5971)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-01-09 14:32:55 +00:00 |
|
Matthias Seitz
|
a3d2b224ea
|
chore: add TracingInspector::config (#5982)
|
2024-01-09 15:40:10 +01:00 |
|
Roman Krasiuk
|
ac104d09eb
|
feat(cli): debug replay engine (#5972)
|
2024-01-09 12:06:12 +00:00 |
|
Luca Provini
|
8078c515c7
|
Json structured logs (#5784)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-01-09 11:19:41 +00:00 |
|
Dan Cline
|
ae329773bc
|
chore: improve BLS constant documentation (#5976)
|
2024-01-08 22:42:49 +00:00 |
|
Alexey Shekhirin
|
189cf490eb
|
feat(storage): log tx opening location (#5973)
|
2024-01-08 19:01:17 +00:00 |
|
Roman Krasiuk
|
bb7dcfaf12
|
perf(tree): cache canonical trie updates (#5871)
|
2024-01-08 18:39:42 +00:00 |
|
Alexey Shekhirin
|
408d1c7e9e
|
feat(storage): handle-slow-readers callback for MDBX (#5941)
|
2024-01-08 17:54:47 +00:00 |
|
Supernovahs.eth
|
2287392405
|
feat: Add random lookup for discv4 (#5975)
|
2024-01-08 17:52:24 +00:00 |
|
Supernovahs.eth
|
d51375c4f3
|
refactor : Simplify is_some in Header (#5969)
|
2024-01-08 13:13:48 +00:00 |
|
Matthias Seitz
|
8d6880c1d2
|
chore: add non critical spawn with graceful shutdown signal fn (#5962)
|
2024-01-08 11:08:14 +00:00 |
|
Thomas Coratger
|
3038c3c7ba
|
feat(header): add is_zero_difficulty util function for POS (#5966)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-01-07 11:29:00 +00:00 |
|
Matthias Seitz
|
a5a0fff511
|
test: enable ignored tests (#5958)
|
2024-01-06 13:40:32 +01:00 |
|
Matthias Seitz
|
bc192d9361
|
chore: make clippy happy (#5959)
|
2024-01-06 13:30:59 +01:00 |
|
Matthias Seitz
|
8910f76ab4
|
chore: use available created_address fn (#5957)
|
2024-01-06 13:26:11 +01:00 |
|
Thomas Coratger
|
11dfe56624
|
Improve mapping of MDBX error codes to human-readable errors (#5955)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-01-05 23:54:52 +00:00 |
|
yjh
|
2a4d02f0c1
|
chore: simplify Database impls (#5951)
|
2024-01-05 13:39:07 +00:00 |
|
Thomas Coratger
|
92f33b071c
|
add missing documentation for various crates (#5950)
|
2024-01-05 13:10:37 +00:00 |
|
evalir
|
9a25470ae2
|
feat(rpc-types): use alloy-trace-rpc-types crate (#5949)
|
2024-01-04 19:13:46 +00:00 |
|
Thomas Coratger
|
b828867f8c
|
lints: use rust-2018-idioms to eliminate #![allow(elided-lifetimes-in-paths)] (#5944)
|
2024-01-04 18:13:33 +00:00 |
|
evalir
|
09f04a0f6c
|
feat(rpc): use alloy-rpc-types for ethereum-related types (#5947)
|
2024-01-04 17:11:49 +00:00 |
|
Matthias Seitz
|
e3c3ddc14e
|
chore: move OP payload builder error to OP crate (#5940)
|
2024-01-04 16:49:50 +00:00 |
|
Matthias Seitz
|
b30c42caad
|
chore: use workspace lints for new crate (#5939)
|
2024-01-04 14:29:40 +00:00 |
|
Thomas Coratger
|
9aa44093cf
|
lints: move top-level lints to [workspace.lints] manifest table (#5935)
|
2024-01-04 13:38:02 +00:00 |
|
Matthias Seitz
|
17b75dd403
|
chore: move BeaconConsensus to its own crate (#5937)
|
2024-01-04 12:40:53 +00:00 |
|
rakita
|
ae4d487305
|
fix(BlockchainTree): remove forked chain receipts/reverts (#5921)
|
2024-01-03 23:05:47 +00:00 |
|
yjh
|
22ba0adae0
|
chore: simplify some features for env (#5928)
|
2024-01-03 13:12:24 +00:00 |
|
Dan Cline
|
d5975a3291
|
fix: merge_ws doc comment (#5924)
|
2024-01-03 13:02:56 +00:00 |
|
Dan Cline
|
bfb3953231
|
chore: improve forkchoiceUpdated doc comments (#5925)
|
2024-01-03 11:27:15 +00:00 |
|
Alexey Shekhirin
|
62d2cedff2
|
chore(storage): warning log about long read db transaction (#5929)
|
2024-01-03 11:24:24 +00:00 |
|
Dan Cline
|
dcf1d5090f
|
docs: improve rlp transaction encoding docs (#5922)
|
2024-01-02 19:02:41 +00:00 |
|
Matthias Seitz
|
5f53545f45
|
fix: use unchecked sender recovery when loading from disk (#5919)
|
2024-01-02 15:00:53 +00:00 |
|
Thomas Coratger
|
962809e199
|
feat(tx-pool): refactor PoolInner implementation using get_pool_data util method (#5920)
|
2024-01-02 14:33:29 +00:00 |
|
Nil Medvedev
|
7fa4cddc72
|
feat: restore tx pool after reboot (#5665)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-01-02 14:11:41 +00:00 |
|
Thomas Coratger
|
4cd30bdc9b
|
feat(tx-pool): add get_transactions_by_sender_and_nonce for TransactionPool trait (#5912)
|
2024-01-02 13:39:59 +00:00 |
|
Matthias Seitz
|
8dff31e3ac
|
chore: improve ipc error message (#5908)
|
2023-12-31 22:22:52 +00:00 |
|
Matthias Seitz
|
cdfdadd6c3
|
docs: include s/2 value in docs (#5914)
|
2023-12-31 13:57:15 +01:00 |
|
Thomas Coratger
|
f16a22d979
|
feat: add nonce_after_all_transactions implementation for TxPool (#5904)
|
2023-12-31 11:53:06 +00:00 |
|
Siyuan Han
|
b318c57236
|
feat(chain): enable Holesky testnet dns with test (#5898)
|
2023-12-31 05:54:34 +00:00 |
|
Matthias Seitz
|
4567252a72
|
feat: add TaskManager::current (#5900)
|
2023-12-31 03:07:18 +00:00 |
|