Commit Graph

3026 Commits

Author SHA1 Message Date
6016da7a12 refactor(engine): always connect buffered blocks on r/w hook finish (#4657) 2023-09-20 12:13:45 +00:00
afbe88f583 feat(error): revamp make_canonical error (#3899)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-20 07:25:54 +00:00
24a8590e69 feat: validate blob_gas_used in header (#4676) 2023-09-20 06:58:48 +00:00
ec4b302079 feat: add pyspec cancun tests to hive workflow (#4677) 2023-09-20 06:57:06 +00:00
0fbc3f6c94 chore: shorten info interval (#4666) 2023-09-20 06:56:48 +00:00
a979f5b661 add TransactionsProvider implementation for MockEthProvider (#4656) 2023-09-20 06:54:21 +00:00
a964a7e898 feat(net): add helper functions to TransactionsHandle implementation (#4668) 2023-09-20 06:51:13 +00:00
24d7bdeafd fix: convert SpecId::Cancun to cancun precompile id (#4675) 2023-09-19 23:38:12 +00:00
ad10a17c29 fix: set block env excess blob gas (#4672) 2023-09-19 23:07:00 +00:00
449a9c0023 fix: deny unknown payload fields (#4667) 2023-09-19 20:07:54 +00:00
801294252e feat: Duplicate Withdrawal and move try from impls to rpc-compat (#4186) 2023-09-19 16:57:32 +00:00
57c10e5b65 refactor(engine, tree): connect buffered blocks on pruner finish (#4613) 2023-09-19 16:36:24 +00:00
1406142af8 fix: clear buffered blocks on sync (#4658) 2023-09-19 15:48:34 +00:00
a80b72041b feat: add pre-block EIP-4788 beacon root contract call (#4457) 2023-09-19 15:16:48 +00:00
a96dbb476c perf: optimize engine poll loop (#4655) 2023-09-19 15:16:04 +00:00
d846199525 refactor: remove duplicate RPC namespaces from arguments (#4418)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-19 10:51:14 +00:00
11ee5d7530 fix: typos (#4648)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2023-09-19 10:34:37 +00:00
394a3a9a5a feat(rpc): split test_fee_history in multiple tests (#4646) 2023-09-18 22:32:47 +00:00
55339d7025 feat: add max logs per response cli arg (#4644) 2023-09-18 20:49:39 +00:00
733ee19395 refactor(bin): CL events conditions (#4643) 2023-09-18 20:20:09 +00:00
11f5f3f8d7 feat(engine): hooks (#4582) 2023-09-18 17:52:58 +00:00
78edae4d4f feat(prune): add pruner log with INFO level (#4573)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2023-09-18 17:45:31 +00:00
b5905c482b feat(bin): log prune config on startup (#4641) 2023-09-18 17:19:22 +00:00
4aa3ebdbdd chore: fix doc lints (#4639) 2023-09-18 17:08:35 +00:00
cabb5bee24 fix: use proper type for engine_newPayloadV2 (#4630) 2023-09-18 17:02:28 +00:00
20455d0550 refactor: use revm blob fee calc (#4637) 2023-09-18 16:50:11 +00:00
69045fd665 chore: get rid of unreachable (#4638) 2023-09-18 16:49:59 +00:00
93ccf41550 perf(rpc): fetch range of blocks and return empty if unchanged (#4592) 2023-09-18 14:10:32 +00:00
66589209a0 feat: enable size-limited file logs by default (#4192)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-18 14:08:18 +00:00
aeb37aab53 fix: fill missing eip4844 settings (#4633) 2023-09-18 15:52:58 +02:00
cbb74346bd test: add assert_invariants (#4623) 2023-09-18 13:02:20 +00:00
8baf2344d4 chore: demote session established log level (#4564)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-18 08:38:45 +00:00
16072b9a94 4844 blob txs (#4631)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-18 08:35:03 +00:00
a55f48cf28 chore(deps): weekly cargo update (#4627)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-17 16:52:59 +00:00
f7b28e5925 fix: apply FCU on invalid PayloadAttributes (#4591) 2023-09-16 19:53:10 +00:00
ae0d5241f2 chore(deps): bump jsonrpsee 0.20.1 (#4624) 2023-09-16 17:56:07 +02:00
f153d8f4d4 feat(revm): Integrate State (#3512)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2023-09-16 11:00:22 +00:00
62e7d98202 feat(cli): allow multiple trusted peers (#4619) 2023-09-15 23:07:24 +00:00
357301cc29 fix: return UnsupportedFork on V2 endpoints (#4593) 2023-09-15 19:11:56 +00:00
873b6f71d8 fix: holesky genesis (#4616) 2023-09-15 18:49:19 +00:00
a572c3b7f2 Make tx pool mock public (#4611) 2023-09-15 16:16:41 +00:00
b156cb9849 feat: add blob transactions subpool (#4608) 2023-09-15 15:13:44 +00:00
ee85fa3d44 test: add blob exclusive test e2e (#4606) 2023-09-15 14:28:52 +00:00
6b8db8ace4 fix(txpool): pending subpool basefee update (#4610) 2023-09-15 12:47:54 +00:00
455af5603b fix(ci): valgrind installation (#4605) 2023-09-15 09:17:54 +00:00
a8e0880a98 chore(ci): run check and clippy on tests and benches too (#4587) 2023-09-14 16:19:42 +00:00
723036b310 test(txpool): add replacement test (#4596) 2023-09-14 14:23:46 +00:00
3d564aa393 fix: remove popped tx from total set (#4599) 2023-09-14 13:40:46 +00:00
09b5f1012c chore: new clippy lints (#4598) 2023-09-14 13:17:18 +02:00
937269ecac chore: new lint name (#4597) 2023-09-14 12:53:30 +02:00