Ferran Borreguero
Ferran Borreguero
# Description This PR replaces the consensus protocol of the debug `rootchain` server and uses `Clique` instead of the `Dev` mode. This is necessary if we want to enable premined...
# Description Please provide a detailed description of what was done in this PR # Changes include - [ ] Bugfix (non-breaking change that solves an issue) - [ ]...
# Description This PR introduces the `block builder` object to construct blocks with transactions from the pool. Any consensus protocol will use this object to abstract functionality. # Changes include...
# Description This PR abstract the `jsonrpc` to only handle encodings and defaults and move the core logic out behind the `store` interface. # Changes include - [ ] Bugfix...
# Description Use the types from the `jsonrpc` package on the abstraction interface. # Changes include - [ ] Bugfix (non-breaking change that solves an issue) - [ ] Hotfix...
Hi, I was wondering which are the minimum required Json-RPC endpoints that the project needs to work. I am assuming it works with `debug_*` endpoints from `geth`? Is there any...
Hi, I am the maintainer of [go-eth-consensus](https://github.com/umbracle/go-eth-consensus) and [other](https://github.com/ferranbt/fastssz) eth2 libraries. Following a similar proposal as in #9, the primitives in the go-eth-consensus repo can fill in many of the...
The current devp2p stack provides an inefficient interface to protocol applications that end up having to use a fixed message format to communicate. This is due to the fact that...
Right now we get a stream of Ethereum events out of the tracker though some use cases would require for that stream to be confirmed after some n blocks. We...
Add a generic tracing interface to support OpenTelemetry.