-
Notifications
You must be signed in to change notification settings - Fork 696
Release 2.0.11.2.0 #2793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.0.11.2.0 #2793
Conversation
…ro-fork detection
…stack/stacks-blockchain into fix/microblocks-miner-emit
…names for burn block stats for the new_block event
… burn block stats in the case that the parent_consensus_hash was the
…lockchain into fix/graceful-restart
Only consider target_block_height when relevant
…se it will deprecated in a future version of Rust
* added micro-blocks PR to the changelog * add PR 2647 * removed a space * added some notes about the reset of the testnet
fix: switched all occurrences of max_value/min_value to MAX/MIN
Note: This branch is a straight "git checkout -b" from
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The strategy suggested by the Stack Overflow post was actually flipped (since for them, their protected branch was not master).
But no worries, this is fine with me.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
[2.0.11.2.0]
NOTE: This change resets the
testnet
. Users running a testnet node will needto reset their chain states.
Added
clarity-cli
will now also print a serialized version of the resultingoutput from
eval
andexecute
commands. This serialization is inhexademical string format and supports integration with other tools. (Feat/clarity cli serialized output #2684)
> 0.19
is now supportedon a private testnet. (Private local testnet support #2647)
lcov
-compatible coverage reporting has been added toclarity-cli
forClarity contract testing. (Add lcov compatible coverage reporting to clarity-cli #2592)
README.md
file has new documentation about the release process. (Docs: adding release process to README.md #2726)Changed
/v2/info
responses. (Fix/2725 #2746)Fixed
instead of looking back over all history. This will speed up running a
follower node. (Fix/2725 #2746)
check. This way, if stale UTXOs reached the "RBF limit" a miner will recover
by resetting the UTXO cache. (Fix: #2644 reorder UTXO staleness and RBF-limit check #2694)
was received by a peer, but were not emitted if the node mined the
microblocks itself. This made something like the private-testnet setup
incapable of emitting microblock events. Microblock events are now sent
even when self-mined. (fix: emit microblocks mined by the node itself, add microblock hashes #2653)
burn block occurred without a sortition in it. (fix: logic bug in mocknet/helium miner #2710 #2711)
(Bitcoin reorgs can impact run loop synchronization, stalling bitcoin downloads #2771).
but not covered in the documentation. ([docs] Add some string-ascii and string-utf8 types to the docs #2676)