You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use call - not transfer - to enable Gnosis Safes (#72)
* use call, not transfer, to include Gnosis Safes
* use Address library (with uncapped gas)
* add explicit reentrancy protection everywhere
* snapshot
feat: configurable transact gas limits (#61)
* feat: move Transact to its own contract
* feat: non-configurable gas limits
* feat: configurable gas limits