Skip to content

Latest commit

 

History

History
221 lines (100 loc) · 11 KB

CHANGELOG.md

File metadata and controls

221 lines (100 loc) · 11 KB

0.12.5 (2025-01-17)

Bug Fixes

  • create optimized query to get current cycle signer weight percentages (#70) (8bcb54b)

0.12.4 (2025-01-17)

Bug Fixes

  • integrate custom metrics to private endpoint and add signer weight percentage metric (#69) (d113b7c)

0.12.3 (2025-01-15)

Bug Fixes

  • prometheus: adds prefix to each metric and fixes default prom port (7825bb5)

0.12.2 (2024-12-17)

Bug Fixes

0.12.1 (2024-11-25)

Bug Fixes

  • remove accidental cartesian product of blocks_pushes * blocks in pending proposal date query (#62) (1bcc4c1)

0.12.0 (2024-11-22)

Features

0.11.0 (2024-11-22)

Features

0.10.1 (2024-11-15)

Bug Fixes

0.10.0 (2024-11-15)

Features

  • socket-io blockProposal notifications (#58) (79334e2)

0.9.0 (2024-11-12)

Features

  • implement /v1/block_proposals endpoint (#56) (49fc6e8)

0.8.2 (2024-11-08)

Bug Fixes

  • downgrade breaking change typebox (#54) (c11afe6)

0.8.1 (2024-11-08)

Bug Fixes

  • re-org issue with cycle-signer-set data (#53) (4f592e7)

0.8.0 (2024-11-08)

Features

  • add slot_index property to signers (#46) (79e399a)

0.7.0 (2024-11-08)

Features

  • implement /v1/blocks/{hash_or_height} endpoint (#42) (3ec299e)

0.6.0 (2024-11-05)

Features

  • add signer last_seen and version fields (bcc0b16)

0.5.0 (2024-11-05)

Features

  • support from/to time range query in cycle signers endpoint (#37) (a96736b)

0.4.6 (2024-11-02)

Bug Fixes

  • correct ordering for cycle signers endpoint (#31) (9fd2fc4)

0.4.5 (2024-11-01)

Bug Fixes

  • max start block height for signer predicate messages (#29) (6d16ff2)

0.4.4 (2024-10-31)

Bug Fixes

  • skip postgres ingestion for pre-nakamoto blocks (dda2167)

0.4.3 (2024-10-31)

Bug Fixes

  • memleak in sleep abort event listener (e68e90e)

0.4.2 (2024-10-30)

Bug Fixes

  • signer message predicate startBlock from db chaintip (8ee51dd)

0.4.1 (2024-10-30)

Bug Fixes

  • disable predicate healthcheck likely causing predicate restarts (6c9b802)

0.4.0 (2024-10-30)

Features

  • skip reward-set check query during initial mainnet block ingestion (#18) (8212d52)

0.3.0 (2024-10-28)

Features

  • detect and fetch missing pox cycle signer sets (#16) (501cfaa)

0.2.2 (2024-10-28)

Bug Fixes

  • rename url prefix from signer-monitor to signer-metrics (#17) (529e1c6)

0.2.1 (2024-10-28)

Bug Fixes

  • do not store duplicate BlockProposals or BlockResponses (447cf14)
  • do not store duplicate MockProposals, MockSignatures, or MockBlocks (eda79d0)

0.2.0 (2024-10-25)

Features

  • include is_nakamoto_block flag in blocks table (bde4666)
  • pg schema for mock payload tables (2511f77)
  • sql writes for mock payloads (fb06793)

0.1.0 (2024-10-25)

Features

  • add cycle signer id endpoint (#2) (a5d5455)
  • blocks endpoint (29d1666)
  • fetch pox constants from stacks-core /v2/pox and store in pg for cycle calculations (032e33d)

Bug Fixes

0.1.0-beta.1 (2024-10-25)

Features

  • add cycle signer id endpoint (#2) (a5d5455)
  • blocks endpoint (29d1666)
  • fetch pox constants from stacks-core /v2/pox and store in pg for cycle calculations (032e33d)

Bug Fixes