From d91c5ec4a7a5b79f7a928e9512833af9cfa69b3c Mon Sep 17 00:00:00 2001 From: raphjaph Date: Fri, 19 Apr 2024 17:17:26 -0400 Subject: [PATCH 1/8] Release 0.18.3 --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a1660bcfa..10236c7b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ Changelog ========= +[0.18.3](https://github.com/ordinals/ord/releases/tag/0.18.3) - 2023-04-19 +-------------------------------------------------------------------------- + +### Added +- Update recursion.md with consistant syntax (#3585) +- Add test Rune cannot be minted less than limit amount (#3556) +- Clear etching when rune commitment is spent (#3618) +- Add `dry-run` flag to `resume` command (#3592) +- Remove timeout for wallet client (#3621) +- Add back runes balances API (#3571) +- Show premine percentage (#3567) +- Remove duplicated word (#3598) +- Address runes review comments (#3605) +- Add default content proxy and decompress to env command (#3509) +- Generate sample batch.yaml in env command (#3530) +- Resume cycles through all pending etchings (#3566) + [0.18.2](https://github.com/ordinals/ord/releases/tag/0.18.2) - 2023-04-17 -------------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index 4ecc53c413..f824933850 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2270,7 +2270,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.18.2" +version = "0.18.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d5b2385655..fac6cc4d77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.18.2" +version = "0.18.3" license = "CC0-1.0" edition = "2021" autotests = false From 0b113e61399cea30bdb74e98bad61b19eab56678 Mon Sep 17 00:00:00 2001 From: raphjaph Date: Fri, 19 Apr 2024 17:18:06 -0400 Subject: [PATCH 2/8] Amend --- Cargo.toml | 2 +- crates/ordinals/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fac6cc4d77..3189d82957 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ mime_guess = "2.0.4" miniscript = "10.0.0" mp4 = "0.14.0" ord-bitcoincore-rpc = "0.17.2" -ordinals = { version = "0.0.8", path = "crates/ordinals" } +ordinals = { version = "0.0.9", path = "crates/ordinals" } redb = "2.0.0" regex = "1.6.0" reqwest = { version = "0.11.23", features = ["blocking", "json"] } diff --git a/crates/ordinals/Cargo.toml b/crates/ordinals/Cargo.toml index fae0b8ccae..7215329e4f 100644 --- a/crates/ordinals/Cargo.toml +++ b/crates/ordinals/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ordinals" -version = "0.0.8" +version = "0.0.9" edition = "2021" description = "Library for interoperating with ordinals and inscriptions" homepage = "https://github.com/ordinals/ord" From c44a95b73ebcfb98a0f0a3b5c5a84a7e7901474b Mon Sep 17 00:00:00 2001 From: raphjaph Date: Fri, 19 Apr 2024 17:19:56 -0400 Subject: [PATCH 3/8] Amend --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index f824933850..a2e0801726 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2361,7 +2361,7 @@ dependencies = [ [[package]] name = "ordinals" -version = "0.0.8" +version = "0.0.9" dependencies = [ "bitcoin", "derive_more", From a2054c90e1202d42c796853975cdf9efa06f1409 Mon Sep 17 00:00:00 2001 From: raphjaph Date: Fri, 19 Apr 2024 17:41:33 -0400 Subject: [PATCH 4/8] Amend --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10236c7b38..aa4bd206f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Changelog -------------------------------------------------------------------------- ### Added +- Check rune minimum at height before sending (#3626) - Update recursion.md with consistant syntax (#3585) - Add test Rune cannot be minted less than limit amount (#3556) - Clear etching when rune commitment is spent (#3618) From 4303a873186883db3403bb445f08dd432ed5b73d Mon Sep 17 00:00:00 2001 From: raphjaph Date: Fri, 19 Apr 2024 17:47:54 -0400 Subject: [PATCH 5/8] Amend --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4bd206f3..2fc2dd22b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,19 +5,23 @@ Changelog -------------------------------------------------------------------------- ### Added +- Add `dry-run` flag to `resume` command (#3592) +- Add back runes balances API (#3571) +- Show premine percentage (#3567) +- Add default content proxy and decompress to env command (#3509) + +### Changed +- Resume cycles through all pending etchings (#3566) + +### Misc - Check rune minimum at height before sending (#3626) - Update recursion.md with consistant syntax (#3585) - Add test Rune cannot be minted less than limit amount (#3556) - Clear etching when rune commitment is spent (#3618) -- Add `dry-run` flag to `resume` command (#3592) - Remove timeout for wallet client (#3621) -- Add back runes balances API (#3571) -- Show premine percentage (#3567) - Remove duplicated word (#3598) - Address runes review comments (#3605) -- Add default content proxy and decompress to env command (#3509) - Generate sample batch.yaml in env command (#3530) -- Resume cycles through all pending etchings (#3566) [0.18.2](https://github.com/ordinals/ord/releases/tag/0.18.2) - 2023-04-17 -------------------------------------------------------------------------- From c6ec04238ad890aa5208749b92ca369b5738ce9d Mon Sep 17 00:00:00 2001 From: raphjaph Date: Fri, 19 Apr 2024 17:50:19 -0400 Subject: [PATCH 6/8] Amend --- CHANGELOG.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fc2dd22b5..75f6108fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,23 +5,23 @@ Changelog -------------------------------------------------------------------------- ### Added -- Add `dry-run` flag to `resume` command (#3592) -- Add back runes balances API (#3571) -- Show premine percentage (#3567) -- Add default content proxy and decompress to env command (#3509) +- Add `dry-run` flag to `resume` command ([#3592](https://github.com/ordinals/ord/pull/3592) by [felipelincoln](https://github.com/felipelincoln)) +- Add back runes balances API ([#3571](https://github.com/ordinals/ord/pull/3571) by [lugondev](https://github.com/lugondev)) +- Show premine percentage ([#3567](https://github.com/ordinals/ord/pull/3567) by [raphjaph](https://github.com/raphjaph)) +- Add default content proxy and decompress to env command ([#3509](https://github.com/ordinals/ord/pull/3509) by [jahvi](https://github.com/jahvi)) ### Changed -- Resume cycles through all pending etchings (#3566) +- Resume cycles through all pending etchings ([#3566](https://github.com/ordinals/ord/pull/3566) by [raphjaph](https://github.com/raphjaph)) ### Misc -- Check rune minimum at height before sending (#3626) -- Update recursion.md with consistant syntax (#3585) -- Add test Rune cannot be minted less than limit amount (#3556) -- Clear etching when rune commitment is spent (#3618) -- Remove timeout for wallet client (#3621) -- Remove duplicated word (#3598) -- Address runes review comments (#3605) -- Generate sample batch.yaml in env command (#3530) +- Check rune minimum at height before sending ([#3626](https://github.com/ordinals/ord/pull/3626) by [raphjaph](https://github.com/raphjaph)) +- Update recursion.md with consistant syntax ([#3585](https://github.com/ordinals/ord/pull/3585) by [zmeyer44](https://github.com/zmeyer44)) +- Add test Rune cannot be minted less than limit amount ([#3556](https://github.com/ordinals/ord/pull/3556) by [lugondev](https://github.com/lugondev)) +- Clear etching when rune commitment is spent ([#3618](https://github.com/ordinals/ord/pull/3618) by [felipelincoln](https://github.com/felipelincoln)) +- Remove timeout for wallet client ([#3621](https://github.com/ordinals/ord/pull/3621) by [raphjaph](https://github.com/raphjaph)) +- Remove duplicated word ([#3598](https://github.com/ordinals/ord/pull/3598) by [oxSaturn](https://github.com/oxSaturn)) +- Address runes review comments ([#3605](https://github.com/ordinals/ord/pull/3605) by [casey](https://github.com/casey)) +- Generate sample batch.yaml in env command ([#3530](https://github.com/ordinals/ord/pull/3530) by [twosatsmaxi](https://github.com/twosatsmaxi)) [0.18.2](https://github.com/ordinals/ord/releases/tag/0.18.2) - 2023-04-17 -------------------------------------------------------------------------- From f2559b172922bdfcd8e9d320807e5e465a6b7008 Mon Sep 17 00:00:00 2001 From: raphjaph Date: Fri, 19 Apr 2024 17:53:43 -0400 Subject: [PATCH 7/8] Amend --- Cargo.lock | 2 +- Cargo.toml | 2 +- crates/ordinals/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2e0801726..f824933850 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2361,7 +2361,7 @@ dependencies = [ [[package]] name = "ordinals" -version = "0.0.9" +version = "0.0.8" dependencies = [ "bitcoin", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index 3189d82957..fac6cc4d77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ mime_guess = "2.0.4" miniscript = "10.0.0" mp4 = "0.14.0" ord-bitcoincore-rpc = "0.17.2" -ordinals = { version = "0.0.9", path = "crates/ordinals" } +ordinals = { version = "0.0.8", path = "crates/ordinals" } redb = "2.0.0" regex = "1.6.0" reqwest = { version = "0.11.23", features = ["blocking", "json"] } diff --git a/crates/ordinals/Cargo.toml b/crates/ordinals/Cargo.toml index 7215329e4f..fae0b8ccae 100644 --- a/crates/ordinals/Cargo.toml +++ b/crates/ordinals/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ordinals" -version = "0.0.9" +version = "0.0.8" edition = "2021" description = "Library for interoperating with ordinals and inscriptions" homepage = "https://github.com/ordinals/ord" From f760316e230b1d5838fcf88735b9c97bf4cf2840 Mon Sep 17 00:00:00 2001 From: raphjaph Date: Fri, 19 Apr 2024 17:54:25 -0400 Subject: [PATCH 8/8] Amend --- Cargo.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f824933850..4db78ae39c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,7 +297,7 @@ dependencies = [ "js-sys", "lazy_static", "log", - "rustls 0.22.3", + "rustls 0.22.4", "rustls-pki-types", "thiserror", "wasm-bindgen", @@ -429,7 +429,7 @@ dependencies = [ "http-body", "hyper", "pin-project-lite", - "rustls 0.21.10", + "rustls 0.21.11", "rustls-pemfile", "tokio", "tokio-rustls", @@ -1387,7 +1387,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8d8a2499f0fecc0492eb3e47eab4e92da7875e1028ad2528f214ac3346ca04e" dependencies = [ "futures-io", - "rustls 0.22.3", + "rustls 0.22.4", "rustls-pki-types", ] @@ -2315,7 +2315,7 @@ dependencies = [ "reqwest", "rss", "rust-embed", - "rustls 0.22.3", + "rustls 0.22.4", "rustls-acme", "serde", "serde-hex", @@ -2886,9 +2886,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.21.10" +version = "0.21.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" +checksum = "7fecbfb7b1444f477b345853b1fce097a2c6fb637b2bfb87e6bc5db0f043fae4" dependencies = [ "log", "ring 0.17.8", @@ -2898,9 +2898,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.22.3" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99008d7ad0bbbea527ec27bddbc0e432c5b87d8175178cee68d2eec9c4a1813c" +checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" dependencies = [ "log", "ring 0.17.8", @@ -3338,9 +3338,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.30.10" +version = "0.30.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d7c217777061d5a2d652aea771fb9ba98b6dade657204b08c4b9604d11555b" +checksum = "87341a165d73787554941cd5ef55ad728011566fe714e987d1b976c15dbc3a83" dependencies = [ "cfg-if 1.0.0", "core-foundation-sys", @@ -3504,7 +3504,7 @@ version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ - "rustls 0.21.10", + "rustls 0.21.11", "tokio", ]