adlrocha
adlrocha
After doing [a first exploration of libp2p as a transport](https://github.com/adlrocha/grav/commit/15572b8acdaa8d66f99a1b96b23bdf17c54d1a76), I realize libp2p may not suit a Grav transport but an alternative Grav `hub`. The fact that you can already...
That's it! The `DefaultHub` accepts `Transport` and `Discovery` plugins, but then there is a `Hub` plugin so that Grav can accommodate transports and technologies with the discovery already embedded (i.e....
I see two ways to approach this: - The same way we expect the `multiaddress` of a validator for certain consensus algorithms (see Mir) in `Join()` when joining a subnet,...
> It looks like the arrows are reversed, at least in some cases: I am using the arrows to describe what repos use what (maybe the description in-text is a...
Update: We may not need a specific for for FVM-M2 any more once https://github.com/filecoin-project/ref-fvm/pull/658 and https://github.com/filecoin-project/builtin-actors/pull/491 are merged.
The Rust implementation (FVM) of SCA is pending the implementation of `noop` so we can discuss and figure out the best strategy to tackle this: https://github.com/adlrocha/builtin-actors/pull/3/files#diff-a190aefdce5d1b0118619083153decf4dc807aa5ccddfeb7daae9836091de569R613
See https://github.com/protocol/ConsensusLab/discussions/119 and spec to see the implementation proposals.
The Rust implementation of `SCA` makes use of checkpoints. We definitely need to use CBOR-gen to ensure the serde compatibility between Rust and Go. Also, the data structures have been...
We are making good progress. Thanks! I would try the event listener approach as part of this PR now that you know how to collect metrics. I think it can...