Ferran Borreguero
Ferran Borreguero
There is a case for an overflow in the EVM with Opcodes that resize the memory like [here](https://github.com/umbracle/minimal/blob/develop/state/runtime/evm/evm.go#L1422). The memory set operation does not check if the resize length of...
Use a network scheduler different from the sync scheduler in #13 to rate limit the number of eth requests we receive. We could either set a bandwidth rate in the...
### Current Syncer runs N workers and each one queries a job (headers, bodies or receipts) to a given peer at a time. The peer selection is done by sorting...
Save more information about the forks. Right now, there is only a list stored in RLP format in the blockchain storage. The new architecture would store forks (aka HeaderChain) in...
There is no much uncles logic right now on place.
Configuration options on the server for the max number of connections and the max number of incoming connections allowed. Dialing tasks are idle if there are no more slots to...
Use consul as in [nomad](https://github.com/hashicorp/nomad) as a service discovery and automatically bootstrap an ipfs-cluster.
Create a unique ipfs-cluster binary to run both ipfs-cluster-ctl and ipfs-cluster-service as in go-ipfs.