Commit Graph

653 Commits

Author SHA1 Message Date
Matthias Seitz
05044c189b perf: get rid of body clone (#5077) 2023-10-18 21:01:09 +00:00
Supernovahs.eth
ae3914eb66 Builder style implementation for trace_call (#5074) 2023-10-18 20:08:56 +00:00
DoTheBestToGetTheBest
ce73d933c9 adding access list to rpc type crate (#4992)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-18 19:42:59 +00:00
Roman Krasiuk
3adc627a35 feat(rpc): enable eth_getProof (#5071) 2023-10-18 16:05:26 +00:00
Matthias Seitz
d1f43cf015 feat: add more rpc-api bindings (#5072) 2023-10-18 14:02:35 +00:00
PatStiles
9d9de58057 feat(gas_oracle): Add Lru Cache for block values of recent blocks (#5062)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-18 11:04:41 +00:00
Matthias Seitz
5efadd86ee perf: improve gas price calc (#5050)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-10-17 15:30:26 +00:00
Supernovahs.eth
1483175e2f example simulation transportless (#5025)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-17 13:33:31 +00:00
Matthias Seitz
931065d71c fix: improve parity statediff (#5037) 2023-10-16 13:19:11 +00:00
Nil Medvedev
1468563f2f Feat/pending transactions filter (#5014)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-16 13:08:41 +00:00
Thomas Coratger
9ffc1433d9 feat(rpc): move mev types to rpc-types (#5035)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-16 11:47:34 +00:00
Matthias Seitz
3028bbd83c fix: some trace statediff improvements (#5033) 2023-10-15 21:31:30 +02:00
Supernovahs.eth
7e088da99a instantiate Api types in reth module registry (#5031) 2023-10-15 16:20:06 +02:00
Thomas Coratger
3bf2c8865a feat(rpc): move trace_block_with and trace_block_until to EthTransactions (#5021) 2023-10-14 09:19:57 +00:00
DoTheBestToGetTheBest
92ceb2fca9 EIP4844 variant to TypedTransactionRequest (#5005)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-13 16:02:52 +00:00
Sean Matt
d3794f2c4d update trace_filter, trace block only to highest matching index (#4974)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-12 18:45:25 +00:00
SleepingShell
bd7b8f536d notify full transaction listeners (4902) (#4978)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-12 11:23:21 +00:00
Supernovahs.eth
a2c62cdf61 rpc tracing to workspace (#4986) 2023-10-11 16:19:06 +00:00
Matthias Seitz
b076a01933 feat(test): add debug trace ext helpers (#4982) 2023-10-11 14:46:01 +00:00
Matthias Seitz
e04292247f fix: use pending block tag for actual pending block (#4966) 2023-10-11 03:06:53 +00:00
Nil Medvedev
c6531b48f8 feat: Feat/add on rpc server started hook (#4947)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-10 16:15:15 +00:00
Aditya Pandey
fb96369674 moving Log::from_primitive to rpc compat crate (#4968)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-10 13:57:41 +00:00
Matthias Seitz
e474c0d73b chore: phase out Substate::new (#4957) 2023-10-09 23:00:11 +02:00
Matthew Slipper
ee5b8c9064 fix: Match prestate tracer to Geth spec, fix storage diff misattribution (#4483)
Co-authored-by: clabby <ben@clab.by>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-09 16:24:14 +00:00
DoTheBestToGetTheBest
b62db459d4 builder functions for GethDefaultTracingOptions (#4956) 2023-10-09 16:17:41 +00:00
Supernovahs.eth
670d459147 Better topic0 (#4950)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-09 12:40:33 +00:00
Yash Atreya
9561f2860a fix: improve eth_createAccessList (#4954)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-09 12:01:23 +00:00
Matthias Seitz
18c4891238 chore: add some geth tracer ergonomics (#4952) 2023-10-08 19:37:16 +02:00
Matthias Seitz
51ecf3e96d fix: improve account diff populate (#4934) 2023-10-06 19:23:22 +00:00
Matthias Seitz
851831f4b8 fix: filter out unchanged account states in diff mode (#4931) 2023-10-06 18:11:00 +00:00
Dan Cline
c825aafbc8 fix: only accept rpc enveloped format for transactions in payload (#4928) 2023-10-06 17:40:38 +00:00
Matthias Seitz
529635f8d4 fix: always serialize zero balance (#4929) 2023-10-06 14:58:12 +00:00
Dan Cline
49ac2f5110 feat: add metrics to engine RPC API (#4912) 2023-10-05 19:51:50 +00:00
Matthias Seitz
12c0bde9ec feat: add ipc path to config (#4920) 2023-10-05 19:09:30 +00:00
Roman Krasiuk
a9b09a7552 chore: BlobsBundle::take (#4925) 2023-10-05 18:34:02 +00:00
Dan Cline
4dceabf06b fix: add blob_gas_used after succesful tx execution (#4913)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-05 10:54:53 +00:00
Supernovahs.eth
afebb2b20b intrinsic gas check (#4867)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-04 12:33:40 +00:00
Roberto Bayardo
081d71e1a2 change transaction value fields from u128 to a wrapper-type of U256 (#4439)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-04 12:07:44 +00:00
Matthias Seitz
74808eddcc feat: support trace_filter (#4818) 2023-10-02 22:21:40 +00:00
Matthias Seitz
f59db3151d chore(deps): move more things to workspace (#4881) 2023-10-02 20:45:36 +00:00
christn
fd697d9d3f Changes to enable validation api extension (#4783)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-30 13:10:30 +00:00
Dan Cline
ad78d4c6a9 fix: return INVALID again if block contains blob transactions pre-cancun (#4845) 2023-09-28 18:34:18 +00:00
DaniPopes
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
Alexey Shekhirin
b85aa94033 docs: paradigmxzy -> paradigmxyz (#4837) 2023-09-28 14:27:30 +00:00
Matthias Seitz
50175f8cf6 fix: omit empty fields of AccountState (#4828) 2023-09-27 21:26:31 +00:00
Thomas Coratger
2138a8b587 feat(primitives): add Receipts to encapsulate Vec<Vec<Option<Receipt>> (#4626)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-27 18:11:19 +00:00
Matthias Seitz
61a1ac95ad fix(rpc): use nested lists for debug_traceCallMany (#4820) 2023-09-27 18:10:08 +00:00
Matthias Seitz
29d66a1021 fix: use u64 nonce field for prestate (#4825) 2023-09-27 16:47:45 +00:00
Matthias Seitz
b994d159b4 chore: silence unused warning (#4817) 2023-09-27 12:20:20 +02:00
Dan Cline
eb6dc51971 fix: ensure no blob transactions in payloads pre-cancun (#4779) 2023-09-26 18:24:20 +00:00