Commit Graph

3441 Commits

Author SHA1 Message Date
Alexey Shekhirin
f428c074d3 feat(docs): MDBX freelist troubleshooting (#5358) 2023-11-08 18:20:06 +01:00
Matthias Seitz
8274ea8459 chore: add missing txvalue impls (#5357) 2023-11-08 18:20:06 +01:00
Matthias Seitz
d6232122c5 feat: add for peers functions (#5351) 2023-11-08 18:20:06 +01:00
Panagiotis Ganelis
0e33173c5f feat: add trait forNetworkEvents (#5354)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-08 18:20:06 +01:00
Alexey Shekhirin
688f14fbdc feat(bin): report freelist in db stats (#5355) 2023-11-08 18:20:06 +01:00
Matthias Seitz
e03cbbbbe7 feat: add established timestamp to peerinfo (#5350) 2023-11-08 18:20:06 +01:00
Dan Cline
61dcfff19e fix: prevent decoding U256 TxValue on mainnet (#5344) 2023-11-08 18:20:06 +01:00
Alexey Shekhirin
f1acc84b72 feat(rpc): record call metrics per method (#5338) 2023-11-08 18:20:06 +01:00
Matthias Seitz
e2652a3f84 chore: serde misc CallRequest (#5345) 2023-11-08 18:20:06 +01:00
Matthias Seitz
1f4f952cf6 feat: add response type for execution header (#5342) 2023-11-08 18:20:06 +01:00
Roberto Bayardo
90b4a3c5ee restrict --chain flag setting for op-reth node & fix help info (#5334)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-08 18:20:06 +01:00
DaniPopes
3fe5f0999f chore: update nextest config (#5341) 2023-11-08 18:20:06 +01:00
Matthias Seitz
924d4a8690 docs: add docs about call order of config trait (#5340) 2023-11-08 18:20:06 +01:00
Matthias Seitz
e9d106ffdd fix: output field is called value (#5339) 2023-11-08 18:20:06 +01:00
Alexey Shekhirin
117548fff2 feat: downgrade trie debug logs to trace, cleanup debug logs more (#5285) 2023-11-08 18:20:06 +01:00
Dan Cline
00519f1394 fix: use helper to deserialize mainnet TTD (#5322)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-08 18:20:06 +01:00
DoTheBestToGetTheBest
702adde609 feat(primitive) refactor get_gas_price (#5328) 2023-11-08 18:20:06 +01:00
DoTheBestToGetTheBest
186b6df27a feat(rpc-testing-util): rpc tracing compare testing support (#5148) 2023-11-08 18:20:06 +01:00
Matthias Seitz
865ef5e39a docs: call many docs (#5331) 2023-11-08 18:20:06 +01:00
DoTheBestToGetTheBest
b6aa871090 feat(primitives) : support test for fill_cfg_and_block_env function (#5330) 2023-11-08 18:20:06 +01:00
refcell.eth
6c82445444 chore(primitives): Compact TxType Unit Table Test (#5325) 2023-11-08 18:20:06 +01:00
Matthias Seitz
b409a4cdca chore: use u64 for payloadattributes directly (#5327) 2023-11-08 18:20:06 +01:00
Sean Matt
5a3fb61690 feat: add TransactionsHandle function (#5198)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-08 18:20:06 +01:00
Alexey Shekhirin
5530b7b3ea feat(primitives): format stage progress with two decimal places (#5324) 2023-11-08 18:20:06 +01:00
DoTheBestToGetTheBest
9d9be0b50d feat (rpc-testing-utils) : enhenced trace filter streaming for local node (#5295) 2023-11-08 18:20:06 +01:00
Matthias Seitz
03b3296d10 feat: add more beacon API types (#5292) 2023-11-08 18:20:06 +01:00
clabby
cd409b1407 fix(ci): Optimism unit / integration tests (#5318) 2023-11-08 18:20:06 +01:00
refcell.eth
e9f64054c2 fix(payload): Ethereum Payload Builder Zero Type (#5313)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-08 18:20:06 +01:00
DoTheBestToGetTheBest
4a706b4944 feat(rpc-testing-utils) : trace_filter test (#5293) 2023-11-08 18:20:06 +01:00
DaniPopes
000dc20216 chore: reduce size of common types (#5304) 2023-11-08 18:20:02 +01:00
DoTheBestToGetTheBest
4f4fc5bd60 feat(primitives): supports test for from_compact (#5312) 2023-11-08 18:19:35 +01:00
DoTheBestToGetTheBest
bcf2065f54 feat(primitives) : test for TxDeposit and related methods (#5317) 2023-11-08 18:19:35 +01:00
DaniPopes
87182b0f06 chore: add nextest config (#5320) 2023-11-08 18:19:35 +01:00
DoTheBestToGetTheBest
a6413c1db7 feat(primitives) : match exhaustive (#5316) 2023-11-08 18:19:35 +01:00
refcell.eth
8040cb042d fix(primitives): Exhaustive Matching on TxType Primitive Encoding (#5315) 2023-11-08 18:19:35 +01:00
DaniPopes
34b584ad07 ci: fix partitions + clippy (#5314) 2023-11-08 18:19:35 +01:00
refcell.eth
e62c52d1da fix(ci): Integration Test Specify Reth Binary (#5311) 2023-11-08 18:19:35 +01:00
DaniPopes
a52b4c1b7c fix: bump stack size on Windows (#5301) 2023-11-08 18:19:35 +01:00
clabby
7b41998f09 feat: op-reth (#4377)
Co-authored-by: Roberto Bayardo <bayardo@alum.mit.edu>
Co-authored-by: refcell.eth <abigger87@gmail.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: refcell <refcell@oplabs.co>
Co-authored-by: nicolas <48695862+merklefruit@users.noreply.github.com>
2023-11-08 18:19:35 +01:00
suneal
4879cfc9ef chore: drain fetching transaction events (#5309) 2023-11-08 18:19:35 +01:00
DoTheBestToGetTheBest
9910e694cf feat(rpc-types) : Implement Default Trait for TraceFilter (#5294) 2023-11-08 18:19:35 +01:00
DaniPopes
5f9a739b8e fmt: format doc comments (#5308) 2023-11-08 18:19:35 +01:00
DaniPopes
100cf3ec09 chore(meta): add myself to .github CODEOWNERS (#5307) 2023-11-08 18:19:35 +01:00
github-actions[bot]
1cd5b67d87 chore(deps): weekly cargo update (#5297)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2023-11-08 18:19:35 +01:00
DaniPopes
2e196fef60 ci: chores (#5280) 2023-11-08 18:19:35 +01:00
DoTheBestToGetTheBest
5d7fb0d9fe feat(rpc-testing-utils) : Implement trace_filter Stream Extension for TraceApiExt (#5282) 2023-11-08 18:19:35 +01:00
Phillip LeBlanc
3702825ccb fix: trace_filter properly matches when from_addresses or to_addresses aren't set (#5291) 2023-11-08 18:19:35 +01:00
DoTheBestToGetTheBest
72a68e2bf3 feat(rpc-testing-utils) : enhanced tansaction replay (#5275)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-08 18:19:35 +01:00
DoTheBestToGetTheBest
20a1a8e68c feat(rpc-builder): support jwt secret in client (#5284) 2023-11-08 18:19:35 +01:00
Dan Cline
5a822de6eb fix: replace mainnet TTD so geth mainnet genesis parsing works (#5290)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-08 18:19:35 +01:00