Releases: stacks-network/stacks-core
Releases · stacks-network/stacks-core
Release 3.0.0.0.0-rc5
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
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
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
What's Changed
- Fix/4998 by @jcnelson in #5041
- Fix: Signers CI tests and refresh signer config behaviors by @kantai in #5054
- fix: handle empty type_args in define-trait definition by @hugocaillard in #5053
- docs & script for running cargo mutants locally on CI limitation by @ASuciuX in #5057
- fix: Rust 1.80 warnings by @jbencin in #5045
- CI: fix mock miner test by @kantai in #5063
- Fix/net fixes stackerdb by @jcnelson in #5066
- Fix/multi miner fixes jude by @jcnelson in #5040
- chore: add warn logs for block validate rejections by @obycode in #5079
- CI Mutants: add workfow dispatch for GUI by @ASuciuX in #5082
- feat: Neon mock miner replay by @jbencin in #5060
- chore: fix some comments by @shangchengbabaiban in #5085
- Fix block proposal rejection test by @jferrant in #5084
- Feat/mock signing revamp by @jferrant in #5070
- Create signer_bug Issue Template by @will-corcoran in #5086
- reformat signer issue template by @wileyj in #5090
- Fix: Revert
BurnchainHeaderHash
serialization change by @jbencin in #5094 - bugfix/boot_to_epoch_3 in SignerTest should wait for a new commit by @jferrant in #5087
- Fix: generate a well-formed Bitcoin transaction when spending multiple UTXOs by @jcnelson in #5098
- fix: Mock miner replay CI failure by @jbencin in #5096
- CI Mutants: Action Membership Run by @ASuciuX in #5083
- fix: Use correct config opts in
stop_bitcoind()
by @jbencin in #5099 - Add a config option and wait a minimum number of seconds between mini… by @jferrant in #5095
- Fix event dispatcher stall by @obycode in #5101
- Update pox_4_tests to run in 2.5 and 3.0 by @hstove in #5072
- Remove deadlock introduced in commit 1d83617 by @jferrant in #5111
- Feat/buffer stackerdb messages by @jcnelson in #5118
- Fix/5115 by @jcnelson in #5121
- Chore/2.5.0.0.7 changelog by @wileyj in #5120
- Chore/fix message name in httpcore.rs StacksHttpMessage by @jferrant in #5119
- feat: retry check for UTXOs on startup by @obycode in #5134
- fix: key register op must have a change output by @obycode in #5123
- test(signer): Add test with duplicate signer private key by @jbencin in #5108
- remove spurious deadlock condition by @wileyj in #5141
- test: fix
follower_bootup
integration test by @obycode in #5143 - chore: Remove unnecessary function
slice_partialeq()
by @jbencin in #5148 - fix: ignore rejections for other blocks in sign coordinator by @obycode in #5150
- Hotfix/5142 by @jcnelson in #5152
- test: fix
signer_set_rollover
test by @obycode in #5147 - WIP: Add block state and aggregate signature rejections by @jferrant in #5140
- fix: update
/v2/stacker_set/
to/v3/stacker_set/
by @obycode in #5151 - CI Mutants: Action Membership Run Updated to match Develop branch by @ASuciuX in #5100
- Adds Test - Non standard transaction, but not invalid being anchored by @ASuciuX in #5156
- fix: OpenAPI validation by @aldur in #5160
- Check if we are the sortition winner before attempting to mock sign by @jferrant in #5163
- Test partial tenure fork by @obycode in #5075
- Feat/more multi miner fixes jude by @jcnelson in #5093
- Fix/signer block state machine by @jferrant in #5173
- fix: Improve DB deadlock detection/logging by @jbencin in #5137
- merge 2.5.0.0.7 release branch to develop by @wileyj in #5176
- chore: add info to signature gathering failure logs by @obycode in #5175
- Chore/signer 2.5.0.0.5.3 develop merge by @wileyj in #5182
- Fix confusion over what configured for cycle means by adding is_registered_for_cycle by @jferrant in #5183
- Fix/5136 node and miner by @jcnelson in #5138
- Fix unhandled result in block state machine move_to calls by @jferrant in #5185
- fix: add missing prometheus timers to stacks_client by @hstove in #5188
- Test prlimit by @obycode in #5190
- Logs and defaults by @obycode in #5170
- chore: add debug logs before all
stacks_node_client
use by @obycode in #5179 - feat: use
timeout
param from burnchain config by @obycode in #5161 - fix: disregard tx count if the stacks tip has changed by @obycode in #5158
- Fix: 5159, 5169, 5171, 5172, and others by @jcnelson in #5191
- feat: add
block_time
to/new_block
event payload by @zone117x in #5113 - Check that stackerdb is set before configuring the signer by @jferrant in #5198
- fix: use permanent backoff when stacker set not found by @hstove in #5104
- fix: use lower-cardinality prometheus metrics in signer by @hstove in #5196
- Chore: Fix some flaky signer tests by @kantai in #5202
- fix: limit number of UTXOs retrieved with
listunspent
by @obycode in #5201 - chore: avoid warning from duplicate block-commit by @obycode in #5165
- Print a warning if failed to parse the stackers response by @jferrant in #5212
- Fix/5205 by @jcnelson in #5206
- Fix/5203 and 5204 by @jcnelson in #5208
- Empty sortition needed a longer block timeout since CI is slow by @jferrant in #5220
- Feat: optimize mempool iteration by skipping last invocation by @kantai in #5219
- test: try stopping bitcoind within Rust, rather than spawning the CLI by @obycode in #5207
- Chore: Fix some CI tests by @kantai in #5218
- feat: add a consolidated endpoint for current and prior sortitions by @kantai in #5213
- fix: include pox_treatment in miner_signature_hash by @hstove in #5217
- Add test for flashblocks when epoch 3 is deployed by @ASuciuX in #5154
- Miscellaneous audit fixes by @hstove in #5155
- fix: use
max_unspent_utxos
inget_all_utxos
by @obycode in #5223 - Fix/5193 stackerdb decoherence by @jcnelson in #5197
- feat/monitor-signers CLI command to poll signer stackerdb messages by @jferrant in #5125
- Fix/5044 by @jcnelson in #5221
- feat: Signer signature count endpoint by @jbencin in #5153
- test: add
BITCOIND_TEST=1
for running...
Release 2.5.0.0.7
Release 2.5.0.0.8-rc1
Release signer-2.5.0.0.5.2
What's Changed
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
What's Changed
Full Changelog: signer-2.5.0.0.5.2-rc1...signer-2.5.0.0.5.2-rc2
Release 2.5.0.0.6
Release signer-2.5.0.0.5.2-rc1
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