-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix markdownlint issues across the whole project
- Loading branch information
Showing
15 changed files
with
285 additions
and
164 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
go/staking: Add stateful stake accumulator. | ||
|
||
Previously there was no central place to account for all the parts that need to claim some part of | ||
an entity's stake which required approximations all around. | ||
Previously there was no central place to account for all the parts that need | ||
to claim some part of an entity's stake which required approximations all | ||
around. | ||
|
||
This is now changed and a stateful stake accumulator is added to each escrow account. The stake | ||
accumulator is used to track stake claims from different apps (currently only the registry). | ||
This is now changed and a stateful stake accumulator is added to each escrow | ||
account. The stake accumulator is used to track stake claims from different | ||
apps (currently only the registry). | ||
|
||
This change also means that node registration will now always require the correct amount of stake. | ||
This change also means that node registration will now always require the | ||
correct amount of stake. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
staking: More reward for more signatures. | ||
|
||
We're adjusting fee distribution and the block proposing staking reward to incentivize proposers | ||
to create blocks with more signatures. | ||
We're adjusting fee distribution and the block proposing staking reward to | ||
incentivize proposers to create blocks with more signatures. |
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
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
Oops, something went wrong.