Skip to content

Releases: ordinals/ord

0.18.5

09 May 12:30
47a0ba7
Compare
Choose a tag to compare

Added

Fixed

0.18.4

02 May 21:08
b0435e8
Compare
Choose a tag to compare

Added

  • Clarify that inscriptions must be served from URLs with path /content/<INSCRIPTION_ID> (#3209 by Vanniix)

Changed

Fixed

Misc

0.18.3

19 Apr 22:05
08bbf56
Compare
Choose a tag to compare

Added

Changed

Misc

0.18.2

17 Apr 20:09
d40e8db
Compare
Choose a tag to compare

Migration

  • Wallet databases are now stored in the /wallets subdirectory of the data dir. To use old wallet databases with 0.18.2, move <WALLET_NAME>.redb files into the /wallets subdirectory of the data dir. Currently, the only information stored in wallet databases are pending etchings.

Changed

  • Store wallets in /wallets subdir of data dir (#3553 by casey)
  • Remove /runes/balances page (#3555 by lugondev)
  • Forbid etching below rune activation height (#3523 by casey)

Added

Misc

0.18.1

11 Apr 20:05
248ab53
Compare
Choose a tag to compare

Fixed

  • Fix off-by-one in wallet when waiting for etching commitment to mature (#3515 by casey)

0.18.0

11 Apr 04:11
56586c1
Compare
Choose a tag to compare

Fixed

  • Check etching commit confirmations correctly (#3507 by casey)

Added

Changed

Misc

0.17.1

01 Apr 19:32
b134e9a
Compare
Choose a tag to compare

Fixed

  • Ignore invalid script pubkeys (#3432)

Misc

  • Fix typo (#3429)
  • Relax deployed Bitcoin Core relay rules (#3431)

0.17.0

31 Mar 20:55
e048d10
Compare
Choose a tag to compare

Added

Changed

  • Recognized field without required flag produce cenotaphs (#3422 by casey)
  • Rename test-bitcoincore-rpc to mockcore (#3415 by casey)
  • Derive reserved rune names from rune ID (#3412 by casey)
  • Don't complain about large runestones if --no-limit is passed (#3402 by casey)
  • Move runes types into ordinals crate (#3391 by casey)
  • Disambiguate when sending runes (#3368 by raphjaph)
  • Only allow sending sats by name (#3344 by casey)
  • Downgrade from beta to alpha (#3315 by casey)

Misc

Read more

0.16.0

11 Mar 20:46
2badb82
Compare
Choose a tag to compare

Added

Changed

Misc

Read more

0.16.0-rc1

28 Feb 01:27
e5f48e6
Compare
Choose a tag to compare
0.16.0-rc1 Pre-release
Pre-release

0.16.0-rc1 - 2023-02-27

Skill Issue

  • Update ordinals crate (#3184)
  • Refactor test server to use arguments (#3183)