docs: update changelog and readme

This commit is contained in:
Pavitthra Pandurangan
2022-02-07 10:51:15 -05:00
parent 59a4429015
commit c252794e3d
2 changed files with 6 additions and 3 deletions

View File

@@ -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)

View File

@@ -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))