Commit Graph

603 Commits

Author SHA1 Message Date
Abhinav Srivastava / August Radjoe
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
Aditya Pandey
e24eadf620 enhance tx gossip test coverage (#6578)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
2024-02-16 04:32:21 +00:00
Justin Traglia
9450319002 fix: check versioned hash version for EIP-4844 transactions (#6601) 2024-02-15 17:16:05 +00:00
Matthias Seitz
c3afaa1f13 fix: update highest nonce if highest nonce (#6618) 2024-02-15 16:31:19 +00:00
Emilia Hane
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
Thomas Coratger
cede8b7dd6 replace &Bytes with &[u8] in optimism functions (#5896)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-02-09 17:24:55 +00:00
Thomas Coratger
672246d400 add test_discard_blobs_on_blob_tx_eviction unit test (#6445)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-02-08 13:15:09 +00:00
Delweng
838e6179ff feat(txpool): discard_worst compat with suffix comma (#6477)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-02-08 12:25:32 +00:00
clabby
d08d72e5c3 feat(op): Ecotone reject blob txs (#6480)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-02-08 02:51:07 +00:00
Delweng
281486c552 chore(txpool): fix some format and typo (#6481)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-02-08 01:57:32 +00:00
yjh
29e8aab08a fix: sealed header should not be immutable borrowed (#6456) 2024-02-07 19:26:26 +00:00
Dan Cline
daba4cf7e1 feat: add txpool eviction property tests (#6437) 2024-02-06 23:12:53 +00:00
Thomas Coratger
37a8780a4d Add clippy fixes and minor refactoring (#6450) 2024-02-06 22:11:22 +00:00
Justin Traglia
189d76735e fix: initial total_bytes value for response limit and typos (#6449) 2024-02-06 21:33:00 +00:00
Thomas Coratger
466adc4b14 add minor improvements (#6448) 2024-02-06 19:35:33 +00:00
Emilia Hane
4afc3b7f5c Drop lock on listener as early as possible (#6414) 2024-02-06 12:37:19 +00:00
Dan Cline
5b847cba4f feat: add size generator to MockTransactionDistribution (#6426) 2024-02-05 21:25:45 +00:00
Alexey Shekhirin
6c1263e000 fix(tracing): prioritize RUST_LOG and verbosity CLI arg (#6413) 2024-02-05 19:42:32 +00:00
Thomas Coratger
b9ade51c01 Deprecate best_transactions_with_base_fee (#6394)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-02-05 16:42:07 +01:00
Matthias Seitz
1a8440ae1f chore: rm trait bounds (#6402) 2024-02-05 14:17:59 +01:00
Thomas Coratger
1f12203723 add TestPoolWrapper around TestPool (#6395) 2024-02-05 12:40:53 +00:00
Matthias Seitz
2d01f36086 docs: add more docs for on_canonical_state_change (#6380) 2024-02-05 09:02:58 +00:00
Matthias Seitz
4dc6aeefa9 chore: apply missing const for fn lint txpool (#6381) 2024-02-03 17:33:05 +00:00
Delweng
57eef7ea03 feature: add Blob pool metrics (#6373)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-02-03 14:07:01 +00:00
Dan Cline
72b7caa4c4 fix: add test for truncating parked with large transactions (#6366) 2024-02-03 01:39:38 +00:00
Matthias Seitz
d4dffa2ee4 fix: bad blob pool eviction (#6368) 2024-02-03 00:00:51 +00:00
Dan Cline
e86b2c175f feat: remove blobs associated with discarded blob txs (#6361) 2024-02-02 20:19:03 +00:00
Matthias Seitz
30aa3e6792 perf: do heavy blob validation last (#6352) 2024-02-02 17:48:46 +00:00
Matthias Seitz
648a084ba8 docs: a few more validation task docs (#6351) 2024-02-02 16:36:15 +00:00
Qiwei Yang
021941a2c2 fix: Remove redundant Result wrapper (#6345) 2024-02-02 14:01:53 +00:00
Dan Cline
39f96027f1 feat: add all transaction types to MockTransactionDistribution (#6337) 2024-02-01 19:50:31 +00:00
Aditya Pandey
b3020716cd General purpose best transaction implementation (#6203)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-31 21:35:22 +00:00
Emilia Hane
34cda3a99f Sanitise eth68 announcement (#6222)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-01-31 13:19:51 +00:00
Emilia Hane
606640285e Bug fix, increase tx response soft limit (#6301) 2024-01-30 22:17:31 +00:00
Matthias Seitz
6421660325 fix: pool eviction bug (#6284) 2024-01-30 16:25:24 +00:00
Thomas Coratger
11f50f873e add a way to generate random balances in MockTransactionSimulator (#6279) 2024-01-30 01:06:16 +00:00
Thomas Coratger
7ad81d52e6 add unit tests for is_empty method for Account (#6265) 2024-01-29 22:21:53 +00:00
Thomas Coratger
d68a3dacad get queued and pending transactions by sender in tx pool (#6256) 2024-01-28 15:31:11 +00:00
Thomas Coratger
039a696966 Solve some clippy stuffs (#6247) 2024-01-26 17:13:58 +00:00
DaniPopes
0aa22466d2 chore: use Display when formatting addresses and hashes (#6245) 2024-01-26 14:57:08 +00:00
Roman Krasiuk
e78ae77685 feat(cli): local tx propagation toggle (#6224) 2024-01-25 16:13:09 +00:00
Emilia Hane
ade779754a Add commands from CONTRIBUTING.md to Makefile and update ci (#6141)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2024-01-22 10:42:06 +00:00
Thomas Coratger
734109e968 improve documentation and refactor transaction-pool gen test utils (#6142) 2024-01-21 17:07:05 +00:00
Erce Can Bektüre
630fd45da6 fix price bump issue in is_underpriced (#6076)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-16 09:38:14 +00:00
Thomas Coratger
030a1fd0f8 some refactoring in transaction-pool mock utils (#6043) 2024-01-13 11:00:11 +00:00
Dan Cline
94e8b8084b chore: bump aquamarine (#6048) 2024-01-12 22:21:00 +00:00
Thomas Coratger
16a6e000bd resolve some missing doc and clippy (#6027) 2024-01-12 13:14:12 +00:00
rakita
ee199bb5db fmt: run nightly-2023-10-15 and remove semicolons (#6035) 2024-01-12 11:38:41 +00:00
Dan Cline
8686e97290 chore: make clippy happy (#6033) 2024-01-12 06:25:06 +00:00
Supernovahs.eth
6430731fff feat: Exclude private txs for pending block (#6015)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-11 08:12:32 +00:00