Ferran Borreguero

Results 57 issues of Ferran Borreguero

api-graphql
tracking

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...

evm

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...

proto/eth

### 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...

proto/eth

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...

network

Use consul as in [nomad](https://github.com/hashicorp/nomad) as a service discovery and automatically bootstrap an ipfs-cluster.

kind/enhancement
help wanted
exp/intermediate
status/ready
P3

Create a unique ipfs-cluster binary to run both ipfs-cluster-ctl and ipfs-cluster-service as in go-ipfs.

kind/enhancement
help wanted
exp/novice
topic/user-story
P3