Skip to content

Releases: hirosystems/ordinals-api

v1.0.0-brc-20.11

30 Aug 21:13
Compare
Choose a tag to compare
v1.0.0-brc-20.11 Pre-release
Pre-release

1.0.0-brc-20.11 (2023-08-30)

Bug Fixes

  • remove supply view, calculate supply as we mint (36addce)

v1.0.0-brc-20.10

30 Aug 20:05
Compare
Choose a tag to compare
v1.0.0-brc-20.10 Pre-release
Pre-release

1.0.0-brc-20.10 (2023-08-30)

Bug Fixes

  • cast numbers to postgres numeric (f8ae276)

v1.0.0

29 Aug 17:28
Compare
Choose a tag to compare

1.0.0 (2023-08-29)

⚠ BREAKING CHANGES

  • optimize transfer replay capability (#129)

Features

  • add inscription number sort option (#168) (9f4cdbc)
  • add stats endpoint for inscription counts (#70) (ac18e62)
  • detect and tag recursive inscriptions (#167) (fb36285)
  • optimize transfer replay capability (#129) (97874cc)

Bug Fixes

  • add address column to genesis and current (d71e1d4)
  • add secondary sorting by inscription number (#177) (99959df)
  • allow multiple transfers of an inscription in one block (#132) (bc545f0)
  • auto predicate registration option (e1ed7c7)
  • build beta image (13f2c13)
  • build event server using chainhook client library (#105) (ab4c795)
  • chainhook client upgrades (9a96492)
  • consider tx_index in transfers by block endpoint (#178) (ed517d6)
  • introduce materialized view to count address inscriptions (#147) (09a95d5)
  • make etag calculation sensitive to inscription location gap fills and upserts (#156) (5648c9e)
  • optimize COUNT calculations via the use of count tables (#175) (31498bd)
  • refresh views in parallel (#154) (a7674a9)
  • remove unused json functions (#165) (3eb0e24)
  • rename location pointer tables (b84d27e)
  • rollback location pointers (#174) (3c9d7f0)
  • save tx_index on locations to support transfers on same block (#145) (30a9635)
  • semantic release process (#202) (1bd3f74)
  • skip db migrations during readonly mode (d5157f0)
  • upgrade api-toolkit (#190) (a691b67)
  • upgrade chainhook client (cbbb951)
  • upgrade chainhook client to 1.3.3 (ee66f93)
  • warn correctly on missing prev locations (879bf55)

v1.0.0-beta.18

29 Aug 17:07
Compare
Choose a tag to compare
v1.0.0-beta.18 Pre-release
Pre-release

1.0.0-beta.18 (2023-08-29)

Bug Fixes

v1.0.0-beta.17

29 Aug 13:31
743f8ee
Compare
Choose a tag to compare
v1.0.0-beta.17 Pre-release
Pre-release
try some locked versions

v1.0.0-brc-20.6

26 Aug 23:08
Compare
Choose a tag to compare
v1.0.0-brc-20.6 Pre-release
Pre-release

1.0.0-brc-20.6 (2023-08-26)

Bug Fixes

  • place a cap on max insertion size (bef5f23)

v1.0.0-brc-20.5

25 Aug 16:38
Compare
Choose a tag to compare
v1.0.0-brc-20.5 Pre-release
Pre-release

1.0.0-brc-20.5 (2023-08-25)

Bug Fixes

  • change uniqueness constraint in locations table (9a9c5de)

v1.0.0-brc-20.4

25 Aug 14:45
Compare
Choose a tag to compare
v1.0.0-brc-20.4 Pre-release
Pre-release

1.0.0-brc-20.4 (2023-08-25)

Bug Fixes

  • refresh supplies view only if BRC-20 is enabled (7d6705a)
  • upgrade api-toolkit (#190) (0e673a7)

v1.0.0-brc-20.3

24 Aug 05:38
Compare
Choose a tag to compare
v1.0.0-brc-20.3 Pre-release
Pre-release

1.0.0-brc-20.3 (2023-08-24)

Bug Fixes

  • add unique indexes for mints and transfers (b428bb4)
  • sending transfer as fee returns amt to sender (e23012a)

v1.0.0-brc-20.2

24 Aug 00:07
Compare
Choose a tag to compare
v1.0.0-brc-20.2 Pre-release
Pre-release

1.0.0-brc-20.2 (2023-08-24)

Features

Bug Fixes

  • optimize inscription and brc-20 inserts (#189) (3807334)