Skip to content

Commit d6bdd8d

Browse files
committed
chore: add a changelog to shared & sdk
1 parent 790850e commit d6bdd8d

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

sdk/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## 0.5.0 - 2022-04-11
4+
5+
- 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

Comments
 (0)