Commit Graph

131 Commits

Author SHA1 Message Date
bbe9d56ef4 Revert "feat: add TransactionSigned::recover_signers" (#4115) 2023-08-08 14:03:43 +02:00
4b0b63766e feat: add TransactionSigned::recover_signers (#4098)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-08 09:53:12 +00:00
c1dfa7beba feat(eip4844): include TxEip4844 in the primitive Transaction enum (#4074) 2023-08-07 19:10:12 +00:00
64c8dd259c fix: record push stack as vec u256 (#4077) 2023-08-07 17:21:52 +00:00
e3457b8866 chore: add missing op and idx fields (#4076) 2023-08-05 16:59:36 +00:00
a519641e7d chore: use remaining (#4082) 2023-08-05 16:34:05 +00:00
6ceaad6af9 feat: populate gas cost for vm instructions (#4046) 2023-08-03 18:30:23 +00:00
0d33585426 chore: move call op match to fn (#4047) 2023-08-03 16:30:14 +00:00
8d0aa64ab8 docs: rm some tracing todos + docs 2023-08-03 16:09:39 +02:00
cb0dedc8a9 chore: fix clippy (#4032) 2023-08-02 13:02:50 +00:00
4b0f4ec67e fix: record selfdstructs properly (#3921) 2023-08-01 12:19:08 +00:00
e560b063f9 Fix preState diffMode logic (#4014) 2023-07-31 22:18:59 +00:00
3118e27d9c fix(tracing): extend Parity tracing VmExecutedOperation (#3997) 2023-07-31 13:29:29 +00:00
da3bc64fb4 fix: prevent child call out of bounds (#3920) 2023-07-31 13:01:58 +00:00
c04f3e443f WIP: Implement prestateTracer (#3923)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-28 11:05:38 +00:00
8cdb097829 chore: simplify workspace = true usage (#3930) 2023-07-26 15:21:09 +00:00
b8587a2ca6 chore: set trace result to null if non revert or selfdestruct (#3840) 2023-07-18 19:28:47 +00:00
0ef68b7d63 fix: map more errors to messages (#3837) 2023-07-18 15:34:38 +00:00
26b1ffa92a chore: make clippy happy (#3827) 2023-07-18 12:06:27 +00:00
f78f0302f1 fix(rpc): serialize traces always as vec (#3770) 2023-07-14 07:59:57 +00:00
N
f0cf93e0f9 feat: complete vm and statediff tracers (#3529)
Co-authored-by: N <mail@nuhhtyy.xyz>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-12 18:35:00 +00:00
a7eae8cfc3 fix: register precompiles correctly (#3720) 2023-07-12 10:13:07 +00:00
5dd4bc6bee fix: use tx gas limit for root trace (#3719) 2023-07-11 20:59:21 +00:00
bfa84bb1b7 Match statement for handling error messages - reverted and default case (#3640)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-06 17:16:01 +00:00
350f1a1e49 fix: populate transaction trace error field (#3627) 2023-07-06 14:29:21 +00:00
09fe22f470 feat: add error field to parity transaction traces (#3611)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-06 11:20:19 +00:00
e7cedee411 perf: only record return value if required (#3040)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2023-07-05 14:36:49 +00:00
fc540c60fd fix: use refunds for root call (#3594) 2023-07-05 13:47:51 +00:00
d848668fb2 fix(rpc): fix parity tracing config (#3549) 2023-07-03 13:21:17 +00:00
f2f3425f1c chore: fix clippy (#3540) 2023-07-03 14:26:17 +03:00
1e3092b770 fix: precompile condition (#3526) 2023-07-02 12:57:33 +02:00
3dcc76e2b0 fix: use correct address for log (#3481) 2023-06-30 00:44:11 +00:00
40f2a51008 chore: replace Option<Vec> with just vec (#3474) 2023-06-29 21:22:08 +00:00
0096739dbb doc: add reth logo to docs (#3317)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2023-06-26 15:41:11 +00:00
49922bfd89 feat(revm): store access list storage keys sorted (#3386) 2023-06-26 14:18:33 +00:00
054f30f43c chore: rename Block*Provider for Block*Reader (#3385) 2023-06-26 14:13:45 +00:00
9e72cbf6b4 feat: js built in functions (#3161)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-06-22 14:55:34 +00:00
77167134d0 docs: document crate features (#3269) 2023-06-21 19:35:38 +00:00
35b005ea0a feat(revm): record_logs boolean in TracingInspectorConfig to limit log record (#3286)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-06-21 13:36:26 +00:00
e78d2fc0b0 chore: improve empty hardforks panic message (#3279) 2023-06-20 17:05:39 +00:00
236a10e73b fix: give js service access to modified state (#3267) 2023-06-20 13:50:43 +00:00
729d4ad30f fix: dont panic on invalid opcode (#3255) 2023-06-19 23:22:18 +00:00
7ab8a7f3ec chore: use workspace version (#3240) 2023-06-19 17:29:15 +00:00
96abde0965 chore: AccountProvider -> AccountReader & AccountWriter (#3228) 2023-06-19 11:46:47 +00:00
a8be68a82c fix: prevent panic in trace call (#3216) 2023-06-17 17:15:00 +00:00
9e32b48bbb perf: calculate trace address on demand (#3217) 2023-06-17 16:21:38 +00:00
547911ac19 fix: set call trace gas limit with call inputs gas limit (#3214) 2023-06-17 14:07:05 +00:00
d6092cf1d3 feat: support nonce and balance changes in state diff tracers (#3199) 2023-06-17 00:46:19 +00:00
6d81d0c9d1 fix(rpc): enter,exit functions dont take db object (#3207) 2023-06-16 21:35:41 +00:00
3a90eac8b1 fix: exclude calls to precompiles in call graphs (#3141) 2023-06-15 11:13:51 +00:00