-
Notifications
You must be signed in to change notification settings - Fork 23
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: Ownable2Step #352
Merged
Merged
feat: Ownable2Step #352
Changes from 11 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
2786a78
ownable2step first iteration
ggonzalez94 02b8ba2
move only_owner to internal impl
ggonzalez94 70bb32e
add unit tests
ggonzalez94 e00fbc3
add std and fmt
ggonzalez94 1b952c3
Merge branch 'main' into ownable-2-step
ggonzalez94 2fdc855
add integration tests
ggonzalez94 c08e2e1
fix docs, clean contract and use nextest in CI
ggonzalez94 a5419f3
merge main
ggonzalez94 6462e93
install nextest
ggonzalez94 b84d407
fix docs
ggonzalez94 89bd99b
Merge branch 'main' into ownable-2-step
bidzyyys bb91a98
Merge branch 'main' into ownable-2-step
bidzyyys ab0f4af
improve docs and use workspace package
ggonzalez94 6358af5
add IOwnable
ggonzalez94 cea8356
fix tests
ggonzalez94 cdac275
changelog
ggonzalez94 4742b71
ref: apply CR changes for Ownable2Step (#399)
bidzyyys 17f74d2
Merge branch 'main' into ownable-2-step
bidzyyys 3405f76
ref: improvements to Ownable2Step (#404)
bidzyyys 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//! Contracts implementing access control mechanisms. | ||
pub mod control; | ||
pub mod ownable; | ||
pub mod ownable_two_step; |
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
Oops, something went wrong.
Oops, something went wrong.
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.
@ggonzalez94 we should have consistent formatting in our *.yml files. You can change it everywhere or revert this change in this file.
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.
It got automatically formatted, what plugin or extension are you using so that I can use the same for md? :)