Releases: gmart7t2/ord
Releases Β· gmart7t2/ord
0.5.1-gm2
Added
- Add
--alignment
flag towallet send
andwallet inscribe
to allow setting which address to send the alignment padding to. - Add
--unconfirmed
flag towallet send
andwallet inscribe
to allow sending from and inscribing on satpoints in unconfirmed utxos. - Calculate fees more accurately by not rounding the vsize of transactions up to an integer before multiplying by the fee rate.
Changed
- Fix a bug in the tracking of inscriptions that have been spent as fees (ordinals#1841)
0.5.1-gm1
Added
- Add
wallet cardinals
command to list the cardinals (ordinals#1904) - Include the value in sats of inscriptions in
wallet inscriptions
(ordinals#1928)
Changed
- Improve input selection when inscribing (ordinals#1858)
- Require users manually specify a
--fee-rate
forwallet inscribe
(ordinals#1897) - Allow
wallet send
to send the last inscription from an output (ordinals#1927)
Documentation
- Fix typo in Sparrow Wallet Guide (ordinals#1947)
Misc
- Use receiving addresses to receive, and change addresses for change (ordinals#1847)
- Use
--fee-rate
to set the fee when sending cardinals (ordinals#1922) - Fix an obscure error when sending satpoint
x:x:300
to a segwit bech32 address (ordinals#1929)