Skip to content

Commit d46acb5

Browse files
authored
Implement and stabilize terminate_contract + Sync with polkadot-sdk (#2708)
* Sync with `polkadot-sdk/9136565addc23a552f6960a7581f13c8dfc651f1` * Sync `pallet-revive` config * Add new `pallet-revive::ExecConfig` fields * Implement `.terminate_contract` using precompile * Fix `cargo clippy` * Adapt code * Make `clippy` happy * Make `clippy` happy * Make `clippy` happy
1 parent c9acfef commit d46acb5

File tree

20 files changed

+254
-197
lines changed

20 files changed

+254
-197
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
[Unreleased]
88

99
### Changed
10-
1110
- Refactor contract ref generation and add automatic re-exporting - [#2710](https://github.com/use-ink/ink/pull/2710)
11+
- Implement and stabilize `terminate_contract`[2708](https://github.com/use-ink/ink/pull/2708)
1212

1313
## Version 6.0.0-beta
1414

0 commit comments

Comments
 (0)