0xtekgrinder
0xtekgrinder
Add a system based on #1466 issue that add a CODEFACILITATORS file and a script to assign PRs similar to how code owners works and add a message to the...
A contract which I thinks improve a lot the owner UX of a contract in OZ is Ownable2Step so I was wondering if we could make the solmate version of...
### Version Information * vyper Version (output of `vyper --version`): 0.3.10 * OS: osx/win * Python Version (output of `python --version`): 3.12.3 ### What's your issue about? When I am...
**Is your feature request related to a problem? Please describe.** Developers who wants to use a local node needs to clone the repo and build the node itself. **Describe the...
This PR adds missing functionalities from the acl package: - helpers to remove permissions. - helpers to adds multiple permissions at once -> {verbs: []string{"read","write"}}. - helpers to delete users...
## Description One of the issue I encountered when developing autoswap realms is that It depend heavely on gnoswap realms and to make accurate tests I need to mock the...