Commit Graph

116 Commits

Author SHA1 Message Date
7a593882e1 chore(github): use codespell to inspect and correct spelling issues (#7775)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 21:32:59 +00:00
fb3f6f1559 chore: flatten node-api dep (#7682) 2024-04-16 16:20:42 +00:00
516e836875 feat: add rpc trait bindings for optimism specific endpoints (#7621)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-16 09:58:24 +00:00
3237ad2a8c feat(rpc): add anvil and hardhat and ganache trait bindings (#7495)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-13 06:58:11 +00:00
e50f942d47 chore: use alloy nodeinfo (#7512) 2024-04-10 14:19:09 +00:00
8d1d13ef89 chore: bump revm+alloy (#7431) 2024-04-04 16:11:34 +02:00
eed60d914e feat: Implement ots_getTransactionError endpoints (#7316)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-25 11:43:47 +00:00
1c6ea1e30a feat: support any node format in admin API (#7247) 2024-03-20 17:37:06 +00:00
3c2d3a0833 Feat: add signers (#6826)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-11 17:40:30 +00:00
43bb4ccbba chore: remove repetitive words (#7041) 2024-03-08 14:02:37 +01:00
5d83de223f fix: revert filter_logs type (#7046) 2024-03-08 13:59:33 +01:00
6725d43f05 feat: add trace opcode gas (#6977) 2024-03-05 21:57:43 +00:00
96fcdfbac8 feat(api,rpc): improve engine API abstraction (#6871)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-05 16:05:17 +00:00
2009784362 feat: raw_tx_by_hash (#6827)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-01 18:41:25 +00:00
5e2cac442f 0x/rm unused dep (#6899)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-03-01 11:34:31 +00:00
9468527aad chore: remove unused dependencies to speed up building time (#6882)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-02-29 15:10:20 +00:00
210d09023d chore: reuse raw transaction by hash for debug_getRawTransaction (#6845) 2024-02-28 13:59:15 +00:00
7bee4a0717 feat: add eth_getRawTransaction (#6830) 2024-02-27 21:36:52 +00:00
323bad2718 Replace async trait with ->impl Future (#6791) 2024-02-26 13:23:00 +00:00
6890e02310 fmt: format tracing macro calls (#6776) 2024-02-24 10:58:01 +00:00
761c707e41 refactor: rename blob_gas_price to blob_base_fee (#6721) 2024-02-23 14:49:10 +00:00
R
6d8b5d58c5 implements 'ethGetHeaderByNumber' and 'ethGetHeaderByHash' (#6648)
Co-authored-by: Rodrigo Herrera <rodrigoherrera@pop-os.localdomain>
2024-02-18 19:31:01 +00:00
683b252f83 Segmenting cfg and block env impl from PayloadBuilderAttributes (#6623) 2024-02-16 17:08:24 +00:00
4c8f31a8c1 fix(op): Add optimism in node api, few cfg transitions (#6598) 2024-02-14 02:01:48 +00:00
41361d8b41 refactor: rm CallRequest (#6364) 2024-02-09 14:26:01 +00:00
10f4434373 fix: rpc-builder crate compilation (#6371) 2024-02-03 19:58:42 +00:00
cb96fe6d09 feat: make payload builder generic over attributes type (#5948)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-10 10:21:43 +00:00
9aa44093cf lints: move top-level lints to [workspace.lints] manifest table (#5935) 2024-01-04 13:38:02 +00:00
bfb3953231 chore: improve forkchoiceUpdated doc comments (#5925) 2024-01-03 11:27:15 +00:00
e341f47a16 fmt: add a space between inner doc-comments and following items (#5880) 2023-12-28 15:52:20 +00:00
453f699440 feat: add validation API endpoints (#5816) 2023-12-18 16:10:54 +00:00
73a5b6ced9 feat: add debug_getrawTransactions (#5682) 2023-12-04 18:27:57 +00:00
00804191ff Add stateOverrides-to-estimate-gas-call (#5604) 2023-11-30 11:46:44 +00:00
5e605d20a4 feat: add rpc-api trait for call bundle (#5449) 2023-11-15 21:16:26 +00:00
62ec00c672 feat(rpc): implement eth_blobGasPrice (#5403)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-13 12:44:05 +00:00
e897764ad4 chore(meta): manifest maintenance (#5353) 2023-11-08 19:53:50 +00:00
ed9b9a7d82 feat(rpc) : support for eth_newPendingTransactionFilter full rpc function (#5206)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-30 18:00:30 +00:00
de01f08d90 fix: use correct trace_call params (#5214) 2023-10-28 19:23:15 +02:00
d3de32a9dc fix: use block id for block receipts (#5105) 2023-10-20 03:26:29 +00:00
7796e57476 refactor(primitives): remove AccessListWithGasUsed in primitives (#5079) 2023-10-19 11:24:55 +00:00
7ca3db8a66 chore(rpc): eip-1159 -> eip-1559 (#5083) 2023-10-19 01:27:27 +00:00
ae3914eb66 Builder style implementation for trace_call (#5074) 2023-10-18 20:08:56 +00:00
d1f43cf015 feat: add more rpc-api bindings (#5072) 2023-10-18 14:02:35 +00:00
74808eddcc feat: support trace_filter (#4818) 2023-10-02 22:21:40 +00:00
5f9a917fb1 feat: Alloy migration (#4737)
Co-authored-by: Alessandro Mazza <121622391+alessandromazza98@users.noreply.github.com>
Co-authored-by: Supernovahs.eth <91280922+supernovahs@users.noreply.github.com>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2023-09-28 15:55:39 +00:00
b85aa94033 docs: paradigmxzy -> paradigmxyz (#4837) 2023-09-28 14:27:30 +00:00
61a1ac95ad fix(rpc): use nested lists for debug_traceCallMany (#4820) 2023-09-27 18:10:08 +00:00
8f9d2908ca chore: add and fix more lints, improve docs (#4765) 2023-09-25 15:46:46 +00:00
cabb5bee24 fix: use proper type for engine_newPayloadV2 (#4630) 2023-09-18 17:02:28 +00:00
a76da98316 feat: support admin_peers (#4435) 2023-08-31 20:36:50 +00:00