Releases: gmart7t2/ord
Releases Β· gmart7t2/ord
0.8.1-gm8
Changed
- Renamed the old
--cursed
flag that attempted to make a cursed inscription using OP_66 to--cursed66
. The inscriptions it creates are ignored by ord's indexer.
Added
- Add
--check-index
subcommand to passively check the index file. - Add
--cursed
flag to create cursed inscriptions by inscribing in the 2nd reveal input instead of the 1st.
The addition of the --cursed
flag was requested and funded by mone (https://x.com/Luckycharm_NFT). He inscribed a cursed inscription and then reinscribed the same sat with a recursive non-cursed inscription. See https://ordinals.com/sat/1931140000000000 for the two inscriptions.
0.8.1-gm7
Changed
- Move the check for being able to write a file to before we send the commit tx.
- Merge from upstream.
0.8.1-gm6
Changed
- Merge from upstream.
wallet inscriptions
now labels the postage amount aspostage
not asamount
.
0.8.1-gm5
Added
- Tell the user if their database is corrupted before starting to repair it.
0.8.1-gm4
Added
- Add
/stats
endpoint to get the highest block indexed and the range of inscriptions that exist.
0.8.1-gm3
Added
- Add request logging to the server when RUST_LOG=INFO is set.
- Add
--no-progress-bar
flag to inhibit the display of the progress bar.
0.8.1-gm2
Changed
- Add
transfer
subcommand for modifying the transfer log table.
0.8.1-gm1
Changed
- Merged 0.8.1 from upstream.
- Recognize and display "text/plain" content type as text inscriptions.
- Don't try indexing new blocks when there are no new blocks
- Sleep 10 seconds between checking for new blocks
0.8.0-gm19
Changed
- Merged master branch from upstream.
There were a lot of merge conflicts to resolve for this release. It's quite possible that I introduced some problems or lost some features in this release. Please be careful, run tests on a testnet before doing anything on mainnet, and report any issues you find.
0.8.0-gm18
Changed
- Avoid fetching the same tx twice.