-
Notifications
You must be signed in to change notification settings - Fork 22
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
cip: Conviction Voting Template #87
Comments
Check out the thoughts here, and in the other issues... lots of good debates around UX |
Awesome that you are pushing the UX work needed to make CV usable @GriffGreen 🙌 This CIP is mostly aimed at creating a solid data data layer for CV. If we manage to do this there could potentially be multiple different frontends that display the CV data in different ways based on preference / usability considerations. |
@oed what do you think about adding a "blockHeight": {
"type": "number"
} |
@topocount Yeah, that's a good addition. You could a rough idea of when the snapshot was made from the subsequent anchor commit, but it wouldn't be precise. Updating the first post! |
@oed Could this cause any issues like we've been seeing with the blockNumber in anchor commits, where it could diverge from the on-chain state if there's a block reorg? |
@stbrody no this is more about when the conviction computation service sampled the data from the blockchain. Which is mostly independent from anchor commits. |
Currently there is a actions: [{
contract: "contract-address",
method: "mint",
args: ["to-address", "amount"]
}, {
contract: "another-address",
method: "transfer",
args: ["to-address", "amount"]
}] |
Simple Summary
This CIP describes a template that can be used to create off-chain conviction voting dapps.
Abstract
Abstract goes here.
Motivation
Fix me :)
Specification
Definition content
Deployment: Deploy your own.
Proposal Schema
Deployment:
<proposal-schema-docid>
Convictions Schema
Deployment:
<convictions-schema-docid>
Conviction State Schema
Deployment:
<convictions-state-schema-docid>
Rationale
Fix me :)
Backwards Compatibility
N/A
Implementation
Fix me :)
Security Considerations
Security considerations go here.
Copyright
Copyright and related rights waived via CC0.
The text was updated successfully, but these errors were encountered: