Skip to content

Conversation

@agryaznov
Copy link
Contributor

once call_runtime is stabilized use-ink/ink#1749, we don't need the UnsafeUnstableInterface

@agryaznov agryaznov changed the title remove unstable runtime setting form call_runtime example docs remove unstable runtime setting from call_runtime example docs May 31, 2023
// `Everything` or anything that will allow for the `Balances::transfer` extrinsic.
type CallFilter = frame_support::traits::Everything;
type UnsafeUnstableInterface = ConstBool<true>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should probably keep it and specify for version of pallet-contract < xxx

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well, it's just an example of a runtime configuration, imo it should just work with current master
we don't want to keep these nuances for each stabilized host function, right?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mm I am pretty sure that a lot of people will run this against the contract-node that is only updated at every release

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated it yesterday

@agryaznov agryaznov merged commit 5fd51e2 into main Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants