Skip to content

v1.3.0

Compare
Choose a tag to compare
@fforbeck fforbeck released this 06 Sep 16:38
· 13 commits to master since this release
147b0e0

Changelog

  • feat: added the submitter arg to vote proposal data (#37) 8aaca9b

Notes

  • Added the submitter argument to the prepareVoteProposalData function, this is usually used to encode data to pass as data argument for DAO proposals that rely on Offchain voting. There is no need to save the submitter in the Snapshot Hub or add it to the erc712 domain types. The submitter address needs to match the address of the signer 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

v1.2.0...v1.3.0