Skip to content

Commit

Permalink
Release 0.8.1-gm8
Browse files Browse the repository at this point in the history
  • Loading branch information
gmart7t2 committed Aug 3, 2023
1 parent 2c8a1f7 commit 4c1bed3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
--------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4c1bed3

Please sign in to comment.