Skip to content

Commit

Permalink
version bump to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogresorg committed Mar 22, 2024
1 parent e4b973c commit 357b350
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions indexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
CHANGELOG
---
0.12.0
- Added support for `--reparse`
- Optimized ledger hashing
- `ADDRESS` support
- Renamed `LOCK_MINT` param to `LOCK_MAX_MINT`
- Renamed `LOCK_SUPPLY` param to `LOCK_MAX_SUPPLY`
- Added `LOCK_MINT` param to lock against `MINT` command
- Added `LOCK_MINT_SUPPLY` param
- `BATCH` support
- `AIRDROP` support

0.11.1
- Added support for `MINT_START_BLOCK`
- Added support for `MINT_STOP_BLOCK`
Expand Down
4 changes: 2 additions & 2 deletions indexer/includes/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

// BTNS Indexer Version
define("VERSION_MAJOR", 0);
define("VERSION_MINOR", 11);
define("VERSION_REVISION",1);
define("VERSION_MINOR", 12);
define("VERSION_REVISION",0);
define("VERSION_STRING", VERSION_MAJOR . '.' . VERSION_MINOR . '.' . VERSION_REVISION);

// TICK constants
Expand Down

0 comments on commit 357b350

Please sign in to comment.