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: RELEASES.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,22 @@
1
-
# Version 3.0-rc6 (UNRELEASED)
1
+
# Version 3.0-rc6
2
2
3
3
This is the 6th release candidate for ink! 3.0.
4
4
5
-
## Changed
5
+
## Added
6
+
- Added an Ethereum-compatibility function to recover a public key from an ECDSA signature and message hash - [#914](https://github.com/paritytech/ink/pull/914) (thanks [@xgreenx](https://github.com/xgreenx)).
6
7
8
+
## Changed
7
9
- Update to `scale-info` 1.0 - [#845](https://github.com/paritytech/ink/pull/845).
8
-
- Message and constructor selectors no longer take their inputs as string but as `u32` decodable integer. For example:
9
-
10
+
- Message and constructor selectors no longer take their inputs as string, but as `u32` decodable integer - [#928](https://github.com/paritytech/ink/pull/928).<br/>
11
+
For example:
10
12
- It is no longer possible to specify a selector as `#[ink(selector = "0xC0DECAFE")]`.
11
13
- The newly allowed formats are `#[ink(selector = 0xC0DECAFE)]` and `#[ink(selector = 42)]`.
12
14
- Smart contract authors are required to update their smart contracts for this change.
15
+
- Improved the `multisig` example - [#962](https://github.com/paritytech/ink/pull/962).
16
+
- Changed the link to our beginner's workshop to the migrated workshop on `substrate.io` - [#957](https://github.com/paritytech/ink/pull/957).
17
+
18
+
## Fixed
19
+
- Fixed a mistake in the `ink_env::block_timestamp()` documentation - [#937](https://github.com/paritytech/ink/pull/937).
13
20
14
21
# Version 3.0-rc5 (2021-09-08)
15
22
@@ -19,8 +26,7 @@ The list below shows the additions, changes and fixes that are visible to users
19
26
20
27
## Compatibility
21
28
22
-
Make sure to use a recent Rust nightly and `cargo-contract` with the current
23
-
release:
29
+
Make sure to use a recent Rust nightly and `cargo-contract` with the current release:
0 commit comments