Skip to content

Releases: stacks-network/stacks-core

Release 3.0.0.0.0-rc5

17 Oct 23:13
3e4ae4f
Compare
Choose a tag to compare
Release 3.0.0.0.0-rc5 Pre-release
Pre-release

What's Changed

  • Fix/stackerdb sync for 3.0-rc3 by @jcnelson in #5302
  • fix: use O(n) instead of mn when checking pox bitvec by @hstove in #5291
  • CI fix: Fix occasional port bind error happening in mock mining by @jferrant in #5311
  • Do not error if block submit fails in mock mining case in Nakamoto by @jferrant in #5294
  • feat: add chain_id to signer config by @hstove in #5314
  • feat: support custom chain ids in blockstack-cli by @obycode in #5317
  • Pass the correct burnchain tip to run_sign_v0 instead of the block election snapshot by @jferrant in #5307
  • feat: add reward cycle check for 3.0 activation by @obycode in #5324
  • Add multiple_miners_with_custom_chain_id test to test chain id in a signer integration test by @jferrant in #5322
  • feat: support re-sending events to event observers across restarts by @obycode in #5289
  • feat: Add tenure-height to the /v2/info endpoint by @aldur in #5308
  • Feat: block info handling in Clarity 2 contracts post-3.0 by @kantai in #5321

Full Changelog: 3.0.0.0.0-rc4...3.0.0.0.0-rc5

Release 3.0.0.0.0-rc4

14 Oct 17:37
f427505
Compare
Choose a tag to compare
Release 3.0.0.0.0-rc4 Pre-release
Pre-release

What's Changed

  • Fix metric breakage by @jferrant in #5283
  • Chore: bump peer version epoch to 3.0 by @kantai in #5290
  • Add pox_sync_sample_secs to follower_bootup_across_multiple_cycles an… by @jferrant in #5301
  • Fix boot to epoch 3 calls to retrieve the stacker set and fix multple miners test by @jferrant in #5299
  • feat: make the timeout for event observers configurable by @obycode in #5286
  • Increase pox_sync_sample_size to 30 seconds and watch CI go green by @jferrant in #5303
  • Fix/nakamoto downloader at reward cycle boundary by @jcnelson in #5305
  • feat: make chain_id configurable by @obycode in #5300

Full Changelog: 3.0.0.0.0-rc3...3.0.0.0.0-rc4

Release 3.0.0.0.0-rc3

05 Oct 07:38
3261d0d
Compare
Choose a tag to compare
Release 3.0.0.0.0-rc3 Pre-release
Pre-release

What's Changed

  • add Nakamoto block heights to info logs for easier integration with log analysis tools by @ASuciuX in #5257
  • Remove potential flaky points in microblocks_disabled by @jferrant in #5265
  • Pass correct path to new_rpc_call_timer in get_tenure_forking_info by @jferrant in #5275
  • Fix/safer remove origin for prom metrics by @hstove in #5277
  • Do not abort the runloop unless we were not told to exit by @jferrant in #5278
  • Bind ports should not use the same port numbers by @jferrant in #5272
  • Feat: add heuristics to miner for nakamoto by @kantai in #5238

Full Changelog: 3.0.0.0.0-rc2...3.0.0.0.0-rc3

Release 3.0.0.0.0-rc2

04 Oct 03:24
721a463
Compare
Choose a tag to compare
Release 3.0.0.0.0-rc2 Pre-release
Pre-release

What's Changed

Read more

Release 2.5.0.0.7

19 Sep 04:54
bed29bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.0.0.6...2.5.0.0.7

Release 2.5.0.0.8-rc1

19 Sep 03:04
96efb61
Compare
Choose a tag to compare
Release 2.5.0.0.8-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: 2.5.0.0.7...2.5.0.0.8-rc1

Release signer-2.5.0.0.5.2

27 Aug 18:59
d441e02
Compare
Choose a tag to compare

What's Changed

  • Update changelog for signer-2.5.0.0.5.2 by @wileyj in #5117

Full Changelog: signer-2.5.0.0.5.2-rc2...signer-2.5.0.0.5.2

Release signer-2.5.0.0.5.2-rc2

22 Aug 15:41
4daf74d
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Reuse BlockResponse slot for MockSignature message type by @jferrant in #5103

Full Changelog: signer-2.5.0.0.5.2-rc1...signer-2.5.0.0.5.2-rc2

Release 2.5.0.0.6

14 Aug 17:43
7f8b750
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.0.0.5...2.5.0.0.6

Release signer-2.5.0.0.5.2-rc1

09 Aug 14:24
75df60f
Compare
Choose a tag to compare
Pre-release

What's Changed

  • fix: make signer's warning log more accurate by @obycode in #4999
  • Support existing chainstate by @obycode in #4978
  • refactor(signer): Add enum for version-specific data to BlockInfo by @jbencin in #4981
  • fix: remove bad feature gating by @obycode in #5011
  • feat: support resuming from a saved VRF key by @obycode in #4996
  • chore: add debug log with event dispatcher payload by @obycode in #5007
  • chore: more info in signer logging events by @kantai in #5005
  • test: Eliminate block between 2.5 and 3.0 by @jbencin in #5009
  • test: add bitcoin reorg test to bitcoind/stacks-node/signers integrations by @kantai in #4989
  • Test: multiple miner nakamoto_integration test by @kantai in #5019
  • Oneliner to set signer version at compile time with STACKS_NODE_VERSION by @wileyj in #5016
  • [signer] time out an empty sortition and mark a miner as misbehaving if an initial block proposal fails to arrive in time by @jferrant in #5003
  • Chore/move signer logs to info by @ASuciuX in #5014
  • fix: ensure minimum non-dust amount as change output on regtest by @janniks in #5008
  • Feat/mock signing in 2.5 by @jferrant in #5020
  • chore: improve signer logging by @obycode in #5025
  • Test: multi-miner & multi-signer scenario by @kantai in #5023
  • Bug/signer node out of sync peer info by @jferrant in #5033
  • Test: 2 miners with one attempting forks by @kantai in #5034
  • Merge release/signer-2.5.0.0.5.1 into develop by @wileyj in #5015
  • feat: Enable mock mining in Epoch 3.0 by @jbencin in #5029
  • Timeout connections to observers by @obycode in #5042
  • Update vscode extension by @obycode in #5043
  • CI: fix the empty_sortitions signers test in CI by @kantai in #5050
  • Fix deadlock by @obycode in #5036
  • Test/4976 signer set handoff by @hstove in #5037
  • CI - Remove Unit Tests From Check by @BowTiedDevOps in #5058
  • Update signer changelog for 2.5.0.0.5.2-rc1 by @wileyj in #5061

Full Changelog: signer-2.5.0.0.5.1...signer-2.5.0.0.5.2-rc1