-
Notifications
You must be signed in to change notification settings - Fork 36
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
NFT Lock Mechanism #76
Conversation
…_lock function to false
…stream RMRK market pallet whenever a list, unlist, and do_buy are executed
…ion id and nft id of item and equipper. Cargo fmt
…tion that branches off stable build polkadot-v0.19.17. Made small changes Cargo.toml files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, would be good to merge it to avoid conflict. One question before we can merge.
traits/Cargo.toml
Outdated
sp-runtime = { default-features = false, version = "5.0.0", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.17" } | ||
sp-std = { default-features = false, version = "4.0.0", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.17" } | ||
sp-runtime = { default-features = false, version = "5.0.0", git = "https://github.com/HashWarlock/substrate.git", branch = "hw-uniques-locker-trait" } | ||
sp-std = { default-features = false, version = "4.0.0", git = "https://github.com/HashWarlock/substrate.git", branch = "hw-uniques-locker-trait" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we switch back to paritytech
repo yet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hasn't been merged, yet. We could create a substrate repo for rmrk-team
and put the fix there until the code is merged to substrate
. I have the 2 PRs here paritytech/substrate#11025
paritytech/cumulus#1085
I'm gonna reach out on the Matrix server to see if we can get another review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
looks like your parity PRs are slowly making progress. do we want to merge this before the switch back to parity is possible? getting a little scared of the conflicts we'll be creating with getting too deep in multiple branches. |
I will update the packages and rebase once it is put into the release. I don't think the changes will be too hard. |
Code is merged now. I'll see which release it will be in before updating code. |
Not currently included in |
…m uniques changes.
@ilionic All checks pass, but hold off on merging for now |
Officially released. We can merge now |
Targets
polkadot-v0.9.22
when it is released with Locker TraitProcedure
Lock
and implement a function to default tofalse
Lock
Trait in RMRK Core and add logic to configure theLock
status as abool
RMRK Spec