Paul Lange

Results 28 issues of Paul Lange

### Overview Currently the "london" hardfork is not officially supported, even though with ganache 7 it should be possible to use it. ### Specification Add `london` to the list of...

Update to the stable `ethers` version.

As requested in https://github.com/celo-org/celo-blockchain/issues/1942#issuecomment-1277095805 @jsvisa Pulling this request in its own issue. # Rationale Improve performance of tracing. # Implementation -

blockchain

## Description The `android` CI task started to fail in commit https://github.com/celo-org/celo-blockchain/commit/ba64ac2823be9cd80b5472967df7df1b6a50a918, despite changing nothing related to the android build. The problem occurs during the build of `celo-blockchain/mobile`. ``` /home/circleci/repos/geth/build/bin/gomobile:...

blockchain

## Steps to Reproduce Issue I'm playing around with narwhal and try to submit some transactions to it. The code is similar to the benchmark client, but I always run...

This adds CI job that runs `cargo-check-external-types` against a whitelist of exported types. Whitelist in https://github.com/hyperium/hyper/issues/2925#issuecomment-1362473727 didn't change. For now the nightly for this needs to be pinned to `nightly-2022-11-16`,...

Adds limited clippy run to CI. There were two clippy warnings which seemed useful, they're in the second commit. If you don't like them I'm happy to drop the commit....

Currently there are no metrics about tx types available from the transaction pool. Add those to increase observability.

theme: observability

Currently the `eth_gasPrice` endpoint returns the registries gas price minimum multiplied with a factor (of currently five). Upstream geth uses a gas price oracle for better (as in closer to...

component: rpc

I'm sending some transaction using `Contract.signed_call_with_confirmations` on a ganache test chain. This transaction reverts, but `web3` is unable to properly decode the error: ``` failed to deserialize response: data did...

bug