Releases: jdogresorg/Broadcast-Token-Naming-System
Releases · jdogresorg/Broadcast-Token-Naming-System
v0.14.0 Release
Release Notes
DIVIDEND
supportSWEEP
supportCALLBACK
support (disabled for now)- fixed issue with
getTokenInfo()
settingDECIMALS
incorrectly - Added support for
MEMO
inMINT
action - Cleanup transaction fees code
- Updated
SEND
to consolidate sends by DESTINATION and TICK
v0.13.0
Release Notes
- Added support for
--compare=DB
- start using
—block=#
instead of—reparse=#
- Updated
createTxIndex()
to call oncreateAction()
instead ofcreateTxType()
- Updated
transactions
table to changetype_id
toaction_id
- Updated
isValidLock()
so unset lock values are valid - Updated
getTokenInfo()
so empty values are ignored - Removed
index_tx_types
table (duplicated viaindex_actions
) - Removed
createTxType()
function - Updated
getAddressCreditDebit()
to lookup balances usingblock_index
ortx_index
- Updated
getTokenInfo()
to removed duplicatedOWNER
array item - Cleanup
MINT_START/STOP_BLOCK
logic - Updated
--compare=DB
to ignore missing txs in compare ledger
v0.12.0
Release Notes
- Added support for
--reparse
- Optimized ledger hashing
ADDRESS
support- Renamed
LOCK_MINT
param toLOCK_MAX_MINT
- Renamed
LOCK_SUPPLY
param toLOCK_MAX_SUPPLY
- Added
LOCK_MINT
param to lock againstMINT
command - Added
LOCK_MINT_SUPPLY
param BATCH
supportAIRDROP
support
v0.11.1
Release Notes
- Added support for
MINT_START_BLOCK
- Added support for
MINT_STOP_BLOCK
- Added support for
MINT_ADDRESS_MAX
- Updates to support
GAS
minting
v0.11.0
Release Notes
- DESTROY support
- Added basic sanity checks
- Fixed sanity issues related to credit/debits/balances/supply mismatches
- Cleaned up code
v0.10.1
Release Notes
- set MIN_TOKEN_SUPPLY to 0.000000000000000001
- Prevent LOCK_SUPPLY if no supply is issued
- Prevent setting MAX_SUPPLY below current SUPPLY
- Updated getTokenSupply() to use CAST in sql queries
- Updated getAssetInfo() to only lookup assets using name