Commit Graph

4430 Commits

Author SHA1 Message Date
c2b7a386d8 fix: correct nonce gap update check (#6672) 2024-02-19 16:01:43 +00:00
5323a790e6 fix: set fees correctly on eth_sendTransaction (#6671) 2024-02-19 13:53:47 +00:00
c72fcd4d92 fix(provider): history by block hash race condition (#6669) 2024-02-19 12:51:46 +00:00
7cb9eaea9c feat: add metrics for highest pruned block per segment (#6658)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-02-19 12:19:15 +00:00
477a0185e2 docs: finish missing doc (#6668) 2024-02-19 11:30:51 +00:00
0441009446 Add rust bug report to gitignore (#6662) 2024-02-19 06:32:14 +00:00
79452eadaf chore: make clippy happy (#6666) 2024-02-19 06:31:47 +00:00
79f1fa3c10 fix(metrics): fix missing metrics by installing prometheus before creating db env (#6659) 2024-02-18 21:14:37 +00:00
R
6d8b5d58c5 implements 'ethGetHeaderByNumber' and 'ethGetHeaderByHash' (#6648)
Co-authored-by: Rodrigo Herrera <rodrigoherrera@pop-os.localdomain>
2024-02-18 19:31:01 +00:00
6204ec7298 test: fix connect many race condition (#6653) 2024-02-18 15:21:27 +00:00
fcc34bd5b7 test: enhance invalid tx test (#6652)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-02-18 14:18:41 +00:00
253d1748f5 chore(grafana): make network pool metric readable (#6650)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-02-18 13:50:04 +00:00
df75905eb0 chore(deps): weekly cargo update (#6647)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2024-02-18 12:39:36 +00:00
2b92948501 chore: discv4 touchups (#6639)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-02-18 01:13:14 +00:00
cde7a1db79 Decrease default count pending pool imports on fetch pending hashes (#6645) 2024-02-17 23:17:26 +00:00
a7ae6e4914 chore: decrease network manager budget (#6640)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-02-17 16:58:19 +00:00
29701f6486 updating block_env (#6627) 2024-02-17 14:21:45 +00:00
bcc95b1f4f chore: bump revm 6.0 (#6638) 2024-02-17 10:39:02 +00:00
632fc0599b feat: add debug_traceBlock test for entire chain (#6636) 2024-02-17 09:28:28 +00:00
81b5c53ced fix(revm): calculate failed transaction hash for logging (#6556) 2024-02-17 08:16:43 +00:00
39eb6c6d6e Bump lru version (#6635) 2024-02-17 02:01:33 +00:00
24b5641f3f fix: ignore nonce for call env (#6631) 2024-02-17 01:03:00 +00:00
208eb6d6a1 Make transaction manager param configurable from cli (#6594)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-02-16 22:25:55 +00:00
468cbae89c fix: missing build profile from long version example (#6625) 2024-02-16 21:13:42 +00:00
805e18b33c Minor documentation updates to announce_block docs (#6630) 2024-02-16 20:28:05 +00:00
3dc7214a2b chore: remove unused smallvec dep (#6629) 2024-02-16 18:38:38 +00:00
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