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
Copy file name to clipboardExpand all lines: node/CHANGELOG.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,19 @@ All notable changes to this project will be documented in this file. The format
9
9
[comment]: <>(Fixed: any bug fixes)
10
10
[comment]: <>(Security: in case of vulnerabilities)
11
11
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
13
25
### Added
14
26
*`TransactionInvocationTarget::ByPackageHash` has a new field `version_key`
15
27
*`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
0 commit comments