Releases: gmart7t2/ord
Releases Β· gmart7t2/ord
0.5.1-gm12
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.
0.5.1-gm11
- Add
decode
subcommand to parse inscription data from specified tx input. - Check the commit transaction weight against the standardness limit when inscribing.
0.5.1-gm9
Added
- Add
--dump
flag towallet inscribe
to have it dump the raw hex transactions rather than broadcasting them.
0.5.1-gm10
Changed
- Have
wallet inscribe --dump
also display the recovery descriptors.
0.5.1-gm8
Changed
- Allow multiple files to be inscribed by a single
wallet inscribe
command. You will want to increase mempool limits if inscribing a lot of files at a time. Inbitcoin.conf
:
limitdescendantsize=11111
limitdescendantcount=1111
limitancestorcount=1111
maxmempool=555
0.5.1-gm7
Changed
- Add
--outpoint
flag tofind
to allow searching in specific outpoints. - Add the end of the range and the offset into the outpoint to the output of the
list
subcommand. - Add
--uncommon
flag toinscriptions
to only list inscriptions on sats that are uncommon or rarer.
0.5.1-gm6
Added
- Add
inscriptions
command to list all inscriptions. (ordinals#1996)
0.5.1-gm5
Changed
- Don't try to create the default data directory if
--index
overrides it. Create the specified directory instead. (ordinals#1991)
Added
- Add flags to allow setting the postage amount for
wallet inscribe
andwallet send
. (ordinals#1994)
0.5.1-gm4
Added
- Accept a second parameter to
find
to allow finding ranges of sats, not just single sats. (ordinals#1992)
0.5.1-gm3
- Replaced the
--unconfirmed
flag forwallet send
andwallet inscribe
with--utxo
to allow providing multiple unconfirmed UTXOs for use when sending or inscribing. It is the user's responsibility to ensure the provided UTXOs contain no inscriptions.ord
won't check that for you.