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
{{ message }}
This repository was archived by the owner on May 4, 2025. It is now read-only.
Huge barrier to user on-boarding of decentralized applications is paying for gas.
Let's add another version of the performStateChange method that accepts two additional parameters: bytes32 hash, bytes sig and uses Zeppelin's ECRecovery library to allow anyone to submit a TX on the signer's behalf.
If this pattern can work in StateMachineBuilder it'll be worth releasing a generic version, probably as a new addition to the OpenZeppelin library.
Huge barrier to user on-boarding of decentralized applications is paying for gas.
Let's add another version of the
performStateChangemethod that accepts two additional parameters:bytes32 hash, bytes sigand uses Zeppelin's ECRecovery library to allow anyone to submit a TX on the signer's behalf.If this pattern can work in
StateMachineBuilderit'll be worth releasing a generic version, probably as a new addition to the OpenZeppelin library.