File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,27 @@ This changelog is based on [Keep A Changelog](https://keepachangelog.com/en/1.1.
5
5
# Unreleased
6
6
7
7
## Changed
8
+
9
+ ## Removed
10
+
11
+ ## Fixed
12
+
13
+ ## Added
14
+
15
+ # v1.0.0rc1
16
+
17
+ ## Changed
18
+
8
19
* polkadot-sdk dependency updated to partnerchains-stable2407 (stable2407 is v1.15.0 in the previous scheme)
9
- * remove Relay docker build files
10
20
* changed the inner type of ` McBlockHash ` from Vec to an array
11
21
* ETCM-7985 - bumped ` partner-chains-smart-contracts ` version and updated the ` partner-chains-cli `
12
22
to match. Now ` partner-chains-cli ` passes a network parameter to ` sidechain-main-cli ` where necessary.
13
- * removed usage of 'storage::getter' macros, following polkadot-sdk changes
14
23
* governance authority key hash is now calculated in ` prepare-configuration ` without using external ` cardano-cli `
15
24
16
25
## Removed
17
26
18
- ## Fixed
19
-
20
- ## Added
27
+ * removed Relay docker build files
28
+ * removed usage of 'storage::getter' macros, following polkadot-sdk changes
21
29
22
30
# v1.0.0
23
31
You can’t perform that action at this time.
0 commit comments