Skip to content

Releases: gmart7t2/ord

0.5.1-gm2

25 Mar 15:34
Compare
Choose a tag to compare

Added

  • Add --alignment flag to wallet send and wallet inscribe to allow setting which address to send the alignment padding to.
  • Add --unconfirmed flag to wallet send and wallet 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

18 Mar 21:30
Compare
Choose a tag to compare

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 for wallet inscribe (ordinals#1897)
  • Allow wallet send to send the last inscription from an output (ordinals#1927)

Documentation

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)