Releases: openlawteam/snapshot-js-erc712
Releases · openlawteam/snapshot-js-erc712
v1.8.0
v1.7.0
v1.6.0
v1.5.0
v1.4.0
v1.3.0
Changelog
Notes
- Added the
submitter
argument to theprepareVoteProposalData
function, this is usually used to encode data to pass asdata
argument for DAO proposals that rely on Offchain voting. There is no need to save thesubmitter
in the Snapshot Hub or add it to the erc712 domain types. Thesubmitter
address needs to match the address of thesigner
of the snapshot proposal message. - This change is compatible with the v2.0.4 release of tribute-contracts : https://github.com/openlawteam/tribute-contracts/releases/tag/v2.0.4