-
Notifications
You must be signed in to change notification settings - Fork 143
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
Add access permission to accounts #500
Merged
Merged
Changes from 4 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
8339069
add implicit account creation fee
mitschabaude 76ce986
generated types
mitschabaude 40c963d
fix ts & replace manual types with generated ones
mitschabaude 89356e8
put access permission on example token contracts
mitschabaude 51ffa4c
move rejected token access example to a unit test
mitschabaude 449b57d
update bindings
mitschabaude 82147c7
Merge branch 'main' into feature/add-access-permission
mrmr1993 19b7257
Merge commit '018f2ba8169efab78e14088e68d8197c3b89f2dd' into feature/…
mrmr1993 b70aa0e
Merge branch 'berkeley' into feature/add-access-permission
mitschabaude efadaec
regenerate types
mitschabaude 182c437
Merge branch 'main' into feature/add-access-permission
mitschabaude bc199d2
add access permission
mitschabaude 728d111
fix generation of test vectors
mitschabaude 992d4cc
update bindings
mitschabaude 36c99ad
Merge branch 'berkeley' into feature/add-access-permission
mitschabaude 6dc97d0
Merge commit '980202eeed2827fec3e4d604cd9ee07d22432ba3' into feature/…
mrmr1993 9d0ee52
Fixup tests
mrmr1993 0adcfca
Merge branch 'feature/add-access-permission' into feature/add-access-…
mrmr1993 c81eea6
Merge commit '483baff2ac71c65f757c6717754de4ef152bc6a2' into HEAD
mrmr1993 0aefb8d
Merge commit 'aa750aec4c862c8422dbde902dd3f0e9cec4f631' into HEAD
mrmr1993 e04491b
Merge branch 'berkeley' into feature/add-access-permission
mitschabaude 8086e00
update bindings
mitschabaude 627aa65
Merge commit 'aa750aec4c862c8422dbde902dd3f0e9cec4f631' into feature/…
mrmr1993 7082c28
Update test vector
mrmr1993 ce678aa
Ah good, now we have 2 copies of everything
mrmr1993 1dcb867
Merge commit '0aefb8db9de82556dcd15c3556cbcd507947d10b' into HEAD
mrmr1993 afd778e
Merge branch 'feature/implicit-account-creation-fee' into feature/add…
mitschabaude 5a89fd3
update bindings
mitschabaude 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 was deleted.
Oops, something went wrong.
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
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
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
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.
Any thoughts on how we default this to non-none somehow when working with tokens? Happy path needs to be the secure one
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.
We could export a
TokenContract
which isSmartContract
but with defaults changed to be secure for token contractsAnd have all our examples and docs for tokens point to this