Releases: gmart7t2/ord
Releases Β· gmart7t2/ord
0.6.1-gm5
Changed
- When making inscriptions, write any reveal transactions that fail to broadcast to a file for manual broadcast later.
0.6.1-gm4
Changed
- Merged "Recursive Inscriptions (ordinals#2167)" from upstream.
0.6.1-gm3
Changed
- Add
--single-key
flag towallet inscribe
to use the same temporary private key for all inscriptions. - Remove the
--wait-after-commit
flag fromwallet 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
Changed
- Give a reasonable error message when
ord inscriptions --id <inscriptionid>
fails to find the inscription.
0.6.1-gm1
Changed
- Merged in releases 0.6.0 and 0.6.1 from upstream.
0.5.2-gm9
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
Added
- Add
--allow-reinscribe
towallet 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 untilord
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
Added
- Add
--cursed
towallet 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
Changed
- Speed wallet commands up by only fetching relevant inscriptions from the database.
0.5.2-gm5
Added
- Add
--change
flag towallet send
andwallet 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.