-
Notifications
You must be signed in to change notification settings - Fork 115
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
More staking work #1858
More staking work #1858
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1858 +/- ##
==========================================
- Coverage 56.99% 56.86% -0.14%
==========================================
Files 240 240
Lines 22495 22550 +55
==========================================
Hits 12822 12822
- Misses 8328 8382 +54
- Partials 1345 1346 +1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #1858 +/- ##
==========================================
- Coverage 54.29% 53.51% -0.78%
==========================================
Files 222 223 +1
Lines 20727 21079 +352
==========================================
+ Hits 11253 11280 +27
- Misses 8280 8596 +316
- Partials 1194 1203 +9
Continue to review full report at Codecov.
|
3c42f7c
to
03e4b28
Compare
Ugh, wiring staking everywhere is going to complicate unit tests something fierce. |
2d5ba8b
to
bc56e27
Compare
This should come before the registry.
* Add support to the genesis tool for provisioning the stake ledger. * Grant the `TestEntity` One Hundred Billion Dollars *pinky finger* if enabled.
Burns need to be sent to a common pool. It will help if there is a destination for such things.
bc56e27
to
0dd22a9
Compare
There needs to be ways to slash/release escrow, and transfer funds from the common pool to accounts.
0dd22a9
to
c99e35f
Compare
Splitting this into multiple PRs to prevent this from getting huge, see #1877 for followup work.
TestEntity
sufficient stake for testing.