Matthias Seitz
|
793838975b
|
chore: put EthPubSubInner in Arc (#3463)
|
2023-06-29 22:07:31 +00:00 |
|
Matthias Seitz
|
40f2a51008
|
chore: replace Option<Vec> with just vec (#3474)
|
2023-06-29 21:22:08 +00:00 |
|
Matthias Seitz
|
26b80f4f98
|
fix: set missing record logs (#3472)
|
2023-06-29 20:54:14 +00:00 |
|
Matthias Seitz
|
dcae84a2b1
|
chore: mirror geth's encoding order for callframe (#3473)
|
2023-06-29 19:20:22 +00:00 |
|
Matthias Seitz
|
f9d9387c9a
|
docs: update call fees docs on fallback (#3471)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2023-06-29 17:26:35 +00:00 |
|
Matthias Seitz
|
f49feff5a7
|
chore: phase out some ethers usage (#3467)
|
2023-06-29 15:28:28 +00:00 |
|
Matthias Seitz
|
1b13616fd4
|
fix(rpc): commit call state in trace call many (#3437)
|
2023-06-27 18:37:23 +00:00 |
|
Matthias Seitz
|
7984a72657
|
chore: use existing get sealed function (#3426)
|
2023-06-27 16:37:14 +00:00 |
|
Matthias Seitz
|
9721ecfc6d
|
feat: add getBlockReceipts (#3321)
|
2023-06-26 19:55:17 +00:00 |
|
Matthias Seitz
|
28897d7c1c
|
perf: fetch receipts and transactions concurrently (#3406)
|
2023-06-26 17:20:28 +00:00 |
|
Bjerg
|
e9caf3de75
|
refactor: re-implement eth_feeHistory (#3288)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-06-26 15:46:11 +00:00 |
|
Léo Vincent
|
0096739dbb
|
doc: add reth logo to docs (#3317)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
|
2023-06-26 15:41:11 +00:00 |
|
joshieDo
|
054f30f43c
|
chore: rename Block*Provider for Block*Reader (#3385)
|
2023-06-26 14:13:45 +00:00 |
|
Matthias Seitz
|
e8b09cc59b
|
feat: add pending receipts (#3320)
|
2023-06-22 20:00:16 +00:00 |
|
Alexey Shekhirin
|
2aa1cec907
|
feat(rpc): report JWT path in case of an IO read error (#3324)
|
2023-06-22 14:50:16 +00:00 |
|
Bjerg
|
dc74fad816
|
test: add support for seeded rng (#3270)
|
2023-06-21 21:35:28 +00:00 |
|
Matthias Seitz
|
938b979703
|
chore: bump engine server size limits (#3308)
|
2023-06-21 20:18:33 +00:00 |
|
Alexey Shekhirin
|
a4a15ab819
|
refactor(rpc): gas allowance calculation (#3304)
|
2023-06-21 20:16:48 +00:00 |
|
Alexey Shekhirin
|
2596934464
|
fix(rpc): use max gas limit if no transaction gas is specified (#3260)
|
2023-06-21 19:35:59 +00:00 |
|
Bjerg
|
77167134d0
|
docs: document crate features (#3269)
|
2023-06-21 19:35:38 +00:00 |
|
Matthias Seitz
|
7042230102
|
chore: remove unused client feature (#3300)
|
2023-06-21 19:13:48 +00:00 |
|
Matthias Seitz
|
5b20aece2b
|
chore: move bytes to workspace dep (#3302)
|
2023-06-21 19:13:32 +00:00 |
|
Thomas Coratger
|
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 |
|
Matthias Seitz
|
0c222e5258
|
chore: update defaults in builder (#3299)
Co-authored-by: 0xlosha <koppel444@gmx.de>
Co-authored-by: rya <83345377+rya0x@users.noreply.github.com>
|
2023-06-21 13:15:22 +00:00 |
|
Matthias Seitz
|
0a752d741d
|
perf: fetch total difficulty by block number (#3284)
|
2023-06-20 19:16:45 +00:00 |
|
Matthias Seitz
|
c328c8234e
|
fix: fix index out of bounds error if block is empty (#3281)
|
2023-06-20 19:13:02 +00:00 |
|
Matthias Seitz
|
236a10e73b
|
fix: give js service access to modified state (#3267)
|
2023-06-20 13:50:43 +00:00 |
|
Bjerg
|
7ab8a7f3ec
|
chore: use workspace version (#3240)
|
2023-06-19 17:29:15 +00:00 |
|
joshieDo
|
96abde0965
|
chore: AccountProvider -> AccountReader & AccountWriter (#3228)
|
2023-06-19 11:46:47 +00:00 |
|
Matthias Seitz
|
dce1e655c5
|
perf: better state retrieval (#3221)
|
2023-06-19 08:56:34 +00:00 |
|
Waylon Jepsen
|
fe59bc8936
|
feat: set max response size for auth server on start (#3157)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-06-17 13:19:11 +00:00 |
|
Matthias Seitz
|
d6092cf1d3
|
feat: support nonce and balance changes in state diff tracers (#3199)
|
2023-06-17 00:46:19 +00:00 |
|
Matthias Seitz
|
bd9b993215
|
test: more js testing support (#3211)
|
2023-06-16 16:04:17 +00:00 |
|
Matthias Seitz
|
2178035d20
|
feat: add js debug test utils (#3153)
|
2023-06-15 20:47:17 +00:00 |
|
Matthias Seitz
|
e6dd576639
|
fix: use eth namespace for filter trait (#3184)
|
2023-06-15 16:41:07 +00:00 |
|
Matthias Seitz
|
600f3eac8c
|
chore(rpc): simplify GethTrace type (#3180)
|
2023-06-15 14:29:37 +00:00 |
|
Matthias Seitz
|
ce4600b5b4
|
fix: use serde json value for tracer config (#3154)
|
2023-06-14 20:17:01 +00:00 |
|
Matthias Seitz
|
9b81043a53
|
chore(deps): move ethers to workspace deps (#3145)
|
2023-06-14 19:58:39 +00:00 |
|
Matthias Seitz
|
55b6081bd6
|
feat(rpc): add helper function to also return the used state (#3147)
|
2023-06-14 19:55:47 +00:00 |
|
Matthias Seitz
|
cf10590e4a
|
feat: add js tracer (#3100)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-06-14 12:42:00 +00:00 |
|
Waylon Jepsen
|
ea2fcee995
|
chore: use workspace dependencies (#3132)
|
2023-06-13 22:46:26 +00:00 |
|
Thomas Coratger
|
39c6b22829
|
feat(rpc): rename Client generics to Provider (#3126)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-06-13 17:17:16 +00:00 |
|
Matthias Seitz
|
c928f2c183
|
test: fix failing rpc test (#3127)
|
2023-06-13 14:22:36 +00:00 |
|
Waylon Jepsen
|
790b443932
|
Update transactions.rs (#3094)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-06-13 12:12:37 +00:00 |
|
Thomas Coratger
|
cfdd88d392
|
feat(rpc): add BlockOverrides in trace_* (#3102)
|
2023-06-12 18:13:11 +00:00 |
|
Matthias Seitz
|
ff13ec3601
|
chore: map provider error variants to blocknotfound (#3110)
|
2023-06-12 13:08:20 +00:00 |
|
Bjerg
|
d65032ee82
|
docs: book pass + rpc chapter (#3070)
|
2023-06-12 04:30:52 +00:00 |
|
Thomas Coratger
|
b19e12341d
|
feat(rpc): add block_overrides in eth_call (#3096)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-06-11 16:37:16 +00:00 |
|
Matthias Seitz
|
86a130b683
|
chore(clippy): make clippy happy (#3090)
|
2023-06-10 11:59:56 +00:00 |
|
Waylon Jepsen
|
6ef3e12fac
|
Put ChainsSpecs in Arc<> (#3075)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-06-09 17:58:11 +00:00 |
|