|
|
ca2c883cd6
|
fix: Duration serde execution stage (#6691)
|
2024-02-20 12:09:11 +00:00 |
|
|
|
a5dc8d6679
|
feat: add queued pool truncate benchmarks (#6684)
|
2024-02-20 07:25:35 +00:00 |
|
|
|
123b95aecc
|
chore: change consumer in docs of remove_transactions (#6685)
|
2024-02-20 07:25:02 +00:00 |
|
|
|
5fe367801f
|
chore: cleanup ECIESError (#6687)
|
2024-02-20 07:24:37 +00:00 |
|
|
|
e676f8cc2a
|
Unify txpool.remove function (#6641)
|
2024-02-20 03:38:33 +00:00 |
|
|
|
cb61334b2c
|
Clean up docs tx manager (#6682)
|
2024-02-20 02:21:39 +00:00 |
|
|
|
99d1d8dafc
|
Fix broken test pack request (#6676)
|
2024-02-19 21:12:30 +00:00 |
|
|
|
2641251898
|
fix the issue of network is not known to be merged (#6649)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2024-02-19 18:32:34 +00:00 |
|
|
|
2356dec1fb
|
Downgrade log level in net::tx target (#6675)
|
2024-02-19 18:24:16 +00:00 |
|
|
|
d7da5b87d4
|
Fix test, delayed changes (#6661)
|
2024-02-19 18:17:07 +00:00 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|