CarmineOptions / konoha

A toolkit for DAO-like governance on Starknet
Apache License 2.0
23 stars 33 forks source link

Add new proposal types #7

Closed tensojka closed 1 year ago

tensojka commented 1 year ago

Adds proposal types for airdrop (3) where the payload is the merkle tree root and proposal type 4, which is no-op, useful for signal votes.

tensojka commented 1 year ago

Everything looks good to me, I just wanted to know what motivates the replacement of impl_hash by payload, or what is the sense of payload ?

Payload can also be merkle tree hash if proposal type is airdrop, so impl_hash name isn't relevant anymore