mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-28 11:46:07 +08:00
docs: update changelog and readme
This commit is contained in:
@@ -13,8 +13,8 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
|
||||
forget past estimates instead of exponential averaging, 2) use weighted
|
||||
percentiles, so that bigger transactions influence the estimates more, 3)
|
||||
assess empty space in blocks as having paid the "minimum fee", so that empty
|
||||
space is accounted for, 4) use random "fuzz" so that in busy times we will
|
||||
not have ties. (#2972)
|
||||
space is accounted for, 4) use random "fuzz" so that in busy times the fees can
|
||||
change dynamically. (#2972)
|
||||
- Implements anti-entropy protocol for querying transactions from other
|
||||
nodes' mempools. Before, nodes wouldn't sync mempool contents with one another.
|
||||
(#2884)
|
||||
|
||||
@@ -462,7 +462,10 @@ is tagged.
|
||||
|
||||
1. Once the final release candidate has rolled out successfully without issue on the
|
||||
above staging infrastructure, the release manager tags 2 additional `stacks-blockchain`
|
||||
team members to review the `develop -> master` PR.
|
||||
team members to review the `develop -> master` PR. If there is a merge conflict in this
|
||||
PR, this is the protocol: open a branch off of develop, merge master into that branch,
|
||||
and then open a PR from this side branch to develop. The merge conflicts will be
|
||||
resolved.
|
||||
|
||||
1. Once reviewed and approved, the release manager merges the PR, and tags the release
|
||||
via the [`stacks-blockchain` Github action]((https://github.com/blockstack/stacks-blockchain/actions/workflows/stacks-blockchain.yml))
|
||||
|
||||
Reference in New Issue
Block a user