Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate hard-coded ink-debug feature #823

Open
cmichi opened this issue Jun 17, 2021 · 1 comment
Open

Migrate hard-coded ink-debug feature #823

cmichi opened this issue Jun 17, 2021 · 1 comment
Labels
A-examples [examples] Work item B-enhancement New feature or request E-blocked The task is blocked on some other task to be finished.

Comments

@cmichi
Copy link
Collaborator

cmichi commented Jun 17, 2021

After use-ink/cargo-contract#284 has been implemented we should replace occurrences of

ink_env = { …, features = [ "ink-debug" ] }

by introducing an ink-debug feature for that crate instead. See e61673a.

Currently only the contract-transfer example needs to be migrated.

@cmichi cmichi added B-enhancement New feature or request E-blocked The task is blocked on some other task to be finished. A-examples [examples] Work item labels Jun 17, 2021
@cmichi cmichi changed the title Replace hard-coded ink-debug feature Migrate hard-coded ink-debug feature Jun 17, 2021
@HCastano
Copy link
Contributor

The ERC-1155 example contract uses this as well (#800).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-examples [examples] Work item B-enhancement New feature or request E-blocked The task is blocked on some other task to be finished.
Projects
None yet
Development

No branches or pull requests

2 participants