-
There needs to be separate instances so the IPLD blockstore that gets bytes written to it for reasons other than transaction execution are not visible to the FVM actors.
In the FVM SDK we can [ope…
-
Version Information
github.com/xgaicc/xgaicc
cloud.google.com/go v0.37.0
cloud.google.com/go/compute v1.23.3
cloud.google.com/go/compute/metadata v0.2.3
dmitri.shuralyov.com/app/changes v…
-
## Background
As brought up by @aakoshh, we shouldn't expose validator's network addresses publicly to avoid potential attacks. This leaves us with the only option of using bootstrap nodes for new va…
-
We'd love to officially support running on React Native.
The requirements for this would be:
1. The unit test suite running in CI
2. Lightweight - e.g. the developer should not have to install …
-
Related to https://github.com/consensus-shipyard/ipc-monorepo/issues/519
Depends on https://github.com/consensus-shipyard/libp2p-bitswap/pull/1
The goal is only to update the IPLD resolver here, i…
-
At last, the IPC codebase is in a monorepo -- and the build and CI both work! This issue tracks a bunch of follow-ups to solidify the structure and usage of this repo.
## Repos cleanup
- [x] Arc…
raulk updated
10 months ago
-
The IPLD resolver is implemented as a general protocol that can be leveraged by several subsystems, and it needs to be integrated for its use for IPC cross-net messages. Mainly:
- __Client-side__:…
-
When a new top-down cross-net message is committed in the parent is currently indexed by [nonce in an array](https://github.com/consensus-shipyard/ipc-solidity-actors/blob/cc109a57d62755cf849028a36625…
-
As a Fendermint interpreter, at the end of the checkpoint period, I will construct a `BottomUpCheckpoint` deterministically from the ledger, and I want to store this checkpoint in the Checkpoint actor…
-
Related consensus-shipyard/fendermint#153
For the execution of top-down messages, validators in the child subnets are syncing with the parent, however, they may see a different heaviest height as be…