-
Notifications
You must be signed in to change notification settings - Fork 693
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 #2750
Merged
Merged
Release 2.0.11.2.0 #2750
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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
* fix: typos in Clarity docs * docs: rupdate testnet information and run lint * docs: add regtest name and address reviewer comments Co-authored-by: Patrick Gray <pgray@hiro.so> Co-authored-by: pavitthrap <paviusa23@gmail.com>
* Add Ludo's bug fixes to the change log. * removed extra space
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[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 reorg have been fixed (Bitcoin reorgs can impact run loop synchronization, stalling bitcoin downloads #2771, Only consider target_block_height when relevant #2780).
but not covered in the documentation. ([docs] Add some string-ascii and string-utf8 types to the docs #2676)