-
Notifications
You must be signed in to change notification settings - Fork 375
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
Add incentives to proof-of-stake #1292
Merged
Merged
Changes from all commits
Commits
Show all changes
109 commits
Select commit
Hold shift + click to select a range
02f39db
Most things that don't touch incentives
0f226c8
Trying to get things to compile
721b9da
More work
17a624e
More changes
6ce7f7e
Compiling
c19b8b6
Updated validators test
a6921d3
LockedGold tests passing
871d06d
Validators tests passing
e0e8cf7
Fix governance tests
223536d
Add election test file
651009d
Election tests passing
a795125
Fix governance test
9b4d431
Most e2e governance tests passing
e866ca7
end to end tests passing
3a31670
Point to celo-blockchain branch
3f35c70
Merge master
c466d78
Add some natspecs
f02b05a
Linting
70d7478
Small fix
69f6ab2
ContractKit building
15d2e8c
cli builds
d6ef3ec
Update oclif
615ec4f
Checkpoint
1bbf1e0
Merge master
3ff2fe4
CLI seems to be working
d3b83c8
cleanup
2887651
Fix
2d61f63
Fix
a427d46
Begin work on validator/group payments
47a247c
Added test for epoch payment distribution
767c651
Validator set changing again
7f82317
Epoch payments and rewards appear to be working
50d6029
Update membership history upon validator registration
999bca2
End to end tests passing
03dc663
Add epoch size precompile, among other things
055d50f
Merge master
b491453
Revert "Feature #909 proxy delegatecall (#1152)"
asaj 9cccd70
Merge branch 'revert-1152-feature/909-proxy-delegatecall' into asaj/p…
96f7a7a
Governance end-to-end tests working again
e40eaf0
Address comments
2fd2f9d
Merge master
adcad0b
Fix linting issues
53e4977
Make things build, tests pass
c2ea8e1
Merge branch 'master' into asaj/pos
ed62a4d
Merge asaj/pos
a5aa266
Fix unit tests
115a457
Fix migration
884773b
Add addFirstMember function
b2858d0
Rework balance requirements
0492b15
Fix build issues in contractkit
c0c1f27
Merge master
3c8739c
Merge asaj/pos
264a7f5
Fix
99d3fcc
Remove registry from governance test
7d9c5cc
Fix linting issues
f15e844
Add missing cli doc
993339c
Governance end-to-end test passing
44f9a43
Fix migration
3f5c804
Merge branch 'master' into asaj/pos
1ca67ac
Merge asaj/pos
2abdd08
Merge branch 'master' into asaj/pos
f59ca01
Fix CLI build
00f8061
Add electabilityThreshold enforcement
aba8552
Don't pay out epoch payments unless validator and group meet balance …
16f476c
Don't pay out epoch rewards unless the group meets balance requirements
3616cc6
Fix migrations
64016a7
Beef up documentation
6ffdd36
Merge branch 'master' into asaj/pos
b494b87
Merge branch 'master' into asaj/pos-2
67966e0
Merge asaj/pos
fb5e8b4
Fix linting issues
449e1ed
Add documentation
143a69c
Fix interface
1f18108
Expire previously upvoted proposals
506a77b
Address comments
23054fc
Merge branch 'master' into asaj/pos
0e207d0
Point to asaj/pos-2
90e8b58
Address comments
32557cf
Merge master
b8e1797
Address comments
631894a
Merge master
4a4d6e2
Address comments
1d36857
Merge branch 'master' into asaj/pos
f3515ac
Fix tests, linting
c697213
Merge branch 'master' into asaj/pos
9aa6ec3
Remove bondeddeposits test
ed8e5a0
Merge branch 'master' into asaj/pos
89364ab
Fix test
98d8feb
Merge branch 'master' into asaj/pos
d85fc78
Merge asaj/pos
4faaf75
Merge master
931ceba
Address comments; remove url and authorizedBy.active, allow for varia…
92e254e
Fix build
a288e2b
Merge master
d9c2cc0
Fix migrations, end-to-end tests
0b894ac
Fix tests
44aa9f9
Update CLI docs
262c002
Fix end-to-end transfer tests
7346fa8
Merge branch 'master' into asaj/pos-2
97372e7
Fix contractkit tests
c6b2656
merge master
ef71139
Fix contractkit tests
b8eafd7
Fix
ae1be93
Fix circle config
e3e3809
Small cleanup
fb7c235
Merge branch 'master' into asaj/pos-2
1eb0e40
Merge branch 'master' into asaj/pos-2
035e7e2
Merge master
44d6f51
Fix contractkit test
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reminder to change these back before merging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After merging?