Skip to content

Releases: ynohtna92/ord-litecoin

0.20.1-litecoin

06 Oct 06:47
Compare
Choose a tag to compare

Changelog

0.20.1 - 2024-10-03

Fixed

Added

Changed

Misc

  • Rename parents_values -> parent_values (#3973 by casey)
  • Get parents using as_slice instead of converting to Vec (#3972 by casey)
  • Remove unnecessary symbols in docs/src/guides/testing.md (#3945 by tiaoxizhan)
  • Fix clippy lint (#3937 by casey)
  • Add test to remind us to fix the UtxoEntry redb type name (#3934 by casey)
  • Bump version to 0.20.0-dev (#3929 by casey)

0.20.0 - 2024-09-03

Fixed

Added

Changed

  • Remove inscription content type counts from /status page (#3922 by casey)
  • Suppress printing sat_ranges by default (#3867 by cryptoni9n)

Performance

Misc

Full Changelog: 0.19.1-litecoin...0.20.1-litecoin

0.19.1-litecoin

24 Jul 09:41
Compare
Choose a tag to compare

Changelog

0.19.1 - 2024-07-18

Changed

  • Commit twice to work around redb off-by-one bug (#3856 by casey)

Misc

  • Change test-bitcoincore-rpc to mockcore in README.md (#3842 by TheHeBoy)

0.19.0 - 2024-07-09

Added

Changed

Fixed

Misc

Full Changelog: 0.18.5-litecoin...0.19.1-litecoin

0.18.5-litecoin

24 Jul 09:40
Compare
Choose a tag to compare

Changelog

0.18.5 - 2024-05-09

Added

Fixed

0.18.4 - 2024-05-02

Added

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

Changed

Fixed

Misc

Full Changelog: 0.18.3-litecoin...0.18.5-litecoin

0.18.3-litecoin

27 Apr 05:21
Compare
Choose a tag to compare

Changelog

0.18.3 - 2023-04-19

Added

Changed

Misc

0.18.2 - 2023-04-17

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 - 2023-04-11

Fixed

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

0.18.0 - 2023-04-10

Fixed

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

Added

Changed

Misc

0.17.1 - 2023-04-01

Fixed

Misc

0.17.0 - 2023-03-31

Added

Read more

0.15.0-litecoin

21 Jan 09:35
Compare
Choose a tag to compare

Changelog

0.15.0 - 2023-01-08

Added

Changed

Performance

Misc

Full Changelog: 0.14.1-litecoin...0.15.0-litecoin

0.14.1-litecoin

21 Jan 09:35
Compare
Choose a tag to compare

Changelog

0.14.1 - 2023-01-03

Fixed

Misc

Full Changelog: 0.14.0-litecoin...0.14.1-litecoin

0.14.0-litecoin

21 Jan 09:35
Compare
Choose a tag to compare

Changelog

0.14.0 - 2023-01-02

Fixed

  • Keep inscriptions with unrecognized even fields unbound after jubilee (ordinals#2894)

Added

Changed

  • Only store transactions with inscriptions in the database (ordinals#2926)
  • Hide all inscriptions with /content/<INSCRIPTION_ID> content (ordinals#2908)
  • Hide code, metaprotocol, and unknown media inscriptions (ordinals#2872)
  • Display rune symbol to right of amount (ordinals#2871)

Misc

Full Changelog: 0.13.1-litecoin...0.14.0-litecoin

0.13.1-litecoin

21 Jan 04:37
Compare
Choose a tag to compare

Changelog

0.13.1 - 2023-12-16

Fixed

  • Use pre-segwit transaction serialization for fundrawtransaction (ordinals#2865)

Full Changelog: 0.13.0-litecoin...0.13.1-litecoin

0.13.0-litecoin

21 Jan 04:28
Compare
Choose a tag to compare

Changelog

0.13.0 - 2023-12-15

Added

Fixed

  • Fix endpoint /inscriptions/block/<height>/<page> (ordinals#2798)

Misc

Full Changelog: 0.12.3-litecoin...0.13.0-litecoin

0.12.3-litecoin

03 Dec 21:06
Compare
Choose a tag to compare

Changelog

0.12.3 - 2023-12-01

Added

Fixed

Misc

Full Changelog: 0.12.2-litecoin...0.12.3-litecoin