We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790850e commit d6bdd8dCopy full SHA for d6bdd8d
sdk/CHANGELOG.md
@@ -0,0 +1,5 @@
1
+# Changelog
2
+
3
+## 0.5.0 - 2022-04-11
4
5
+Upgrades the SDK to fvm_shared 0.5.0. This release includes a significant breaking change to exit codes.
shared/CHANGELOG.md
@@ -0,0 +1,14 @@
+- Enforce maximum big-int size to match lotus.
6
+- Make signature properties public.
7
+- Major error type refactor.
8
9
+The largest change here is a major error type refactor.
10
11
+1. It's now a u32 with a set of pre-defined values instead of an enum.
12
+2. The error codes have been reworked according to the FVM spec.
13
14
+Both of these changes were made to better support user-defined actors.
0 commit comments