Skip to content

Releases: joshdoman/multisig-recovery

Release v1.0.0

21 Nov 20:11
Compare
Choose a tag to compare

Initial release. This version includes the following endpoints:

  1. The current cached block height: http://localhost:3000/height
  2. The current inscription count: http://localhost:3000/count
  3. A list of cached inscriptionIds: http://localhost:3000/inscriptionIds
  4. The cached inscriptionIds at a given xfpPairFingerprint: http://localhost:3000/inscriptionIds/:xfpPairFingerprint

Each block is indexed within a worker to prevent the main thread from being blocked.

As reorg protection, in the event that the previous blockhash does not match the most recently indexed blockhash, we reindex all blocks starting 6 blocks below the current block height.