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

Feature/ink 4.0.0 #49

Merged
merged 5 commits into from
Mar 1, 2023
Merged

Feature/ink 4.0.0 #49

merged 5 commits into from
Mar 1, 2023

Conversation

boyswan
Copy link
Contributor

@boyswan boyswan commented Feb 24, 2023

No description provided.

@Maar-io
Copy link
Contributor

Maar-io commented Feb 27, 2023

the CI is failing. Make update to github workflow. Example here

@boyswan boyswan marked this pull request as ready for review February 27, 2023 19:02
#[cfg_attr(
feature = "std",
derive(scale_info::TypeInfo, ink_storage::traits::StorageLayout)
derive(scale_info::TypeInfo, ink::storage::traits::StorageLayout)
Copy link
Contributor

Choose a reason for hiding this comment

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

is StorageLayout needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah we still need storage layout for the types - fails to compile without them.

@@ -3,7 +3,7 @@ use rmrk_common::{
errors::Result,
types::*,
};
// use ink_prelude::vec::Vec;
// use ink::prelude::vec::Vec;
Copy link
Contributor

Choose a reason for hiding this comment

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

delete?

rmrk = { path = "../../crates/rmrk", default-features = false }



[lib]
name = "rmrk_example_equippable"
Copy link
Contributor

Choose a reason for hiding this comment

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

name is not needed any more

rmrk = { path = "../../crates/rmrk", default-features = false }


[lib]
name = "rmrk_example_mintable"
Copy link
Contributor

Choose a reason for hiding this comment

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

remove name

Copy link
Contributor

@Maar-io Maar-io left a comment

Choose a reason for hiding this comment

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

LGTM

@boyswan boyswan merged commit 5169b49 into main Mar 1, 2023
@boyswan boyswan deleted the feature/ink-4.0.0 branch March 1, 2023 10:33
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.

None yet

2 participants