0.5.1-gm12
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 towallet inscribe
to prevent it broadcasting any transactions. - Add
--coin-control
flag towallet inscribe
andwallet 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
inwallet inscribe
. It no longer inhibits transaction broadcast. - Fixed a couple of typos.