Skip to content

v9.61.0

Compare
Choose a tag to compare
@jdogresorg jdogresorg released this 17 Nov 20:57
· 4228 commits to master since this release
fffdb01

9.61.0 Release Notes

  • Bumped bitcoin core version to 25.1 (view)
  • Adjusted DEFAULT_MULTISIG_DUST_SIZE (7800->1000) (view)
  • Fixed issue with oracle function returning bad values (view)
  • Fixed issue with change smaller than DUST throwing error (view)
  • Fixed issue with issuances and callability error (view)
  • Fixed issue with issuance backwards compatability (view)
  • Fixed issue with dividends not working on reset assets (view)
  • Redefined EMPTY address to mean no XCP or BTC history (view)
  • Fixed issue with skipping owner validation on numeric issuances (view)
  • Fixed issue with sweeps not transferring asset ownership if no supply issued (view)
  • Added origin field to dispensers (allows refill/close/reopen from origin) (view)
  • Added support for triggering dispenses on all tx outputs (view)
  • Fixed issue with Asset description deleted when null (view)
  • Added max dispense limit of 1000 (view)
  • Fixed issue with being unable to lock and change asset description (view)
  • Added DISPENSER_CLOSE_DELAY to delay closing dispensers 5 blocks (view)
  • Added MAX_REFILLS limit of 5 (view)
  • Added dynamic XCP fee on sweeps (view)

Note: Activation block on mainnet is block # 819,300

Upgrade commands

cd federatednode/
git pull
fednode stop
fednode update
fednode stop
fednode rebuild bitcoin bitcoin-testnet --no-cache
fednode rebuild addrindexrs addrindexrs-testnet --no-cache
fednode rebuild counterparty counterparty-testnet --no-cache
fednode stop
sudo su
rm -rf data/addrindexrs/*
rm -rf data/counterparty/*
exit
fednode start