-
Notifications
You must be signed in to change notification settings - Fork 132
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
Simple NFT #129
Closed
Closed
Simple NFT #129
Commits on Feb 10, 2021
-
Evgeny Kuzyakov committed
Feb 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 0d12b48 - Browse repository at this point
Copy the full SHA 0d12b48View commit details
Commits on Feb 16, 2021
-
Evgeny Kuzyakov committed
Feb 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 7eb1b0d - Browse repository at this point
Copy the full SHA 7eb1b0dView commit details
Commits on Mar 10, 2021
-
Evgeny Kuzyakov committed
Mar 10, 2021 Configuration menu - View commit details
-
Copy full SHA for d52aacf - Browse repository at this point
Copy the full SHA d52aacfView commit details -
Add a comment and an assert 1 yocto
Evgeny Kuzyakov committedMar 10, 2021 Configuration menu - View commit details
-
Copy full SHA for cc3a2f8 - Browse repository at this point
Copy the full SHA cc3a2f8View commit details -
Update nft-simple/src/internal.rs
Co-authored-by: Bowen Wang <bowenwang1996@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ec632f0 - Browse repository at this point
Copy the full SHA ec632f0View commit details
Commits on Mar 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f2deb06 - Browse repository at this point
Copy the full SHA f2deb06View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8c71c7 - Browse repository at this point
Copy the full SHA b8c71c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a5843b - Browse repository at this point
Copy the full SHA 1a5843bView commit details
Commits on Mar 26, 2021
-
Add metadata to nft-simple (#137)
* nft-simple: add metadata for token and contract, for init and minting fns, and nft_metadata fn * update nft_simple WASM file
1Configuration menu - View commit details
-
Copy full SHA for 75b02a4 - Browse repository at this point
Copy the full SHA 75b02a4View commit details
Commits on Apr 9, 2021
-
update add callback to approvals with NonFungibleTokenApprovalsReceiv…
…er (#135) * update add callback to approvals with NonFungibleTokenApprovalsReceiver * allow passing of deposit > 1 yocto when approve account id * remove revoke_all callback and fix args * finalized on_approve/revoke callbacks * standards updates, enforce approval_id nonce, update nameing, remove revoke_approval callback * fire approval callback no matter what * clean up interface and deposit issues * no bump approval on internal_transfer * review edits OMG * nft_approve: if account is already approver, don't check for attached deposit, refund if given * add optional promise to nft_approve, fix approval id per entry via HashMap, add TokenReturnObject * correct u64s that need to be U64 * nft-simple: add 6 basic unit tests * review edits: remove return val on nft_approve, update sizing for hashmap * remove as_return * simplify Token struct, use U64, remove unnecessary helpers * nft-simple: add exquisite corpse and simulation tests, ft wasm * nft-simple: add to simulation tests w/ exquisite corpse to demonstrate nft_approve * Rework NFT simple contract * use near-sdk 3.1.0, simplify sim tests to use basic test-nft contract Co-authored-by: Mike Purvis <mikedotexe@gmail.com> Co-authored-by: Evgeny Kuzyakov <ek@nearprotocol.com>
Configuration menu - View commit details
-
Copy full SHA for e084f8d - Browse repository at this point
Copy the full SHA e084f8dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.