Skip to content

P2SH Encoding + MPMA

Compare
Choose a tag to compare
@chiguireitor chiguireitor released this 03 Feb 19:59
· 3364 commits to master since this release

This release includes 2 new major features:

  • P2SH encoding: Allows arbitrary size messages using 2 transactions to encode data inside P2SH scriptSigs.
  • MPMA: Allows sending multiple assets to multiple addresses with different quantities and memos on a single message, usually used in conjunction with P2SH.

Instructions for upgrading:

cd federatednode/
fednode stop
git pull
sudo rm -f data/counterparty/counterparty.*
fednode update
fednode rebuild