Skip to content

Releases: gmart7t2/ord

0.6.1-gm5

19 Jun 21:56
Compare
Choose a tag to compare

Changed

  • When making inscriptions, write any reveal transactions that fail to broadcast to a file for manual broadcast later.

0.6.1-gm4

14 Jun 21:14
Compare
Choose a tag to compare

Changed

0.6.1-gm3

14 Jun 18:35
Compare
Choose a tag to compare

Changed

  • Add --single-key flag to wallet inscribe to use the same temporary private key for all inscriptions.
  • Remove the --wait-after-commit flag from wallet inscribe. It's too hard to use safely. Instead, use --dump --no_broadcast --no_backup, save the output to a file, and broadcast the transactions manually.

0.6.1-gm2

14 Jun 15:25
Compare
Choose a tag to compare

Changed

  • Give a reasonable error message when ord inscriptions --id <inscriptionid> fails to find the inscription.

0.6.1-gm1

07 Jun 11:02
Compare
Choose a tag to compare

Changed

  • Merged in releases 0.6.0 and 0.6.1 from upstream.

0.5.2-gm9

30 May 18:12
Compare
Choose a tag to compare

Changed

  • Check that at least one filename is provided when inscribing.
  • Merged in latest master branch from casey's repo, including "Unbind inscriptions from zero-sat transactions (ordinals#2107)".

0.5.2-gm8

25 May 02:01
Compare
Choose a tag to compare

Added

  • Add --allow-reinscribe to wallet inscribe to allow reinscribing on a sat that already has an inscription. ord won't recognize such an inscription yet but apparently there are plans to assign such inscriptions negative inscription numbers. It's best to store such inscriptions in a separate wallet until ord recognizes them to avoid accidentally spending them. At the time of writing not even cursedordinals.com recognizes inscriptions on sats that are already inscribed.

0.5.2-gm7

25 May 00:35
Compare
Choose a tag to compare

Added

  • Add --cursed to wallet inscribe to create an inscription that won't be recognized by current versions of ord, but that will be recognized by some indexers as "cursed".

0.5.2-gm6

23 May 16:11
Compare
Choose a tag to compare

Changed

  • Speed wallet commands up by only fetching relevant inscriptions from the database.

0.5.2-gm5

17 May 15:52
Compare
Choose a tag to compare

Added

  • Add --change flag to wallet send and wallet inscribe to say where any change will be sent.
  • Merged in latest master branch from casey's repo, including new flags --bitcoin-rpc-user and --bitcoin-rpc-pass.

Changed

  • Ignore BOM (byte order marker) in .csv files.