-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
2 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Changelog | ||
|
||
All notable changes included in each Chainflip release will be documented in this file. | ||
|
||
## [0.10.0] - 2023-10-18 | ||
|
||
### Features | ||
|
||
- Backup RPC | ||
Operators can now configure a backup rpc provider for the engine. | ||
- Qualify nodes by minimum cfe version | ||
Operators that have not upgraded their Engines can now be excluded from Keygen ceremonies. | ||
- Calculate ccm gas limit | ||
Cross chain messages now set the correct gas limit on egress. | ||
- Executor address binding | ||
Accounts can now be irreversibly bound to a specific Redemption Executor. | ||
- Witnesser dispatch call filter | ||
Enables selective witnessing during safe mode. | ||
- Subcribe_price and depth rpc | ||
Adds AMM price and depth rpc subscriptions. | ||
- Speedy SCC | ||
Extrinsic submissions via the apis no longer wait for finality. | ||
- Add initiated_at block number for egresses | ||
Egress event now contains the block number at which it occurred. | ||
- Size limit for CCM | ||
Limits the size of cross-chain messages. | ||
- Required changes for multi engine release | ||
Adds configuration for running two Engines in parallel. | ||
|
||
### Fixes | ||
|
||
- Ensure existing p2p connection is removed before reconnecting | ||
- Correctly handle peer updates while waiting to reconnect | ||
- Clear failed broadcasters after abort | ||
- Use stderr for cli messages | ||
- Update cfe version record even if Idle | ||
- State Chain client drives runtime upgrade activation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters