Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
td202 committed Dec 6, 2024
1 parent 34b64b7 commit 57bfd43
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
consecutive failures a validator can have before it faces suspension.
- `ContractInitializedEvent` adds the `parameter` used to initialize the contract (supported from
node version >= 8).
- New functionality for querying which accounts have scheduled releases or cooldowns (supported
from node version >= 8):
- `get_scheduled_release_accounts`: Get the accounts (by index) with scheduled releases, and the
timestamp of the first release.
- `get_cooldown_accounts`: Get the accounts (by index) with stake in cooldown, and the timestamp
at which the first cooldown expires.
- `get_pre_cooldown_accounts`: Get the accounts (by index) with stake in pre-cooldown.
- `get_pre_pre_cooldown_accounts`: Get the accounts (by index) with stake in pre-pre-cooldown.

## 5.0.0

Expand Down

0 comments on commit 57bfd43

Please sign in to comment.