Commit Graph

3463 Commits

Author SHA1 Message Date
c91e87eb84 chore(deps): weekly cargo update (#5402)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-12 12:32:30 +00:00
a100fb3e46 feat(bin) : refactor ZeroAsNone struct to a Macro (#5397)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-12 12:10:00 +00:00
63f67d97fd chore: remove into_limbs() call for BlockNumberOrTag From impl (#5395) 2023-11-11 17:49:20 +00:00
f07ae50065 chore: add @evalir to CODEOWNERS for rpc types related crates (#5396) 2023-11-11 18:49:56 +01:00
7734ab754c Feat/enable non namespaces (#5391) 2023-11-11 14:54:32 +00:00
32beaeef4e chore: support MaxU32 on more rpc args (#5393) 2023-11-11 14:33:43 +01:00
4f631cc773 feat(rpc-types): from U64 for BlockHashOrNumber and BlockId (#5385)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-11 08:30:37 +00:00
e8729dda4a chore: convert connection type to stream (#5384) 2023-11-11 01:06:40 +01:00
55db2dcd4b feat(rpc): add blob support for TransactionRequest (#5382)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-10 23:48:53 +00:00
277cd3ae04 fix: use SharedCapabilities (#5383) 2023-11-10 22:14:47 +01:00
505a192b87 fix(bin) : make rpc_max_response_size as MaxU32 (#5381)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-10 20:00:44 +00:00
820f67e741 feat: support additional protocols abstraction (#5360) 2023-11-10 18:41:06 +00:00
5beb105a7c feat(bin) : max_values Macro for CLI args parsing (#5379)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-10 16:42:47 +00:00
6c4a9cd1c3 feat(rpc-builder): test requests params (#5267)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-11-10 16:39:56 +00:00
13fd00c117 feat(rpc-testing-utils): implement trace_call streaming (#5347)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-10 11:49:14 +00:00
ee351fc493 feat(transaction-pool) : impl MockTransaction for Desposit variant (#5321)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-10 11:45:50 +00:00
e26bc17531 fix: use saturating mul for max response size bytes (#5377) 2023-11-10 12:39:30 +01:00
40db0dfc9a chore: move shared capabilities to capabilities.rs (#5375) 2023-11-10 00:57:28 +01:00
2488aa079e feat: support hello message with protocols (#5371) 2023-11-09 20:21:19 +00:00
475c42eb0a feat:Support BlockHashOrNumber with block_with_senders (#5356) 2023-11-09 16:39:45 +00:00
46cad7042c implement Stream for Discovery (#5370) 2023-11-09 16:39:02 +00:00
c47a2393e3 chore: fix a bunch of features (#5369) 2023-11-09 14:31:27 +01:00
d5c5bbffc4 chore: add blob subpool docs on add_transaction (#5367) 2023-11-09 10:27:16 +00:00
e004eb8d1c fix: delete file with invalid name (#5368) 2023-11-09 10:26:10 +00:00
1a78f6ded4 docs: more shared cap docs (#5365) 2023-11-09 04:30:13 +00:00
ef8677f33f chore: rm default features (#5366) 2023-11-09 00:58:44 +01:00
011494dff4 feat: support multiple shared caps (#5363)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
2023-11-08 20:33:18 +00:00
e897764ad4 chore(meta): manifest maintenance (#5353) 2023-11-08 19:53:50 +00:00
c2a33191aa feat(engine): insert new payloads even when hook is running (#5364) 2023-11-08 19:17:35 +00:00
fc32458644 chore: support static str in capability (#5362) 2023-11-08 19:10:07 +00:00
e056bfb213 feat(rpc): measure request/call time in seconds (#5361) 2023-11-08 17:10:40 +00:00
0a3884ba81 feat(docs): MDBX freelist troubleshooting (#5358) 2023-11-08 15:50:45 +00:00
4865e59684 chore: add missing txvalue impls (#5357) 2023-11-08 16:10:18 +01:00
0e2346597b feat: add for peers functions (#5351) 2023-11-08 14:46:07 +00:00
80be039c77 feat: add trait forNetworkEvents (#5354)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-08 13:24:03 +00:00
aa9a8dcad8 feat(bin): report freelist in db stats (#5355) 2023-11-08 13:05:55 +00:00
5daaa7fe27 feat: add established timestamp to peerinfo (#5350) 2023-11-08 03:12:04 +00:00
1b2a4c71c7 fix: prevent decoding U256 TxValue on mainnet (#5344) 2023-11-07 19:38:34 +00:00
47669c5886 feat(rpc): record call metrics per method (#5338) 2023-11-07 19:01:39 +00:00
fd7896fd7c chore: serde misc CallRequest (#5345) 2023-11-07 19:01:03 +00:00
27d70881a5 feat: add response type for execution header (#5342) 2023-11-07 17:35:13 +00:00
320ffd2a03 restrict --chain flag setting for op-reth node & fix help info (#5334)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-07 16:45:00 +00:00
5533ebb893 chore: update nextest config (#5341) 2023-11-07 15:44:01 +00:00
04c0d6f003 docs: add docs about call order of config trait (#5340) 2023-11-07 15:30:14 +00:00
ef2f96afe8 fix: output field is called value (#5339) 2023-11-07 15:29:18 +00:00
d762d2d9f7 feat: downgrade trie debug logs to trace, cleanup debug logs more (#5285) 2023-11-07 12:58:36 +00:00
e6ea2510c7 fix: use helper to deserialize mainnet TTD (#5322)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-06 22:00:09 +00:00
23e789f978 feat(primitive) refactor get_gas_price (#5328) 2023-11-06 17:33:55 +00:00
be542b2a94 feat(rpc-testing-util): rpc tracing compare testing support (#5148) 2023-11-06 17:29:54 +00:00
73b11de894 docs: call many docs (#5331) 2023-11-06 17:20:40 +00:00