Skip to content

Commit

Permalink
chore: add 0.10 changelog (#4138) (#4147)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandanlen authored Oct 23, 2023
1 parent 049482a commit 0c386ff
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ split_commits = false
# regex for preprocessing the commit messages
commit_preprocessors = [
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<REPO>/issues/${2}))" }, # Link github refs
{ pattern = '(WEB|PRO|PLA)-([0-9]+)', replace = "([${2}-${3}](<LINEAR>/issue/${2}-${3}))" }, # Link Linear refs
{ pattern = '(WEB|PRO|PLA)-([0-9]+)', replace = "([${1}-${2}](<LINEAR>/issue/${1}-${2}))" }, # Link Linear refs
]
# regex for parsing and grouping commits
commit_parsers = [
Expand Down

0 comments on commit 0c386ff

Please sign in to comment.