Skip to content

Releases: openlawteam/tribute-contracts-cli

v0.2.3

13 Jan 22:10
2e55332
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

15 Sep 20:54
5118df1
Compare
Choose a tag to compare

Release Notes

  • The release v0.2.2 contains major changes in the project structure, environment variables, CLI commands, and building tool. It was refactored to use Hardhat instead of Truffle, and the contracts don't have to be declared in the contracts.js anymore, you just need to provide the DAO_ADDRESS env var, so the CLI will fetch the Adapters/Extensions addresses.
  • It also adds the support to set Extensions ACLs flags for adapters, and it is integrated with [email protected]

Changelog

Packages 📦

v0.1.2...v0.2.2

v0.1.2

13 Sep 17:15
8250bb3
Compare
Choose a tag to compare

Changelog

Notes

Packages

v0.1.1...v0.1.2

v0.2.1

07 Sep 16:24
b64396a
Compare
Choose a tag to compare

Changelog

  • feat: Integration with tribute-contracts v2.0.4 (#4) 2b74987
  • chore: bump lib version b64396a 0c5f35e
  • chore: delete build.yml 64b45ae
  • chore: rename main.yml to build.yml 8f71a13
  • chore: added basic build workflow 4954837
  • chore: update package-lock 434a0da
  • chore: using tribute-contracts-v2.0.4 lib 69fddc8

Notes

Packages

v0.1.1...v0.2.1

v0.1.1

24 Aug 17:51
085c821
Compare
Choose a tag to compare

Changelog

  • Initial release of tribute-contracts-cli.
  • The CLI v0.1.1 is integrated with tribute-contracts v1.0.0, and snaphost-hub-js erc712 v1.2.0.
  • The CLI currently allows you to submit Managing proposals to add/remove adapters to/from a DAO, and use Offchain voting to manage these proposals.