File tree Expand file tree Collapse file tree 5 files changed +67
-37
lines changed Expand file tree Collapse file tree 5 files changed +67
-37
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ > Nothing yet.
6
+
7
+ ## 0.2.0
8
+
5
9
### ` malachitebft-core-types `
6
- - Remove ` AggregatedSignature<Ctx> ` type
10
+ - Remove ` AggregatedSignature ` type
7
11
- Rename field ` aggregated_signature ` of ` CommitCertificate ` to ` commit_signatures `
8
12
- Remove field ` votes ` of ` PolkaCertificate `
9
13
- Add field ` polka_signatures ` to ` PolkaCertificate `
10
- - Rename ` CertificateError:: InvalidSignature` to ` CertificateError:: InvalidCommitSignature `
11
- - Add ` CertificateError:: InvalidPolkaSignature` and ` CertificateError:: DuplicateVote`
14
+ - Rename ` InvalidSignature ` variant of ` CertificateError ` to ` InvalidCommitSignature `
15
+ - Add ` InvalidPolkaSignature ` and ` DuplicateVote ` variants to ` CertificateError `
12
16
- Remove ` verify_commit_signature ` from ` SigningProvider `
13
17
14
18
### ` malachitebft-core-consensus `
15
- - Rename ` Effect::VerifyCertificate ` to ` Effect::VerifyCommitCertificate `
16
19
- Add ` VerifyPolkaCertificate ` effect
20
+ - Rename ` Effect::VerifyCertificate ` to ` Effect::VerifyCommitCertificate `
17
21
- Rename ` Error::InvalidCertificate ` to ` Error::InvalidCommitCertificate `
18
22
19
23
## 0.1.0
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.2.0
4
+
5
+ * April 16, 2025*
6
+
7
+ ## 📖 Release notes
8
+ See [ ` RELEASE_NOTES.md ` ] ( ./RELEASE_NOTES.md#0.2.0 ) for the release notes.
9
+
10
+ ### ⚠️ Breaking changes
11
+ See [ ` BREAKING_CHANGES.md ` ] ( ./BREAKING_CHANGES.md#0.2.0 ) for the list of breaking changes.
12
+
13
+ ### 🚀 Features
14
+
15
+ - * (code)* Add the capability to re-run consensus for a given height ([ #952 ] ( https://github.com/informalsystems/malachite/pull/952 ) )
16
+ - * (code)* Removal of timeout commit ([ #976 ] ( https://github.com/informalsystems/malachite/pull/976 ) )
17
+ - * (code)* Verification of polka certificates ([ #975 ] ( https://github.com/informalsystems/malachite/pull/975 ) )
18
+
19
+ ### 📄 Documentation
20
+
21
+ - * (docs)* Update README.md to include a pronunciation guide ([ #978 ] ( https://github.com/informalsystems/malachite/pull/978 ) )
22
+
3
23
## 0.1.0
4
24
5
25
* April 9, 2025*
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ > Nothing yet.
6
+
7
+ ## 0.2.0
8
+
9
+ * April 16th, 2025*
10
+
5
11
- Add the capability to re-run consensus for a given height ([ #893 ] ( https://github.com/informalsystems/malachite/issues/893 ) )
6
12
- Verify polka certificates ([ #974 ] ( https://github.com/informalsystems/malachite/issues/974 ) )
7
13
- Use aggregated signatures in polka certificates ([ #915 ] ( https://github.com/informalsystems/malachite/issues/915 ) )
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ members = [
40
40
]
41
41
42
42
[workspace .package ]
43
- version = " 0.2.0-pre "
43
+ version = " 0.2.0"
44
44
edition = " 2021"
45
45
readme = " README.md"
46
46
repository = " https://github.com/informalsystems/malachite"
You can’t perform that action at this time.
0 commit comments