You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: simplify the verify-signatures feature (#2020)
* feat: simplify the verify-signatures feature
A new ambassador crate was released so we can now use attributes inside
delegable traits (and some macros that were previously unexported are
now exported by default). Basically, I'm just deleting code.
* chore: update changelog
Copy file name to clipboardexpand all lines: fvm/CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ Changes to the reference FVM implementation.
4
4
5
5
## [Unreleased]
6
6
7
+
-**BREAKING**: Simplify the verify-signtures feature and update ambassador. This is a minor-breaking change because the ambassador macros are now only exported from the prelude/kernel module, not the crate root as they previously were.
8
+
7
9
## 4.3.0 [2023-06-12]
8
10
9
11
- feat: FIP-0079: syscall for aggregated bls verification [#2003](https://github.com/filecoin-project/ref-fvm/pull/2003)
0 commit comments