From 4c1bed36230f4ad0f68027d1aea10a36171bbba9 Mon Sep 17 00:00:00 2001 From: Greg Martin Date: Thu, 3 Aug 2023 18:06:24 +0000 Subject: [PATCH] Release 0.8.1-gm8 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 484e282f0f..f1cbd259e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog ========= +[0.8.1-gm8](https://github.com/gmart7t2/ord/releases/tag/0.8.1-gm8) - 2023-08-03 +-------------------------------------------------------------------------------- + +### 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](https://github.com/gmart7t2/ord/releases/tag/0.8.1-gm7) - 2023-07-29 -------------------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index 7c7ebf397e..8dfaf2f34f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2000,7 +2000,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.8.1-gm7" +version = "0.8.1-gm8" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 4635a506a8..f180cb8a4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.8.1-gm7" +version = "0.8.1-gm8" license = "CC0-1.0" edition = "2021" autotests = false