Skip to content

Commit

Permalink
Release 0.12.1-gm1
Browse files Browse the repository at this point in the history
  • Loading branch information
gmart7t2 committed Dec 1, 2023
1 parent aa2465d commit bfb26e9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
32 changes: 19 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

[0.12.1-gm1](https://github.com/gmart7t2/ord/releases/tag/0.12.1-gm1) - 2023-11-30
----------------------------------------------------------------------------------

### Added
- Merged 0.12.1 from upstream.

[0.12.1](https://github.com/ordinals/ord/releases/tag/0.12.1) - 2023-11-29
--------------------------------------------------------------------------

Expand All @@ -23,46 +29,46 @@ Changelog
----------------------------------------------------------------------------------

### Added
Add endpoint `/inscriptions_sequence_numbers/:start/:end` to get the mapping from inscription number to sequence number.
- Add endpoint `/inscriptions_sequence_numbers/:start/:end` to get the mapping from inscription number to sequence number.

[0.12.0-gm2](https://github.com/gmart7t2/ord/releases/tag/0.12.0-gm2) - 2023-11-26
----------------------------------------------------------------------------------

### Added
Add the sequence_number to the /inscriptions/json/ endpoint.
Add `--commit-input` to `wallet inscribe` and `--force-input` to `wallet send`.
- Add the sequence_number to the /inscriptions/json/ endpoint.
- Add `--commit-input` to `wallet inscribe` and `--force-input` to `wallet send`.

[0.12.0-gm1](https://github.com/gmart7t2/ord/releases/tag/0.12.0-gm1) - 2023-11-25
----------------------------------------------------------------------------------

### Added
Merged upstream 0.12.0 release.
- Merged upstream 0.12.0 release.

[0.11.1-gm5](https://github.com/gmart7t2/ord/releases/tag/0.11.1-gm5) - 2023-11-23
----------------------------------------------------------------------------------

### Added
Add `--ignore-cursed` flag to treat all cursed inscriptions as regular inscriptions when indexing.
Add `--ordinals-wallet` flag to `wallet restore` to help with recovering coins from an ordinalswallet seed phrase.
Add some experimental options to allow creating just a commit tx, or just a reveal tx.
- Add `--ignore-cursed` flag to treat all cursed inscriptions as regular inscriptions when indexing.
- Add `--ordinals-wallet` flag to `wallet restore` to help with recovering coins from an ordinalswallet seed phrase.
- Add some experimental options to allow creating just a commit tx, or just a reveal tx.

### Changed
Add a max-weight check to the `wallet send-many` command.
Fixed coin selection algorithm (#2723).
- Add a max-weight check to the `wallet send-many` command.
- Fixed coin selection algorithm (#2723).

[0.11.1-gm4](https://github.com/gmart7t2/ord/releases/tag/0.11.1-gm4) - 2023-11-19
----------------------------------------------------------------------------------

### Added
Add `--dump` and `--no-broadcast` flags to `wallet inscribe`.
Add `wallet send-many` to allow sending multiple inscriptions in a single command.
- Add `--dump` and `--no-broadcast` flags to `wallet inscribe`.
- Add `wallet send-many` to allow sending multiple inscriptions in a single command.

[0.11.1-gm3](https://github.com/gmart7t2/ord/releases/tag/0.11.1-gm3) - 2023-11-15
----------------------------------------------------------------------------------

### Added
Add `--key` flag to `wallet inscribe` to allow using a specific recovery key.
Add `--ignore-outdated-index` flag to allow ord to run without having to fully index the blockchain. Be careful. Inscriptions that haven't been indexed will be treated as if they are cardinals, and so can be accidentally sent to spent as fees.
- Add `--key` flag to `wallet inscribe` to allow using a specific recovery key.
- Add `--ignore-outdated-index` flag to allow ord to run without having to fully index the blockchain. Be careful. Inscriptions that haven't been indexed will be treated as if they are cardinals, and so can be accidentally sent to spent as fees.

[0.11.1-gm2](https://github.com/gmart7t2/ord/releases/tag/0.11.1-gm2) - 2023-11-14
----------------------------------------------------------------------------------
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.12.1"
version = "0.12.1-gm1"
license = "CC0-1.0"
edition = "2021"
autotests = false
Expand Down

0 comments on commit bfb26e9

Please sign in to comment.