Skip to content

Commit

Permalink
Remove incorrect mention of unstable API (use-ink#1191)
Browse files Browse the repository at this point in the history
* Remove incorrect mention of unstable API

* Fix link to `delegate-call`
  • Loading branch information
cmichi authored Mar 17, 2022
1 parent c474040 commit eea73e5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ The `CallBuilder` API changed to now support two types of calls:
* `DelegateCall`: a delegated call.<br/>
This enables writing upgradeable contracts using
the `delegate` pattern. An example has been added to demonstrate this:
[`upgradeable-contract`](https://github.com/paritytech/ink/tree/master/examples/upgradeable-contract).
Please note that this is an _unstable_ API for now.
You have to enable the feature `pallet-contracts/unstable-interface` in the target runtime.
For `substrate-contracts-node` this is done by default [here](https://github.com/paritytech/substrate-contracts-node/blob/main/runtime/Cargo.toml).
[`delegate-call`](https://github.com/paritytech/ink/tree/master/examples/upgradeable-contracts/delegate-call).

This is a breaking change, users must now specify the `call_type` to the builder manually.

Expand Down

0 comments on commit eea73e5

Please sign in to comment.