Skip to content

Commit

Permalink
Release 0.5.1-gm3
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Martin committed Mar 27, 2023
1 parent fd5c764 commit a669879
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
21 changes: 11 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
--------------------------------------------------------------------------------
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.5.1-gm2"
version = "0.5.1-gm3"
license = "CC0-1.0"
edition = "2021"
autotests = false
Expand Down

0 comments on commit a669879

Please sign in to comment.