Skip to content

0.5.1-gm12

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 14:56
· 772 commits to master since this release

Added

  • Add the inscription number and the satoshi number to the wallet inscriptions output.
  • Add --no-broadcast flag to wallet inscribe to prevent it broadcasting any transactions.
  • Add --coin-control flag to wallet inscribe and wallet send to have those commands only spend utxos given with the --utxo flag.
  • Add decode command to dump the contents of an inscription to a file, even if it isn't confirmed yet.

Changed

  • Alter the behavior of --dump in wallet inscribe. It no longer inhibits transaction broadcast.
  • Fixed a couple of typos.