-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #475 from filecoin-project/chore/release-shared-0.5
Release shared 0.5.0
- Loading branch information
Showing
6 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Changelog | ||
|
||
## 0.5.0 - 2022-04-11 | ||
|
||
Upgrades the SDK to fvm_shared 0.5.0. This release includes a significant breaking change to exit codes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Changelog | ||
|
||
## 0.5.0 - 2022-04-11 | ||
|
||
- Enforce maximum big-int size to match lotus. | ||
- Make signature properties public. | ||
- Major error type refactor. | ||
|
||
The largest change here is a major error type refactor. | ||
|
||
1. It's now a u32 with a set of pre-defined values instead of an enum. | ||
2. The error codes have been reworked according to the FVM spec. | ||
|
||
Both of these changes were made to better support user-defined actors. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "fvm_shared" | ||
description = "Filecoin Virtual Machine shared types and functions" | ||
version = "0.4.1" | ||
version = "0.5.0" | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["ChainSafe Systems <[email protected]>", "Protocol Labs", "Filecoin Core Devs"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters