adlrocha
adlrocha
Implement a visualization tool to help debug and showcase the operation of hierarchical consensus. Things that the visualization should show: - Active subnets. - Peers in each subnet. - New...
The SCA is currently implemented as a builtin actor that is loaded in the builtin bundle. As discussed [here](https://github.com/protocol/ConsensusLab/discussions/155) we would reduce the friction of introducing HC in Filecoin mainnet...
Add subnet integration tests to `eudico` following: https://github.com/filecoin-project/eudico/tree/eudico/itests - Lifecycle of a subnet (add, join, mine, leave, kill). - Cross-msgs (fund, release, cross-msg) - Sync with a subnet, send transactions.
In the current MVP of HC, cross-net messages are executed by calling implicitly cross-net messages. We could probably provide more the same user experience and protocol functionality by pushing all...
The SCA of the common parent of all the parties involved in the atomic execution is responsible for orchestrating the protocol. For the execution to succeed, all parties need to...
When a subnet fails to apply a cross-msg, it creates a the opposite cross-message to revert potential state changes and funds that may have been frozen in the message transit...
This issue is an attempt to give some structure and clarity on the different repos and dependencies involved in the integration of HC with FVM. - `ref-fvm` is the reference...
In the current implementation, we include inside `ChildChecks` a list of the CIDs for children for a specific checkpoint period. If the number of children is large, or if any...
The initial implementation of checkpoints uses IPLD bindone for its schema, advancing the potential requirement for subnet checkpoints to support IPLD selectors as a way to request specific data inside...
When running an atomic execution between two subnets whose common parent orchestrating the protocol is not their own parent (i.e. the parties are not required to sync with the subnet),...