relayer2-public
relayer2-public copied to clipboard
Web3-compatible relayer server for Aurora.
Adds a new way to get blocks from the Aurora API. Set `source: "blocksapi"` in the relay config to use this method.
Proyecto 3
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...
How can I use the debug_traceBlockByNumber or debug_traceTransaction interfaces similar to GETH RPC?
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.25 to 1.12.1. Release notes Sourced from github.com/ethereum/go-ethereum's releases. Antibaar (v1.12.1) Geth v1.12.1 is a maintenance release, albeit a rather large one, since we haven't put out...
It is possible to add support for eth_estimateGas and debug_traceTransaction using standalone-refiner as a source. Key missing peace is a communication channel between refiner and relayer to proxy request. As...
on command `relayer version` we are printing too much details, a more user friendly way can be to print a short and long form of version selectively e.g. `relayer version`...