Skip to content

Releases: aviarytech/ordinalsplus

v1.7.0

19 Sep 18:29

Choose a tag to compare

1.7.0 (2025-09-19)

Features

  • new vc verification approach (760b72a)

v1.6.0

19 Sep 04:59

Choose a tag to compare

1.6.0 (2025-09-19)

Features

  • enhance debug logging in ScalableIndexerWorker for block processing and inscription handling (48b7b88)
  • enhance logging in ScalableIndexerWorker and improve OrdNodeProvider to include inscription number (be66f7c)
  • improve debug logging in ScalableIndexerWorker to summarize inscription processing results (33cd7fa)
  • update DidExplorer to use environment variables for content URLs and add VITE_ORD_NODE_URL to env configuration (b32a889)

v1.5.0

19 Sep 03:59

Choose a tag to compare

1.5.0 (2025-09-19)

Bug Fixes

  • enhance inscription resolution in OrdNodeProvider to handle multiple API paths and improve error handling (bd7c7c2)

Features

  • add command to index a specific block height in CLI and implement corresponding method in ScalableIndexerWorker (77aa19c)

v1.4.0

18 Sep 09:02

Choose a tag to compare

1.4.0 (2025-09-18)

Features

v1.3.0

17 Aug 04:41

Choose a tag to compare

1.3.0 (2025-08-17)

Bug Fixes

  • correct import path for environment configuration in vcApiService (349c189)
  • rename variables in Lua script for clarity and consistency in batch claiming logic (055a3b9)

Features

  • enhance worker ID generation for multi-replica support and update documentation (4b042e6)
  • implement migration for old claim formats to new structure in ResourceStorage (fcb2ed8)
  • implement multi-replica support with atomic batch claiming and enhanced monitoring (89a22eb)
  • optimize resource analysis with caching and concurrent processing for improved performance (ffff2f7)
  • update API endpoints to use environment variables for backend URLs and enhance resource storage logic with deduplication and block processing capabilities (4932c83)

v1.2.1

23 Jul 17:02

Choose a tag to compare

1.2.1 (2025-07-23)

Bug Fixes

  • change cleanupInterval type from NodeJS.Timeout to NodeJS.Timer in CacheManager (d97730a)
  • downgrade bun-types dependency to version 1.2.5 in package.json and bun.lock, and clean up package-lock.json by removing unused entries (f6216ba)

v1.2.0

23 Jul 08:18

Choose a tag to compare

1.2.0 (2025-07-23)

Features

  • update ordinalsplus package structure to use source files directly and improve build scripts (9a90762)

v1.1.0

23 Jul 08:01

Choose a tag to compare

1.1.0 (2025-07-23)

Bug Fixes

  • configure Railway deployment to use npm version of ordinalsplus (49e188d)
  • simplify Railway deployment by using npm version by default (423f5be)
  • update dependencies and improve build scripts for ordinalsplus (b15a728)

Features

  • configure ordinalsplus dependency resolution for local dev vs Railway deployment (4be7bf1)

v1.0.3

23 Jul 06:43

Choose a tag to compare

1.0.3 (2025-07-23)

Bug Fixes

  • move semantic-release config to root and update workflow to run from root (0398487)