Commit Graph

4204 Commits

Author SHA1 Message Date
683b252f83 Segmenting cfg and block env impl from PayloadBuilderAttributes (#6623) 2024-02-16 17:08:24 +00:00
9590faefbb feat: add rpc server cache grafana panel (#6622) 2024-02-16 16:34:59 +00:00
71837312e4 Accurately tracking on-disk blobstore metrics (#6399)
Signed-off-by: Abhinav Srivastava <atg271@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-02-16 14:59:07 +00:00
e24eadf620 enhance tx gossip test coverage (#6578)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
2024-02-16 04:32:21 +00:00
3222be6460 chore: dont set some ready when draining pending txs (#6620) 2024-02-15 23:31:23 +00:00
4a8a68b8b9 Implement Deref and DerefMut for StateProviderDatabase (#6538) 2024-02-15 20:09:13 +00:00
9450319002 fix: check versioned hash version for EIP-4844 transactions (#6601) 2024-02-15 17:16:05 +00:00
c3afaa1f13 fix: update highest nonce if highest nonce (#6618) 2024-02-15 16:31:19 +00:00
81eb3e1b21 Update readme on how to run only grafana in docker (#6522)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-02-15 13:33:56 +00:00
db158f29f4 feat: add OptimismNode type (#6610)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-02-15 14:59:53 +01:00
7ef570fc17 fix: set AutoSealConsensus best_block correctly (#6612) 2024-02-14 21:29:20 +00:00
4c40f31dc3 Cache invalid txns (#6542)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
Co-authored-by: back <104515688+justcode740@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-02-14 21:17:56 +00:00
7c93d8efa6 fix: add missing depositReceiptVersion field (#6607) 2024-02-14 16:10:35 +00:00
99764b8963 fix(op): set handler cfg correctly in EvmProcessor (#6609) 2024-02-14 13:26:12 +00:00
66264e2534 oneline change set excess_blob_gas in local pending block header (#6603) 2024-02-14 12:44:34 +00:00
c0655fed89 docs: add a few more docs for network loop (#6595)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-02-14 04:47:11 +00:00
4c8f31a8c1 fix(op): Add optimism in node api, few cfg transitions (#6598) 2024-02-14 02:01:48 +00:00
eb8a805a94 chore: remove redundant map (#6600) 2024-02-14 01:48:11 +00:00
fbfa2cedaf chore: impl default for PendingPoolImportsInfo (#6596) 2024-02-14 01:18:02 +00:00
11bb778c1c ci: auto-update homebrew formula (#6591) 2024-02-13 23:49:18 +00:00
4b21cf610c fix(op): set optimism flag correctly (#6593) 2024-02-13 23:43:22 +00:00
cfc914669b feat: declarative builder v2 (#6447)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-02-13 22:51:38 +00:00
11dbd0867e release: v0.1.0 alpha.18 (#6588) 2024-02-13 19:06:38 +00:00
c0f3d38ad9 Speed up request buffered hashes (#6318)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
Co-authored-by: back <104515688+justcode740@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-02-13 18:57:43 +00:00
f925e5f6cb chore: add exit future back (#6587) 2024-02-13 17:05:51 +00:00
64c33394eb chore: bump alloy revm + inspectors (#6586)
Co-authored-by: Zero Hero <0xzerohero@gmail.com>
2024-02-13 16:21:35 +00:00
ada3547fd1 chore: move events mod to node core (#6585) 2024-02-13 15:58:00 +00:00
7c16846cc8 chore(tree): log state root calculation time (#6583) 2024-02-13 15:33:31 +00:00
933da735f8 Payload Events (#6549)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-02-13 14:43:40 +00:00
7917279b68 chore: move init to node-core (#6581) 2024-02-13 14:41:03 +00:00
eb1cafa40d chore: simplify networkbuilder (#6580) 2024-02-13 14:35:17 +00:00
271cbaa6f8 fix(bin): do not display stage progress when we start executing (#6579) 2024-02-13 13:47:28 +00:00
cfcbaed552 feat(grafana): use reth_info to query Reth instances (#6387)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-02-13 13:11:11 +00:00
9814d3c0dd small refactoring in rpc crate (#6577) 2024-02-13 11:36:57 +00:00
0e166f0f32 perf(db): pre-populate metric handles hashmap on env init (#6573) 2024-02-13 01:59:52 +00:00
d4cf706ed2 chore: improve BundleStateWithReceipts docs (#6572) 2024-02-12 21:38:54 +00:00
749903ad80 chore: remove EitherBlockExecutor (#6567) 2024-02-12 18:01:47 +00:00
1c21789e63 fix: use real hash for derived from latest (#6561) 2024-02-12 17:56:51 +00:00
b4bb7f0425 chore: bump revm v5.0 (#6560) 2024-02-12 15:23:51 +00:00
613b6f08a2 chore: use Table::TABLE in more places (#6563) 2024-02-12 14:53:16 +00:00
2a5efb2a99 refactor(db): unify table macros (#6552) 2024-02-12 13:48:01 +00:00
17eca361e8 chore: remove unused Default requirement in Table generics (#6551) 2024-02-12 12:23:28 +00:00
f2f1f09552 More raw rpc request testing (#6554) 2024-02-12 12:22:51 +00:00
43b795163c perf(db): introduce environment-level cache for metric handles (#6550) 2024-02-12 12:13:57 +00:00
3c1f3ac4ec chore: remove non-existant test-utils cfg (#6555) 2024-02-12 00:17:48 +00:00
0977249e64 More raw rpc request testing (#6539) 2024-02-11 15:55:57 +00:00
0d10af4154 reuse alloy-eips constants (#6540) 2024-02-11 14:53:54 +00:00
09c6d098f2 perf(trie): reduce key copying (#6548) 2024-02-11 14:06:47 +00:00
d730d2d7ac chore(deps): weekly cargo update (#6545)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2024-02-11 13:37:13 +00:00
8cfa5efe62 small refactoring (#6531) 2024-02-10 21:21:40 +00:00