[EPIC] Alhambra Verde - Introduce Staker and Worker Roles#1029
Merged
[EPIC] Alhambra Verde - Introduce Staker and Worker Roles#1029
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1029 +/- ##
==========================================
- Coverage 83.25% 83.11% -0.15%
==========================================
Files 68 69 +1
Lines 9103 9201 +98
==========================================
+ Hits 7579 7647 +68
- Misses 1524 1554 +30
Continue to review full report at Codecov.
|
e4267f3 to
5f0972f
Compare
vzotova
reviewed
Jun 6, 2019
| def make_escrow(max_allowed_locked_tokens): | ||
| # Creator deploys the escrow | ||
| _mining_coefficient = 2 * 10 ** 7 | ||
| _staking_coefficient = 2 * 10 ** 7 |
Member
There was a problem hiding this comment.
in contract this is still mining coefficient because related to mining reward
This was referenced Jun 6, 2019
ffdb6f6 to
e2a3ec9
Compare
b1572a7 to
9738aeb
Compare
mswilkison
reviewed
Jun 15, 2019
0dc5f37 to
ddf1d08
Compare
This was referenced Jul 6, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 6, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 6, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 6, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 6, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 6, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 10, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 10, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 11, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 11, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 15, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 15, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 15, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 15, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 15, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 15, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 15, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 15, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 15, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 15, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 16, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 16, 2019
Merged
13 tasks
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 16, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 16, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 25, 2019
KPrasch
added a commit
to KPrasch/nucypher
that referenced
this pull request
Jul 25, 2019
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Chaperones: @cygnusv, @KPrasch
This PR addresses the problems of having a sole entity for staking and working. The solution is to separate both roles, as sketched in #1003.
Issues to fix?
Pull requests:
A word cloud of the new lines added by this PR (thanks @jMyles for the idea):
