Skip to content

Commit 27ed209

Browse files
authored
Merge pull request casper-network#5386 from casper-network/update-changelog
Update CHANGELOGs for node and storage
2 parents cb498cd + 7d61621 commit 27ed209

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

node/CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,19 @@ All notable changes to this project will be documented in this file. The format
99
[comment]: <> (Fixed: any bug fixes)
1010
[comment]: <> (Security: in case of vulnerabilities)
1111

12-
## [Unreleased]
12+
## 2.1.2
13+
### Fixed
14+
* Fixed an issue in the storage create which allowed delegators to exceed the maximum limit set by the validator for the validator's bid
15+
16+
### Changed
17+
* Changed the behavior of withdraw bid to return an UnbondAmountTooLarge error instead of triggering a unbonding of the validator and their delegators.
18+
19+
## 2.1.1
20+
21+
### Fixed
22+
* Fixed an issue in the storage crate regarding incorrect setting of maximum delegator amount on validator bids
23+
24+
## 2.1.0
1325
### Added
1426
* `TransactionInvocationTarget::ByPackageHash` has a new field `version_key`
1527
* `TransactionInvocationTarget::ByPackageName` has a new field `version_key`
@@ -554,4 +566,4 @@ All notable changes to this project will be documented in this file. The format
554566
[1.1.1]: https://github.com/casper-network/casper-node/compare/v1.0.1...v1.1.1
555567
[1.1.0]: https://github.com/casper-network/casper-node/compare/v1.0.1...v1.1.1
556568
[1.0.1]: https://github.com/casper-network/casper-node/compare/v1.0.0...v1.0.1
557-
[1.0.0]: https://github.com/casper-network/casper-node/releases/tag/v1.0.0
569+
[1.0.0]: https://github.com/casper-network/casper-node/releases/tag/v1.0.0

storage/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@ All notable changes to this project will be documented in this file. The format
1111

1212

1313

14+
## 4.0.1
15+
16+
### Changed
17+
* Changed the withdraw bid behavior to return an UnbondingAmountTooLarge error instead of forcing a unbonding of the valdiator's bid
18+
19+
### Fixed
20+
* Fixed an issue in the storage create which allowed delegators to exceed the maximum limit set by the validator for the validator's bid
21+
22+
## 4.0.0
23+
24+
### Added
25+
* Added `maximum_delegation_amount` field to the runtime native config struct.
26+
27+
### Fixed
28+
* Fixed an issue regarding incorrect setting of delegator min max limits on validator bids
29+
1430
## 3.0.0
1531

1632
### Changed

0 commit comments

Comments
 (0)