-
Notifications
You must be signed in to change notification settings - Fork 86
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
[LIQ-726] Edition Drop Feature #324
Conversation
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.
How can we escape the dups in V1 and V2 to maintain or iterate the codes now? Any idea?
core/sdk/src/factory/program/v2/editionDrop/enterpriseCommitNft.ts
Outdated
Show resolved
Hide resolved
You mean the dups between auction and marketplace v1/v2? I believe @RustySol wanted to keep them so that we can update v2 ixs without impacting v1. |
Yes... it seems we will keep growing those and need double work to maintain or fix any issue.
I've talked about this to RustySol last time while refactoring the structures. RustySol, do you have any idea how do we reduce the work here. |
I believe that the intent is to leave v1 as is forever now, possibly deprecate in the future (@RustySol please confirm), and only update v2 going forward |
Yes this is the plan I believe |
21e5fb7
to
00acb6c
Compare
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.
Please help to make it a one commit with descriptive content before merge.
Edition DropEdition Drop feature empowers creator by selling Copies based on the Master Edition NFT. 2 Main operations included in this PR are
|
5df103b
to
642a0ac
Compare
@liqnft/candy-shop-types -> 0.2.22 @liqnft/candy-shop-sdk -> 0.5.23
No description provided.