Releases: openlawteam/tribute-contracts-cli
Releases · openlawteam/tribute-contracts-cli
v0.2.3
v0.2.2
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 theDAO_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
- docs: update readme 39c6637
- feat: using hardhat to build the contracts 39e7369
- wip: hardhat configured for ganache f1ffce5
- feat: select extensions and acl flags 104d991
- feat: get the extension addr cb0ddc1
- chore: bump tribute-contracts to v2.2.0 c9e74b4
- docs: updated readme 6ef50b4
- fetch addresses from DAO 2a9667f
- bump tribute-contracts to v2.1.1 64eb27f
- removed unused data attribute 3d84fa4
- 0.1.2 b18559e
- chore: update readme c4a81b4
- docs: update readme f53ac4b
- 0.2.1 b64396a
- Delete build.yml 64b45ae
- Rename main.yml to build.yml 8f71a13
- chore: added basic build workflow 4954837
- chore: update package-lock 434a0da
- 0.2.0 0c5f35e
- chore: using tribute-contracts-v2.0.4 lib 69fddc8
- Integration with tribute-contracts v2.0.4 (#4) 2b74987
Packages 📦
v0.1.2
Changelog
Notes
- The CLI v0.1.2 is integrated with tribute-contracts v1.0.2, snaphost-hub-js erc712 v1.2.0, and snapshot-hub v5.0.2-erc712
- It enables the upgrade of the
Offchain
adapter from tribute-contracts v1.0.1 to tribute-contracts v1.0.2 - which is also compatible with theOffchain
adapter from tribute-contracts v2.1.1 . - Once you upgrade the
Offchain
adapter using this CLI version it is recommended that you switch to the latest version of the CLI v0.2.2 to continue to interact with your DAO using the latest integrations.
Packages
v0.2.1
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
- The CLI v0.2.1 is integrated with tribute-contracts v2.0.4, snaphost-hub-js erc712 v1.3.0, and snapshot-hub v5.0.1-erc712.
- The CLI currently allows you to submit
Managing
proposals to add/remove adapters to/from a DAO, and useOffchain
voting to manage these proposals.
Packages
v0.1.1
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 useOffchain
voting to manage these proposals.