From 0fb1c04d5e9f6896a198afb0fb23acb1f772cb08 Mon Sep 17 00:00:00 2001 From: Greg Martin Date: Tue, 20 Feb 2024 13:19:37 +0000 Subject: [PATCH] Release 0.15.0-gm9 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3709d5f1ab..5db72fe5f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Changelog ========= +[0.15.0-gm9](https://github.com/gmart7t2/ord/releases/tag/0.15.0-gm9) - 2024-02-20 +---------------------------------------------------------------------------------- + +### Added +- Include a PSBT version of the reveal tx in the /inscribe output, with no witness data. +- Have the `/inscribe` endpoint generate and reuse the same temporary key per network. +- Try merging the user-provided `reveal_psbt` with our `reveal_tx` to make a fully signed reveal tx. +- Fill in `witness_utxo` for the input coming from the commit tx in the `reveal_psbt`. +- Allow `--index-runes` to add a runes index to an existing index if runes aren't active yet. +- Add `/sendtx` endpoint to broadcast a raw transaction. POST the raw tx as a JSON string. +- Add `--reveal-fee` flag to `wallet inscribe`. +- Add `--next-batch` flag, analogous to `--next-file`, but for batches of inscriptions. +- Add `--parent-destination` flag to control where the parent inscription ends up when using it to inscribe a child. +- Set `--reveal-fee` to `0 sats` when using `--commitment` to avoid creating a change output in the reveal tx. + [0.15.0-gm8](https://github.com/gmart7t2/ord/releases/tag/0.15.0-gm8) - 2024-01-31 ---------------------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index c921ce1430..d2f0c3eaf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2143,7 +2143,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.15.0-gm8" +version = "0.15.0-gm9" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c8124c1fc6..3f3260c526 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.15.0-gm8" +version = "0.15.0-gm9" license = "CC0-1.0" edition = "2021" autotests = false