From b2a8a464b9f1a695e78b7f519d20a31fc8c3dde0 Mon Sep 17 00:00:00 2001 From: J-Dog Date: Mon, 29 Jan 2024 20:16:26 -0800 Subject: [PATCH] v0.11.0 release --- indexer/CHANGELOG.md | 6 ++++++ indexer/includes/config.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/indexer/CHANGELOG.md b/indexer/CHANGELOG.md index d3aaf6a..991b0d7 100644 --- a/indexer/CHANGELOG.md +++ b/indexer/CHANGELOG.md @@ -1,5 +1,11 @@ CHANGELOG --- +0.11.0 +- DESTROY support +- Added basic sanity checks +- Fixed sanity issues related to credit/debits/balances/supply mismatches +- Cleaned up code + 0.10.1 - set MIN_TOKEN_SUPPLY to 0.000000000000000001 - Prevent LOCK_SUPPLY if no supply is issued diff --git a/indexer/includes/config.php b/indexer/includes/config.php index 7bcc77a..6517199 100644 --- a/indexer/includes/config.php +++ b/indexer/includes/config.php @@ -9,8 +9,8 @@ // BTNS Indexer Version define("VERSION_MAJOR", 0); -define("VERSION_MINOR", 10); -define("VERSION_REVISION",1); +define("VERSION_MINOR", 11); +define("VERSION_REVISION",0); define("VERSION_STRING", VERSION_MAJOR . '.' . VERSION_MINOR . '.' . VERSION_REVISION); // TICK constants