Skip to content

Releases: bitsocialnet/pubsub-voting

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 30 Jul 06:15

0.1.7 (2026-07-30)

Bug Fixes

  • keep the directory fixture's gate on its declared chain, pin the example manifest (48d9a8f), closes #24

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 30 Jul 05:29

0.1.6 (2026-07-30)

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 22 Jul 09:45

0.1.5 (2026-07-22)

Features

  • answer every joined contest's root record in one fetch (1795cd5)
  • carry the whole cold pull in the bulk answer, and spend one answer on every contest (06ed65c)

Bug Fixes

  • bound a hung cold-join provider dial at 3s, not the 10s router timeout (dc47111), closes #discoverProviders
  • fall back to per-topic when a peer ERRORs the bulk root key, not just when it NOT_FOUNDs (983cd57)

Performance Improvements

  • coalesce the cold-start gating-chain head-read storm (252 -> 66 getBlockNumber, -74%) (931371e)

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 19 Jul 08:27

0.1.4 (2026-07-19)

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 19 Jul 05:29

0.1.3 (2026-07-19)

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 09:21

0.1.2 (2026-07-17)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 17 Jul 07:57

0.1.1 (2026-07-17)

Features

  • fail fast on invalid community names and report own-vote evictions (32dca7e)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 07:10

0.1.0 (2026-07-17)

⚠ BREAKING CHANGES

  • drop RPC URLs from the criteria document

Features

  • drop RPC URLs from the criteria document (17dbc67)

v0.0.10

Choose a tag to compare

@github-actions github-actions released this 16 Jul 11:00

0.0.10 (2026-07-16)

Features

  • re-run the cold-start pull on gossipsub subscription-change (c838023), closes #15 #14 #16

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 16 Jul 10:43

0.0.9 (2026-07-16)

Features

  • persist checkpoint snapshots under dataPath so a seeder restart keeps the tally (9cccea0)

Bug Fixes

  • close the orphaned sqlite handle when #open() fails mid-initialization (e144e1a)