Skip to content

Commit

Permalink
chore: release 3.0.0-alpha.1 (filecoin-project#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien authored Sep 2, 2022
1 parent bb9e364 commit 1039d67
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions fvm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,25 @@

Changes to the reference FVM implementation.

## 3.0.0-alpha.1 [Unreleased]
## [Unreleased]

- FEVM!
## 3.0.0-alpha.1

- Add the origin to the `vm::context` syscall.
- Add an `m2-native` feature to enable native actor deployment.

## 2.0.0...

See `release/v2`

- Added `recover_secp_public_key` syscall
- API BREAKING: Change `TokenAmount` type from a newtype to a struct.
- Add support for additional hash functions in actors:
- sha256
- keccak256
- ripemd160
- blake2b512
- API BREAKING: add gas charges to the execution trace.

## 1.1.0 [2022-06-27]

Expand Down

0 comments on commit 1039d67

Please sign in to comment.