Commit Graph

3311 Commits

Author SHA1 Message Date
Matthias Seitz
ae9158c95b chore: bump strum (#6392) 2024-02-04 15:23:59 +01:00
github-actions[bot]
05c1d1d4a2 chore(deps): weekly cargo update (#6386)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-02-04 14:08:07 +00:00
Matthias Seitz
10f4434373 fix: rpc-builder crate compilation (#6371) 2024-02-03 19:58:42 +00:00
Matthias Seitz
4dc6aeefa9 chore: apply missing const for fn lint txpool (#6381) 2024-02-03 17:33:05 +00:00
Matthias Seitz
44a9975f76 chore: rm unused reexport (#6377) 2024-02-03 16:07:51 +00:00
Matthias Seitz
fddabe88a8 chore: remove node-api optimism feature (#6375) 2024-02-03 16:07:30 +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
Seva Zhidkov
c7a4bc9f93 feat(db): propagate text error messages from mdbx (#6353) 2024-02-02 23:01:01 +00:00
Dan Cline
e86b2c175f feat: remove blobs associated with discarded blob txs (#6361) 2024-02-02 20:19:03 +00:00
Thomas Coratger
3dcb04d558 small refactoring in payload crate (#6358) 2024-02-02 20:15:53 +00:00
Dan Cline
98e5dfe1ac feat: benchmark blob validation (#6355) 2024-02-02 19:57:39 +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
4e5ae6c540 chore: add test for invalid devnet block hash (#6339) 2024-02-02 11:02:21 +00:00
Dan Cline
ce46419538 chore: add all-forks genesis forkid test (#6338) 2024-02-01 21:31:35 +00:00
Dan Cline
39f96027f1 feat: add all transaction types to MockTransactionDistribution (#6337) 2024-02-01 19:50:31 +00:00
Emilia Hane
ae3ec6611e Fix bug, limit for broadcast message (#6325) 2024-02-01 19:44:15 +00:00
Thomas Coratger
55fae2ca9c Add Withdrawals struct (#6267) 2024-02-01 17:57:50 +00:00
Emilia Hane
cac6a5275a Introduce async budget in transaction manager (#6295)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-02-01 17:54:06 +00:00
Matthias Seitz
1104ea7b4d fix: use ecrevored transaction for tracing (#6327) 2024-02-01 17:12:02 +00:00
Dan Cline
7f2167f1bd fix: set excess blob gas and blob gas used for empty payloads (#6328) 2024-02-01 17:11:46 +00:00
Thomas Coratger
01d3df30f7 small refactoring (#6321) 2024-02-01 14:30:31 +00:00
ArtificialPB
9193b17574 fix(primitives): don't double-hex signature bytes in Signature#to_hex_bytes (#6313) 2024-02-01 12:13:51 +00:00
Matthias Seitz
4807d0260c fix: ensure backwards compat config (#6319) 2024-02-01 12:49:59 +01:00
Roman Krasiuk
76a6a8f50e refactor(trie): hashed state (#6244) 2024-02-01 09:09:00 +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
82b20403cc opt-out of filling space in request upon announcement (#6310)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-31 21:25:00 +00:00
Matthias Seitz
262a9c16c2 chore: add missing is functions (#6309) 2024-01-31 19:22:21 +00:00
ArtificialPB
dd40ea54dc feat(net): batch-import received txs (#6299) 2024-01-31 18:11:42 +00:00
Dan Cline
1223895466 feat: separate node-builder crate (#6302) 2024-01-31 18:03:03 +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
Thomas Coratger
ff49b95d63 use matches! macro in ForkCondition implementation (#6297) 2024-01-30 20:00:26 +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
Luca Provini
3faf9d87a3 feat: NetworkManager hibernate command, NetworkHandle hibernate funct… (#6186)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-29 17:15:48 +00:00
Matthias Seitz
abb7fe6fb6 fix: only adjust ipc path if multiple instances are run (#6275) 2024-01-29 13:14:49 +00:00
Roman Krasiuk
c46ff698ba test(tree): clean up tree testing utils (#6270) 2024-01-29 10:06:53 +00:00
Matthias Seitz
273a101ed6 chore: new max trace response size unlocked (#6271) 2024-01-29 09:53:51 +00:00
Thomas Coratger
5b3ce67316 small refac in rpc crate (#6264) 2024-01-28 17:54:42 +00:00
Roman Krasiuk
f56ee798c0 fix(evm): constantinople hardfork reward adjustment (#6263) 2024-01-28 17:54:36 +00:00
Thomas Coratger
4e0bead8bd add ConsensusType enum for Hardfork (#6259) 2024-01-28 17:53:27 +00:00
Thomas Coratger
ba4f536f93 Separate activation_timestamp and mainnet_activation_timestamp methods (#6261) 2024-01-28 15:55:13 +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
2d6dbbc595 add mainnet_activation_timestamp for Hardfork (#6257) 2024-01-28 13:15:47 +00:00
Matthias Seitz
30ee74693f docs: add some notes about tracing (#6246) 2024-01-26 18:10:33 +00:00