Nicolas Gotchac

Results 15 issues of Nicolas Gotchac

Fixes #11895 This PR enables handling step duration in AuRa engine when a block is seen as _from the future_ (the node panics without this). I'm not 100% convinced on...

#### Actual Issue When using a chain configured with the AuRa engine, if multiple step durations are used, a `TimestampOverflow` error can shutdown the node (with a panic) if a...

**Is your feature request related to a problem? Please describe.** So far, to push a release to Gitlab, one needs to setup a new API token, and configure the pipelines...

enhancement
waiting

This PR does 2 things (which could be separated in 2 PRs if needed, currently in 2 commits): 1. Add a `CallContractSingle` method to the `rpc.Client`, which enables calling an...

Fixes https://github.com/foundry-rs/foundry/issues/7898 ## Motivation Cf. the linked issue. The `v` value (which should be deprecated for *some* tx types) was wrongly set as the y parity byte converted into a...

This is just a PoC of what it could look like to export to WASM and use it in a Go library. Please don't hesitate to close this if it's...

#### System information On Linux w/ prysm as the beacon node. After upgrading from v1.13.15 to v1.14.5 (the node uptime was 30 days), there seem to be some missing block...

type:bug

**Is your feature request related to a problem? Please describe.** It seems that the LogQL formatters (eg. `line_format`) is missing some `sprig` methods, whereas they are all available in the...

component/logql

### Component Cast ### Describe the feature you would like If I'm not mistaken, `cast` currently only uses Etherscan sources when using `cast run` with the `--debug` or `--decode-internal` arguments....

T-feature
C-cast

Might fix https://github.com/cdump/evmole/issues/5 ? This adds the necessary bits on the Rust part to expose a very simple C library, which only exposes the `evmole_contract_info` method with a `EvmoleContractInfoOptions` struct...