-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[m2 native] user actor installation #491
Conversation
CI failures are from the newly added transitive feature for m2-native. This is implemented in re-fvm#658, so once that merges we can point the dep to ref-fvm master and cargo lock till release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just need to figure out of the patch will work with the devnet
bundle. Also, a few nits wrt. imports.
[patch.crates-io] | ||
## TODO point this to master | ||
fvm_shared = { git = "https://github.com/filecoin-project/ref-fvm" } | ||
fvm_sdk = { git = "https://github.com/filecoin-project/ref-fvm" } | ||
fvm_ipld_hamt = { git = "https://github.com/filecoin-project/ref-fvm" } | ||
fvm_ipld_amt = { git = "https://github.com/filecoin-project/ref-fvm" } | ||
fvm_ipld_bitfield = { git = "https://github.com/filecoin-project/ref-fvm" } | ||
fvm_ipld_encoding = { git = "https://github.com/filecoin-project/ref-fvm" } | ||
fvm_ipld_blockstore = { git = "https://github.com/filecoin-project/ref-fvm" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if patches work with bundles -- have you tested this @vyzo? BTW -- It can be updated now since the upstream PR is merged in ref-fvm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It points to master, once we have a release we can update.
cargo build
works fine, why would the bundles fail?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make bundle-devnet
seems to work fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From @vyzo:
make bundle-devnet seems to work fine with the patch
So my doubts about using Cargo patches are resolved.
This brings #216 into next, feature gated by m2-native.
TODO: