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

Simplify Voting to limit on-chain transactions. feature/[FEATURE] #765

Open
grasponcrypto opened this issue Mar 18, 2022 · 0 comments
Open
Labels
feature New feature or request

Comments

@grasponcrypto
Copy link

Problem

A vote requires 2 steps on mainnet. I think an on-chain vote is unnecessary if the reveal is required on-chain as well.

Implementation

This would ideally have an off-chain vote, where a signature is generated off-chain and then revealed on-chain. For timestamps one could perhaps include hash of the latest block as part of the signature and the reveal would only count votes with a range of hashes as part of the signature. This is just one idea, but the root of the issue is that the vote should not require 2 transactions on mainnet.

Acceptance Criteria

Vote should only require one mainnet transaction

Notes

none

Future Steps

TBD

@grasponcrypto grasponcrypto added the feature New feature or request label Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant