-
Notifications
You must be signed in to change notification settings - Fork 159
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
Release crates for actors v2 upgrade #879
Conversation
ipld/blockstore/Cargo.toml
Outdated
@@ -1,14 +1,17 @@ | |||
[package] | |||
name = "ipld_blockstore" | |||
version = "0.1.0" | |||
description = "Filecoin storage interface" |
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.
Its not really filecoin specific tho
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.
ah ya, was being speedy, I'll swap to Ipld storage
ipld/amt/Cargo.toml
Outdated
@@ -1,15 +1,18 @@ | |||
[package] | |||
name = "ipld_amt" | |||
version = "0.1.0" | |||
description = "Sharded Ipld Array implementation." |
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.
Ipld -> IPLD
Summary of changes
Changes introduced in this pull request:
That was painful lol
Reference issue to close (if applicable)
Closes
Other information and links