Releases: Chia-Network/cadt
Releases · Chia-Network/cadt
1.6.3
chore: Updating changelog for 1.6.3
1.6.2
chore: Updating changelog for 1.6.2
1.6.1
chore: Updating changelog for 1.6.1
1.6.0
Updating changelog for 1.6.0
1.5.0
Updating changelog for 1.5.0
1.4.0
Updating changelog for 1.4.0
1.3.2
Updating changelog for 1.3.2
1.3.1
Please review the release notes from version 1.3.0 if upgrading from a 1.2.x release as there are breaking changes.
1.3.0
PLEASE READ
This release contains a number of breaking changes. These include:
- Changing the name of the executable from
climate-warehouse
tocadt
- Changing the folder name for the config, db, and logs from
climate-warehouse
tocadt
- Changing the variable
API_KEY
toCADT_API_KEY
- Adding the
TASKS
section to the config to adjust sync variables
When upgrading from a previous release of climate-warehouse to the new cadt application, we suggest the following:
- Stop your climate-warehouse application
- Move your
~/.chia/mainnet/climate-warehouse
directory to somewhere outside of the~/.chia
directory - Uninstall or delete the climate-warehouse application, including any systemd files (Linux only) in
/etc/systemd/system
.
* If you have installed climate-warehouse withapt
, the command will besudo apt-get remove climate-warehouse
.
* If you installed the .deb file withdpkg
, you can remove withsudo dpkg -r climate-warehouse
(theapt-get remove
method will also work if you installed the .deb).
* If installed from source, delete the directory with your climate-warehouse executable
* Windows users can delete climate-warehouse.exe - Disable any init scripts you may have been using to start climate-warehouse
- Install the latest version of the CADT application, preferably using the
apt
repo if on Ubuntu/Debian - Move your backup of the
climate-warehouse
directory to~/.chia/mainnet/cadt
- Edit the
~/.chia/mainnet/cadt/v1/config.yaml
file and replace the variable nameAPI_KEY
withCADT_API_KEY
- Optional: Add the following new variables to the end of your
~/.chia/mainnet/cadt/v1/config.yaml
file
TASKS:
AUDIT_SYNC_TASK_INTERVAL: 30
DATAMODEL_SYNC_TASK_INTERVAL: 60
GOVERNANCE_SYNC_TASK_INTERVAL: 86400
ORGANIZATION_META_SYNC_TASK_INTERVAL: 86400
PICKLIST_SYNC_TASK_INTERVAL: 30
- If you've installed CADT with
apt
or using the.deb
file, you may use systemd to start and stop the CADT service as documented in the README
1.2.29
Updating changelog for 1.2.29