Releases: joshdoman/multisig-recovery
Releases · joshdoman/multisig-recovery
Release v1.0.0
Initial release. This version includes the following endpoints:
- The current cached block height: http://localhost:3000/height
- The current inscription count: http://localhost:3000/count
- A list of cached
inscriptionIds
: http://localhost:3000/inscriptionIds - The cached
inscriptionIds
at a givenxfpPairFingerprint
: 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.