Commit Graph

4045 Commits

Author SHA1 Message Date
a3128ae36d Example/custom payload builder (#6269) 2024-02-01 12:26:18 +00:00
9193b17574 fix(primitives): don't double-hex signature bytes in Signature#to_hex_bytes (#6313) 2024-02-01 12:13:51 +00:00
4807d0260c fix: ensure backwards compat config (#6319) 2024-02-01 12:49:59 +01:00
76a6a8f50e refactor(trie): hashed state (#6244) 2024-02-01 09:09:00 +00:00
231e6437e4 feat: add with-unused-ports cli argument (#6314) 2024-01-31 22:54:33 +00:00
b3020716cd General purpose best transaction implementation (#6203)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-31 21:35:22 +00:00
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
e5cd8ccac7 check suite_path exists in ef-tests Suite run (#6303) 2024-01-31 20:51:46 +00:00
262a9c16c2 chore: add missing is functions (#6309) 2024-01-31 19:22:21 +00:00
dd40ea54dc feat(net): batch-import received txs (#6299) 2024-01-31 18:11:42 +00:00
1223895466 feat: separate node-builder crate (#6302) 2024-01-31 18:03:03 +00:00
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
606640285e Bug fix, increase tx response soft limit (#6301) 2024-01-30 22:17:31 +00:00
ff49b95d63 use matches! macro in ForkCondition implementation (#6297) 2024-01-30 20:00:26 +00:00
641cb16e64 fix: use matching image tag as upstream hive in hive action (#6288) 2024-01-30 17:30:23 +00:00
d4dd267739 fix: manual trigger for hive in addition to cron schedule [RET-241] (#6287) 2024-01-30 16:37:01 +00:00
6421660325 fix: pool eviction bug (#6284) 2024-01-30 16:25:24 +00:00
add3c6a3a2 feat(ci): RUST_BACKTRACE=1 for all tests (#6283) 2024-01-30 12:33:08 +00:00
11f50f873e add a way to generate random balances in MockTransactionSimulator (#6279) 2024-01-30 01:06:16 +00:00
677c0a095c fix: remove direct link to container download (#6278) 2024-01-29 22:29:32 +00:00
7ad81d52e6 add unit tests for is_empty method for Account (#6265) 2024-01-29 22:21:53 +00:00
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
abb7fe6fb6 fix: only adjust ipc path if multiple instances are run (#6275) 2024-01-29 13:14:49 +00:00
c46ff698ba test(tree): clean up tree testing utils (#6270) 2024-01-29 10:06:53 +00:00
273a101ed6 chore: new max trace response size unlocked (#6271) 2024-01-29 09:53:51 +00:00
5b3ce67316 small refac in rpc crate (#6264) 2024-01-28 17:54:42 +00:00
f56ee798c0 fix(evm): constantinople hardfork reward adjustment (#6263) 2024-01-28 17:54:36 +00:00
4e0bead8bd add ConsensusType enum for Hardfork (#6259) 2024-01-28 17:53:27 +00:00
ba4f536f93 Separate activation_timestamp and mainnet_activation_timestamp methods (#6261) 2024-01-28 15:55:13 +00:00
d68a3dacad get queued and pending transactions by sender in tx pool (#6256) 2024-01-28 15:31:11 +00:00
a2ac07db23 chore(deps): weekly cargo update (#6260)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2024-01-28 13:26:46 +00:00
2d6dbbc595 add mainnet_activation_timestamp for Hardfork (#6257) 2024-01-28 13:15:47 +00:00
4cb5eb23b8 Improve maintainability of Makefile (#6253) 2024-01-26 21:39:51 +00:00
1bcd48e8d5 Fix bug, rename make docs to make rustdocs (#6251) 2024-01-26 19:29:35 +00:00
30ee74693f docs: add some notes about tracing (#6246) 2024-01-26 18:10:33 +00:00
039a696966 Solve some clippy stuffs (#6247) 2024-01-26 17:13:58 +00:00
3043244db0 add builder_pubkey to relay queries (#6236) 2024-01-26 16:55:36 +00:00
0aa22466d2 chore: use Display when formatting addresses and hashes (#6245) 2024-01-26 14:57:08 +00:00
556741abb0 chore: use Display instead of Debug when printing internal errors (#6242) 2024-01-26 14:56:27 +00:00
7db5edf46b chore: remove clippy global ignore-internal-mutability config (#6243) 2024-01-26 15:05:58 +01:00
b3ed3016cd Hashed post state cursor works on top of a trait instead of &Tx. (#6226)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-01-26 10:24:10 +00:00
4ea4556209 fix(tree): disable state trie caching (#6239) 2024-01-26 08:13:06 +00:00
ed575db3d0 small refactoring for transaction field length (#6233) 2024-01-26 05:26:50 +00:00
b9d392e29d small refactoring in ethereum-forks crate (#6234) 2024-01-26 04:57:33 +00:00
f2c45150a1 fix(book): op-reth specs links (#6235) 2024-01-25 22:46:58 +00:00
acccf1441e feat: EvmEnvConfig trait (#6051) 2024-01-25 22:40:12 +00:00
abe3358b36 feat: move NodeBuilderWithDatabase to reth bin (#6231) 2024-01-25 21:37:07 +00:00
9c9be5796a doc(eth-wire): add missing documentation for message mod (#6232) 2024-01-25 21:29:38 +00:00
720815a834 chore(node-builder): make DB generic Unpin in node components (#6227) 2024-01-25 17:59:30 +00:00
2de10a15b5 feat(trie): historical & sidechain state root (#6131)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-25 17:16:18 +00:00