You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,34 +2,32 @@
2
2
3
3
This changelog is based on [Keep A Changelog](https://keepachangelog.com/en/1.1.0).
4
4
5
-
# Unreleased
5
+
# v1.6.1
6
6
7
7
## Changed
8
8
9
-
## Removed
9
+
* Default `smart-contracts` timeout from 2 minutes to 5 minutes
10
10
11
11
## Fixed
12
12
13
-
## Added
14
-
15
-
# v1.6.1
13
+
*`governance init` when genesis utxo had a script attached, then transaction fee was sometimes calculated incorrectly
16
14
17
-
## Fixed
15
+
## Removed
18
16
19
-
*`governance init` when genesis utxo had a script attached, then transaction fee was sometimes calculated incorrectly
17
+
*Removed unnecessary transitive dependencies from multiple crates
20
18
21
19
# v1.6.0
22
20
23
21
## Changed
24
22
25
-
* Split MainchainPublicKey to StakePoolPublicKey and StakePublicKey. Some parameters names has been changed as well, so potentially compiliation of downstream projects could be broken.
23
+
* Split MainchainPublicKey to StakePoolPublicKey and StakePublicKey. Some parameters names has been changed as well, so potentially compilation of downstream projects could be broken.
26
24
* Update polkadot-sdk to polkadot-stable2412-1.
27
25
WARNING: Benchmarking command has been removed, because `frame-benchmarking-cli` crate became GPLv3 without any exception.
28
26
* Made Cardano slot duration configurable with default of 1000ms. If your partner chain's main chain is Cardano
29
27
mainnet or one of the official testnets, you don't need to change anything. Otherwise, the duration can
30
28
be set through `MC__SLOT_DURATION_MILLIS` environment variable.
31
29
* e2e-tests: updated python to 3.12 and libs versions.
32
-
* Committee member data stored by the Session Validator Management Pallet is now fullly generic. To migrate to this version,
30
+
* Committee member data stored by the Session Validator Management Pallet is now fully generic. To migrate to this version,
33
31
define your own `CommitteeMember` type and implement the trait `CommitteeMember` for it. See the `CommitteeMember`
34
32
type implemented in `node/runtime/src/lib.rs` for reference using Ariadne.
35
33
* Merged functionality of `NativeTokenManagementInherentDataProvider::new_if_pallet_present` into `new`. Use this single constructor from now on.
@@ -43,7 +41,7 @@ type implemented in `node/runtime/src/lib.rs` for reference using Ariadne.
43
41
## Added
44
42
45
43
* block-production-log pallet, see it's readme for more details.
46
-
* Block participaton pallet and inherent data provider, making available data on block producers
44
+
* Block participation pallet and inherent data provider, making available data on block producers
47
45
and their delegators. This feature is meant to be used by Partner Chains developers to implement
48
46
block production reward payouts in their own runtimes. See `toolkit/primitives/block-participation/README.md`
49
47
for more information.
@@ -135,7 +133,7 @@ provider will not query the main chain state or produce inherent data at all.
135
133
** Specific changes will depend on the node implementation.
136
134
* Update toolchain to 1.81.0
137
135
* Implemented batch queries and caching for the native token observability. Improves performance of the full-sync.
138
-
* Added ogmios-client interal library for communication with Ogmios
136
+
* Added ogmios-client internal library for communication with Ogmios
139
137
* Using Ogmios for reading Cardano Network parameters in `partner-chains-cli`, instead of asking user to choose them
140
138
* Bugfix: rephrased vague log message when selecting the epoch committee
141
139
* Removed the `main-chain-follower-api` completely. Each crate that depended on it now defines its own `*DataSource`
0 commit comments