Skip to content

Releases: jdogresorg/Broadcast-Token-Naming-System

v0.14.0 Release

22 May 19:33
742dbd2
Compare
Choose a tag to compare

Release Notes

  • DIVIDEND support
  • SWEEP support
  • CALLBACK support (disabled for now)
  • fixed issue with getTokenInfo() setting DECIMALS incorrectly
  • Added support for MEMO in MINT action
  • Cleanup transaction fees code
  • Updated SEND to consolidate sends by DESTINATION and TICK

v0.13.0

19 Apr 05:38
0f2cd66
Compare
Choose a tag to compare

Release Notes

  • Added support for --compare=DB
  • start using —block=# instead of —reparse=#
  • Updated createTxIndex() to call on createAction() instead of createTxType()
  • Updated transactions table to change type_id to action_id
  • Updated isValidLock() so unset lock values are valid
  • Updated getTokenInfo() so empty values are ignored
  • Removed index_tx_types table (duplicated via index_actions)
  • Removed createTxType() function
  • Updated getAddressCreditDebit() to lookup balances using block_index or tx_index
  • Updated getTokenInfo() to removed duplicated OWNER array item
  • Cleanup MINT_START/STOP_BLOCK logic
  • Updated --compare=DB to ignore missing txs in compare ledger

v0.12.0

23 Mar 22:28
b2903f5
Compare
Choose a tag to compare

Release Notes

  • 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

v0.11.1

14 Feb 17:05
8326918
Compare
Choose a tag to compare

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

30 Jan 04:19
Compare
Choose a tag to compare

Release Notes

  • DESTROY support
  • Added basic sanity checks
  • Fixed sanity issues related to credit/debits/balances/supply mismatches
  • Cleaned up code

v0.10.1

23 Aug 20:09
e7db8f4
Compare
Choose a tag to compare

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