adlrocha
adlrocha
I've been tinkering with Atmo and some of the suborbital modules (specially Reactr) for a few days, and I love what you are building. I have been flirting myself with...
To unleash future use cases, it would be great if `fqn` are self-describing and backward-compatible by design so that they can be "universally discoverable". I'd suggest exploring the use of...
[Libp2p](https://libp2p.io/) is a networking stack and library for p2p protocols. It supports several transport, security, pubsub, and routing protocols. Grav could really benefit from supporting libp2p as a transport as...
#### Version information: `commit 75d9c9a681afc0e8564d9388c0c7d4cb51216388` x86_64 GNU/Linux 5.4.0-7634-generic #### Description: I am trying to run a single testcase using `local:docker` and `docker:go` and I am unable to start the test....
*This PR is a work in progress. It compiles, it passes a few tests, but it is not fully implemented. Expect messy code an lots of comments* # Goal Implement...
Adding this PR here in case it is useful (and in order not to be lost in my own [fork of the code](https://github.com/adlrocha/go-fil-markets/tree/3dm). I don't expect it to be merged...
Subnet and Subnet Coordinator Actor is a confusing naming. The new proposal: - IPC Gateway for the SCA - IPC Subnet Actor for the subnet actor. HC will be renamed...
We need to support for users to be able to migrate their state hosted in a subnet to some other subnet. If a subnet is dying, or its security guarantees...
We should include tests that check what happens if the same block of a subnet includes two cross-net messages that are equal (for instance because the address decided to inject...
We currently use a flat reward logic in Eudico, where the validator that signs the block gets the full reward: https://github.com/filecoin-project/eudico/blob/b85d68f996bcc57a9c0e1bed62eee075a642370d/chain/consensus/common/executor.go#L222 This makes sense for longest-chain protocols, but in other...