Skip to content

Counterparty 9.59.0

Compare
Choose a tag to compare
@chiguireitor chiguireitor released this 11 Jan 16:54
· 4545 commits to master since this release

Counterparty 9.59.0 Release Notes:

  • Replaced indexd backend with addrindexrs
  • Adjust minimum DEX BTC order amount to 0.00001 BTC
  • Mempool parsing updates (temp fix for heavy mempool loads)
  • Speed up parsing of blocks
  • Simplified Bech32 check
  • Fixed ParseTransactionError error handler
  • Updated holders() to include escrowed dispenser funds
  • Added support for subasset names in MPMA lists & dispensers
  • Fixed MPMA transaction parsing
  • Added 'dispenses' table to track dispense transactions
  • Added support for creating dispensers on new/empty addresses
  • Rebuilt Counterparty databases and bootstrap images
  • Fixed issue with wrong tx_hash being parsed for segwit transactions
  • Fixed issue with segwit dispensers not detecting payments

Instructions for upgrading:

cd federatednode/
fednode stop
git pull
sudo rm -f data/counterparty/counterparty.*
sudo rm -rf data/indexd
fednode uninstall
fednode install full master
fednode rebuild counterparty counterparty-testnet