-
Notifications
You must be signed in to change notification settings - Fork 12k
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 AccessManager
guide
#4691
Add AccessManager
guide
#4691
Conversation
|
contracts/mocks/docs/access-control/AccessControlERC20MintBase.sol
Outdated
Show resolved
Hide resolved
contracts/mocks/docs/access-control/AccessControlERC20MintMissing.sol
Outdated
Show resolved
Hide resolved
contracts/mocks/docs/access-control/AccessManagedERC20MintBase.sol
Outdated
Show resolved
Hide resolved
….sol Co-authored-by: Hadrien Croubois <[email protected]>
contracts/mocks/docs/access-control/AccessControlERC20MintMissing.sol
Outdated
Show resolved
Hide resolved
Co-authored-by: Hadrien Croubois <[email protected]>
…ing.sol Co-authored-by: Hadrien Croubois <[email protected]>
Co-authored-by: Hadrien Croubois <[email protected]>
Co-authored-by: Hadrien Croubois <[email protected]>
Co-authored-by: Hadrien Croubois <[email protected]>
Co-authored-by: Hadrien Croubois <[email protected]>
Co-authored-by: Hadrien Croubois <[email protected]>
Co-authored-by: Hadrien Croubois <[email protected]>
Co-authored-by: Hadrien Croubois <[email protected]>
…penZeppelin#4688) Co-authored-by: Eric Lau <[email protected]>
Co-authored-by: ernestognw <[email protected]>
Co-authored-by: Zack Reneau-Wedeen <[email protected]> Co-authored-by: Eric Lau <[email protected]>
Co-authored-by: Eric Lau <[email protected]>
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.
LGTM
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.
Guide says:
this is demonstrated in the following Javascript code using Ethers.js
But we have { from: ... }
in many places, which is the Web3.js way.
I suggested:
- some minor wording things
- changes to make the javascript part
ethers.js
→ is that something we will want to migrate more widelly ?
Co-authored-by: Hadrien Croubois <[email protected]>
Honestly I've been trying not to delay this PR being excessively strict with the Javascript code examples. They're somewhat messed up across all the docs.
We have a ticket for this in the list of pending documentation changes. |
Co-authored-by: Hadrien Croubois <[email protected]> Co-authored-by: Eric Lau <[email protected]> Co-authored-by: Zack Reneau-Wedeen <[email protected]>
Co-authored-by: Hadrien Croubois <[email protected]> Co-authored-by: Eric Lau <[email protected]> Co-authored-by: Zack Reneau-Wedeen <[email protected]>
Added an Access Manager guide to the "Access Control" section.
PR Checklist
npx changeset add
)