Sina M
Sina M
#### System information Geth version: `geth version 1.14.4-unstable-a6751d6f-20240603` CL client & version: e.g. blsync OS & Version:Linux #### Expected behaviour I had a mainnet node that was initially synced via...
This PR adds a new version of abigen which will co-exist parallel to the existing version for a while. To generate v2 bindings provide the `--v2` flag to `abigen` cmd....
**Version** `v0.3.1` **Platform** `Darwin Mac-mini 22.6.0` **Description** I have two remote RPC endpoints. I have installed flood and vegeta both locally and on those machines. When I try the following...
Here are ideas on improving the live tracing interface that were raised by Tenderly: ```[tasklist] ### Tasks - [ ] State revert events: when a call reverts, it would help...
The `debug` namespace is cluttered with a mix of methods used for low-level client debugging and anything that wasn't standardised into the `eth` namespace. Creating this issue to track and...
Hello. I'm using unused via golangci-lint. Here is the version of the packages: ``` ❯ golangci-lint --version golangci-lint has version 1.59.1 built with go1.22.4 from 1a55854 on 2024-06-08T22:05:49Z ❯ go...
I added this to catch lint errors with #33 but I saw it hasn't been run as the workflow wasn't approved. So maybe the existing ones already catch them. I...
Implements #30356
ERC-4337 networks rely now on a [JS tracer](https://github.com/eth-infinitism/bundler/blob/master/packages/validation-manager/src/BundlerCollectorTracer.ts) to protect bundlers from DoS attacks. Given this step has to be performed "for free" it is important for bundlers to have...
I think the block test format used for consensus testing is also ideal for testing live tracers. I have taken our existing tests for the supply tracer and turned them...