Skip to content
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

Authorize state transitions with signed messages and ecrecover #15

Open
adklempner opened this issue Mar 20, 2018 · 0 comments
Open

Authorize state transitions with signed messages and ecrecover #15

adklempner opened this issue Mar 20, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@adklempner
Copy link
Owner

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.

@adklempner adklempner added the enhancement New feature or request label Mar 20, 2018
@adklempner adklempner self-assigned this Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant