Skip to content

Commit e3870a5

Browse files
Release 6.0.0-beta.1 (#2725)
* Update changelog * Bump version number * Update CHANGELOG.md Co-authored-by: David Semakula <[email protected]> * Bump `contract-metadata` * Update checklist --------- Co-authored-by: David Semakula <[email protected]>
1 parent e92ca43 commit e3870a5

File tree

84 files changed

+178
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+178
-162
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
[Unreleased]
88

9+
## Version 6.0.0-beta.1
10+
911
### Added
1012
- Implement `bn128` precompiles ‒ [2708](https://github.com/use-ink/ink/pull/2718)
11-
- Add `packed` flag to `storage_item` attribute and improve related diagnostics - [](https://github.com/use-ink/ink/pull/2722)
13+
- Add example how to call Solidity precompiles ‒ [2716](https://github.com/use-ink/ink/pull/2716)
14+
- Add `packed` flag to `storage_item` attribute and improve related diagnostics ‒ [#2722](https://github.com/use-ink/ink/pull/2722)
15+
- Implement `pallet-revive` host functions `gas_price`, `call_data_size`, `return_data_size`, `gas_left`[#2694](https://github.com/use-ink/ink/pull/2694)
16+
- Add `ink_precompiles` crate with ERC-20 assets precompile interface ‒ [#2686](https://github.com/use-ink/ink/pull/2686)
1217

1318
### Changed
1419
- Refactor contract ref generation and add automatic re-exporting ‒ [#2710](https://github.com/use-ink/ink/pull/2710)
1520

1621
## Version 6.0.0-beta
1722

1823
### Added
19-
- Implements the API for the `pallet-revive` host functions `gas_price`, `call_data_size`, `return_data_size`, `gas_left` - [#2694](https://github.com/use-ink/ink/pull/2694)
2024
- Implements the API for the `pallet-revive` host function `gas_limit` - [#2691](https://github.com/use-ink/ink/pull/2691)
2125
- Implements the API for the `pallet-revive` host function `to_account_id` - [#2578](https://github.com/use-ink/ink/pull/2578)
2226
- Add `#[ink::contract_ref]` attribute - [#2648](https://github.com/use-ink/ink/pull/2648)
2327
- Add `ink_revive_types` (and remove `pallet-revive` dependency from `ink_e2e`) - [#2657](https://github.com/use-ink/ink/pull/2657)
2428
- non-allocating Solidity ABI encoder - [#2655](https://github.com/use-ink/ink/pull/2655)
2529
- Implement XCM precompile, stabilize XCM API - [#2687](https://github.com/use-ink/ink/pull/2687)
26-
- Add `ink_precompiles` crate with ERC-20 assets precompile interface - [#2686](https://github.com/use-ink/ink/pull/2686)
2730

2831
### Changed
2932
- Marks the `pallet-revive` host function `account_id` stable - [#2578](https://github.com/use-ink/ink/pull/2578)

0 commit comments

Comments
 (0)