From 0c386ff9a41cfb7956bd167a8018ea7b52396381 Mon Sep 17 00:00:00 2001 From: dandanlen <3168260+dandanlen@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:59:03 +0200 Subject: [PATCH] chore: add 0.10 changelog (#4138) (#4147) --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ cliff.toml | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..c02629b735 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/cliff.toml b/cliff.toml index a7f4bacb32..d4d24eb412 100644 --- a/cliff.toml +++ b/cliff.toml @@ -57,7 +57,7 @@ split_commits = false # regex for preprocessing the commit messages commit_preprocessors = [ { pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](/issues/${2}))" }, # Link github refs - { pattern = '(WEB|PRO|PLA)-([0-9]+)', replace = "([${2}-${3}](/issue/${2}-${3}))" }, # Link Linear refs + { pattern = '(WEB|PRO|PLA)-([0-9]+)', replace = "([${1}-${2}](/issue/${1}-${2}))" }, # Link Linear refs ] # regex for parsing and grouping commits commit_parsers = [