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

feat: NFT Auctions #168

Closed
wants to merge 178 commits into from
Closed

feat: NFT Auctions #168

wants to merge 178 commits into from

Conversation

green-jay
Copy link
Contributor

@green-jay green-jay commented Sep 23, 2021

Adds NFT auctions with 3 auction types: English, TopUp and Candle

Early tech specification: https://www.notion.so/Auctions-6227f3d237e44baf8980e83eae74dbb7
https://github.com/w3f/Grants-Program/blob/master/applications/subauction.md

This should be merged to master with a call filter.
Weights and benchmarks to be updated at a later point.

pallets/auctions/src/lib.rs Outdated Show resolved Hide resolved
pallets/auctions/src/lib.rs Outdated Show resolved Hide resolved
pallets/auctions/src/lib.rs Outdated Show resolved Hide resolved
pallets/auctions/src/lib.rs Outdated Show resolved Hide resolved
pallets/auctions/src/lib.rs Show resolved Hide resolved
pallets/auctions/src/lib.rs Outdated Show resolved Hide resolved
pallets/auctions/src/lib.rs Outdated Show resolved Hide resolved
pallets/auctions/src/lib.rs Outdated Show resolved Hide resolved
pallets/auctions/src/lib.rs Show resolved Hide resolved
CannotChangeForbiddenAttribute,
}

#[pallet::call]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

extrinsic header comments are missing all parameters descriptions, which are very important for code readability and anyone implementing FE

pallets/auctions/src/lib.rs Outdated Show resolved Hide resolved
@vgantchev
Copy link
Contributor

vgantchev commented Jan 15, 2023

Closing this PR in favor of #592

The new PR has isolated English auction and resolved all applicable comments in this PR.

TopUp and Candle auctions are left for a future implementation. Here is a summary of the most important TODOs for the future from this PR:

@vgantchev vgantchev closed this Jan 15, 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.

None yet

7 participants