-
Notifications
You must be signed in to change notification settings - Fork 253
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): add events to standard #627
Merged
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
a6e16e8
feat(NFT): add events to standard
willemneal 3238e4a
Merge remote-tracking branch 'origin/master' into feat/event_logs
willemneal b65081a
feat: add last two events and add tests
willemneal 19151a1
fix: fmt
willemneal 4b8f0aa
fix: use near indexer's types
willemneal d27974f
Merge remote-tracking branch 'origin/master' into feat/event_logs
willemneal c32de7a
feat: add new methods; address feedback and move file up a directory
willemneal a32852b
chore: update wasm binaries
willemneal 1ddc497
fix: fmt
willemneal d4a4c8b
Merge remote-tracking branch 'origin/master' into feat/event_logs
willemneal 344d483
Merge remote-tracking branch 'origin/master' into feat/event_logs
willemneal 30a2be5
feat: use Cow and generics to avoid copying strings & remove Display
willemneal 00e0bf5
feat: rename to emit
willemneal bc403d5
feat: refactor emit functions to use &str instead of generic
willemneal b6bc5f3
fix: fmt
willemneal 8fc2c80
feat: remove emit_* and add must_use attribute
willemneal 62694c9
add the annoying wasm files
willemneal 0726e8e
Merge remote-tracking branch 'origin/master' into feat/event_logs
willemneal f9fb90f
Merge remote-tracking branch 'origin/master' into feat/event_logs
willemneal 2f2c0a2
feat: make nft data constructors generic & add from method to AccountId
willemneal 7202200
feat: use event logs in standard
willemneal 0917ab5
fix: fmt
willemneal 62112ad
fix: duplicate import
willemneal 4d494e8
fix: emit event for internal_mint
willemneal a01075c
Merge remote-tracking branch 'origin/master' into feat/event_logs
willemneal 63beb49
Merge remote-tracking branch 'origin/master' into feat/event_logs
willemneal c184d9e
Merge branch 'master' into feat/event_logs
willemneal 79a319e
Merge remote-tracking branch 'origin/master' into feat/event_logs
willemneal 3524ffd
feat: ensure log when `nft_transfer_call`s receiver fails
willemneal c0ef525
Merge remote-tracking branch 'origin/master' into feat/event_logs
willemneal db7d5d4
fix: fmt
willemneal 83a3b75
fix:wasm
willemneal 38656b0
Merge branch 'master' into feat/event_logs
willemneal 740a594
feat: add test to show that gas check is sufficient
willemneal 9d7474c
fix: test correctly failed; fixed to actually not have enough gas
willemneal 9c561e0
Merge branch 'master' into feat/event_logs
willemneal 7187af3
Merge branch 'master' into feat/event_logs
willemneal 3459d27
Merge branch 'master' into feat/event_logs
willemneal 1404f55
Update near-contract-standards/src/event.rs
willemneal 1746487
chore: add more documentation and edit CHANGELOG
willemneal 9d0d28d
feat: switch to `&'a str` since the event will have shorter lifetime
willemneal 1ce258b
fix: update wasm
willemneal 64c1c6f
chore: add more documentation to core_impl
willemneal d004203
Update near-contract-standards/src/event.rs
willemneal 179faf1
fix: annoying wasm files
willemneal bce9abe
Merge branch 'master' into feat/event_logs
willemneal ae405da
Merge remote-tracking branch 'origin/master' into feat/event_logs
willemneal 173f6f7
Merge branch 'feat/event_logs'
austinabell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
Would be nice if there were docs on some of these, but that can always be added in follow up PR