Skip to content

Releases: stacks-network/stacks-core

Release 3.0.0.0.1-rc1

04 Nov 20:40
c773444
Compare
Choose a tag to compare
Release 3.0.0.0.1-rc1 Pre-release
Pre-release

What's Changed

  • Turn common stale chunk error into a debug with its own message by @jferrant in #5343
  • Have get nakamoto headers return only the unique block ids and increase reward cycle length by @jferrant in #5353
  • fix: Signer networking setup docs link by @aldur in #5363
  • Fix: Conditional logging for 'Proceeding to mine blocks' message #5338 by @Parikalp-Bhardwaj in #5348
  • signing_in_0th_tenure_of_reward_cycle fix: only check signers who match signatures on the block by @jferrant in #5368
  • Fix/miner forking: increase the reward cycle length to increase liklihood of the test case hitting before reward cycle end by @jferrant in #5372
  • Fix min_gap_between_blocks test: Do not use the burn block timestamp when comparing the min gap between blocks by @jferrant in #5371
  • docs: explicitly specify burn or stacks block height parameter in clarity get info functions by @hugocaillard in #5374
  • Ensure we have a minimum expected gap in flash blocks test by @jferrant in #5378
  • Fix miner_recovers_when_broadcast_block_delay_across_tenures_occurs: Do not expect an exact number of signatures by @jferrant in #5380
  • Chore/update block proposal timeout default to 10 mins by @jferrant in #5391
  • Increment block responses sent all the time by @jferrant in #5387
  • Fix/check block state check in validate reject by @jferrant in #5396
  • locally_accepted_blocks_overriden_by_global_rejection fix: Store the rejected block in the database in testing directive case by @jferrant in #5390
  • Fix miner_recovers_when_broadcast_delay_across_tenures_occurs: Wait for the tip to update before proceeding by @jferrant in #5394
  • feat: add pause after block rejections by @obycode in #5406
  • Chore: Change block rejection message to generic block response by @jferrant in #5407
  • Clippy fix signer and stackslib cli.rs by @jferrant in #5410
  • feat: allow pretty print logging in tests by @hstove in #5354
  • Use thiserror throughout testnet/stacks-node by @jferrant in #5413
  • feat: add index for stacks block id in nakamoto_block_headers by @kantai in #5414
  • Fix clippy in stacks node by @jferrant in #5418
  • feat: remove panic in DB busy handler by @obycode in #5421

New Contributors

Full Changelog: 3.0.0.0.0...3.0.0.0.1-rc1

Release signer-3.0.0.0.0.1

28 Oct 19:18
b26f406
Compare
Choose a tag to compare

What's Changed

  • Turn common stale chunk error into a debug with its own message by @jferrant in #5343
  • Have get nakamoto headers return only the unique block ids and increase reward cycle length by @jferrant in #5353
  • fix: Signer networking setup docs link by @aldur in #5363
  • Fix: Conditional logging for 'Proceeding to mine blocks' message #5338 by @Parikalp-Bhardwaj in #5348
  • signing_in_0th_tenure_of_reward_cycle fix: only check signers who match signatures on the block by @jferrant in #5368
  • Fix/miner forking: increase the reward cycle length to increase liklihood of the test case hitting before reward cycle end by @jferrant in #5372
  • Fix min_gap_between_blocks test: Do not use the burn block timestamp when comparing the min gap between blocks by @jferrant in #5371
  • docs: explicitly specify burn or stacks block height parameter in clarity get info functions by @hugocaillard in #5374
  • Ensure we have a minimum expected gap in flash blocks test by @jferrant in #5378
  • Fix miner_recovers_when_broadcast_block_delay_across_tenures_occurs: Do not expect an exact number of signatures by @jferrant in #5380
  • Chore/update block proposal timeout default to 10 mins by @jferrant in #5391
  • Adding changelog for signer release by @wileyj in #5392

New Contributors

Full Changelog: 3.0.0.0.0...signer-3.0.0.0.0.1

Release 3.0.0.0.0

23 Oct 01:17
dd1ebe6
Compare
Choose a tag to compare

What's Changed

Read more

Release signer-3.0.0.0.0.0

23 Oct 17:49
dd1ebe6
Compare
Choose a tag to compare
Pre-release

What's Changed

  • testnet-docs: update conf by @deantchi in #4991
  • feat: better exposing of signer version by @hstove in #5320
  • Improvements to event dispatcher retry logic by @obycode in #5327
  • Include tenure_height in /new_block event payload by @zone117x in #5333
  • Fix partial tenure fork test by @jferrant in #5337
  • Add version to signer messages by @hstove in #5336
  • Chore: Configure signer set to be more permissive about a slow miner wakeup by @kantai in #5341
  • Chore: Set 3.0 mainnet activation height by @kantai in #5345
  • Fix default affirmation map settings for 3.0 by @jcnelson in #5351
  • Fix partial tenure fork test for real: Only check if we advanced pre fork miner 2 blocks forward by @jferrant in #5352
  • feat: update tx estimator when tx yields too big tx error by @kantai in #5356
  • fix: retry insert_payload on failure by @obycode in #5358
  • chore: update changelog for 3.0.0.0.0 by @obycode in #5359
  • Fix outdated repo docs by @wileyj in #4995

New Contributors

Full Changelog: 3.0.0.0.0-rc5...signer-3.0.0.0.0.0

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