From a669879b1440b366b387583ed83c591ac76d2bd4 Mon Sep 17 00:00:00 2001 From: Greg Martin Date: Mon, 27 Mar 2023 02:05:43 +0000 Subject: [PATCH] Release 0.5.1-gm3 --- CHANGELOG.md | 21 +++++++++++---------- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47efc040d8..c0709a0f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,22 @@ Changelog ========= -[0.5.1-gm2](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm2) - 2023-03-18 +[0.5.1-gm3](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm3) - 2023-03-26 -------------------------------------------------------------------------------- -### Added -- Absolutely nothing -- At all +### Misc +- Replaced the `--unconfirmed` flag for `wallet send` and `wallet inscribe` with `--utxo` to allow providing multiple unconfirmed UTXOs for use when sending or inscribing. It is the user's responsibility to ensure the provided UTXOs contain no inscriptions. `ord` won't check that for you. -### Changed -- Jack +[0.5.1-gm2](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm2) - 2023-03-25 +-------------------------------------------------------------------------------- -### Documentation -- Nope +### Added +- Add `--alignment` flag to `wallet send` and `wallet inscribe` to allow setting which address to send the alignment padding to. +- Add `--unconfirmed` flag to `wallet send` and `wallet inscribe` to allow sending from and inscribing on satpoints in unconfirmed utxos. +- Calculate fees more accurately by not rounding the vsize of transactions up to an integer before multiplying by the fee rate. -### Misc -- Zilch +### Changed +- Fix a bug in the tracking of inscriptions that have been spent as fees (#1841) [0.5.1-gm1](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm1) - 2023-03-18 -------------------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index 5425f9d4ec..3c9842d1a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2159,7 +2159,7 @@ dependencies = [ [[package]] name = "ord" -version = "0.5.1-gm2" +version = "0.5.1-gm3" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index af447a69ba..7b1ff6a7e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.5.1-gm2" +version = "0.5.1-gm3" license = "CC0-1.0" edition = "2021" autotests = false