Skip to content
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

Midway merge 0.5.1 #687

Merged
merged 74 commits into from
Jun 5, 2019
Merged
Changes from 1 commit
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
c626aaa
Temporarily Disable Artemis Runtime CI Step for Spec Upgrade (#540)
schroedingerscode Apr 1, 2019
9b2bdc9
Change beacon state (#541)
cemozerr Apr 1, 2019
5e56756
Implement HistoricalBatch for use during epoch processing. (#546)
schroedingerscode Apr 2, 2019
e3c76c2
0.5.1 state transition changes (#547)
cemozerr Apr 4, 2019
ed5eb76
Rewrite helper functions (#556)
cemozerr Apr 5, 2019
2c5719f
Update helper functions documentation (#557)
Apr 5, 2019
b2b2fa2
Revert "Update helper functions documentation (#557)" (#559)
Apr 5, 2019
1f842b5
Updates function signatures, adds and updates docstrings, removes dup…
Apr 5, 2019
46ef4e4
Cleans up comments, consistent styling for function and param names (…
Apr 10, 2019
bad1baa
make get_beacon_proposer_index safe for next epoch. (#580)
Apr 11, 2019
2a481b2
Minor fixes to build errors in codebase (#577)
Apr 11, 2019
cfb3097
Slash proposers based on epoch instead of slot (#579)
Apr 11, 2019
f950e28
Align Datastructures to Spec and Add Fixed-Length Tuple Support (#554)
schroedingerscode Apr 15, 2019
a952307
Change lmdGhost & run spotlessApply (#585)
cemozerr Apr 16, 2019
4b610ac
Fix build errors (#587)
cemozerr Apr 16, 2019
21f3c84
Fixes indexing error from spec in verify_merkle_branch (#588)
Apr 16, 2019
3e9a5e9
Revert "Fixes indexing error from spec in verify_merkle_branch (#588)…
cemozerr Apr 16, 2019
4e260b1
Initialize branch as array of size 32. (#590)
Apr 16, 2019
dcd91ad
Fixes build errors from tests (#591)
Apr 16, 2019
881cc73
Fixes build errors related from tests (#593)
Apr 17, 2019
d2f190e
Upgrade SSZ to v0.5.1 (#611)
schroedingerscode May 6, 2019
a735c19
BeaconState SSZ fixes, and run spotless. (#626)
schroedingerscode May 6, 2019
fa3ebf5
SSZ Debugging (#627)
schroedingerscode May 6, 2019
eeb3d5d
Revert get_domain calculation order change after clarification. (#630)
schroedingerscode May 6, 2019
a08bb03
Revert "Revert get_domain calculation order change after clarificatio…
schroedingerscode May 6, 2019
9538cd7
Resolve genesis state transition bug. Got to set the state root... (#…
schroedingerscode May 8, 2019
c3f3ede
Resolve genesis state transition bug. Got to set the state root... (#…
schroedingerscode May 8, 2019
85e2bad
Remove expectation to pass length mixin when reading BLS primitives. …
schroedingerscode May 8, 2019
68153b2
Do not verify when producing (#643)
cemozerr May 8, 2019
f4af8ff
Remove unnecessary argument (#644)
cemozerr May 8, 2019
2c31f2a
Fix not finding parent (#646)
cemozerr May 8, 2019
00ad3bb
Fix helper function and npe (#648)
cemozerr May 8, 2019
5f85a3c
Fixes null pointer exception (#654)
May 9, 2019
e65d5fd
Fix attestation source root error (#655)
cemozerr May 9, 2019
a6cb304
Add hash_tree_root support to HistoricalBatch. (#658)
schroedingerscode May 9, 2019
5fadf23
Add hash_tree_root support to HistoricalBatch. (#659)
schroedingerscode May 9, 2019
19cfe44
Remove merkle_root in favor of hash_tree_root functions (#645)
May 13, 2019
1519f05
Refactor process slashings (#647)
May 13, 2019
fc1bbc2
Fix compile error (#669)
May 13, 2019
a553efa
Fix invalid randao error (#668)
cemozerr May 13, 2019
2b98a42
Fix Previous Epoch Error (#673)
cemozerr May 21, 2019
6c8cc9f
Fix process_attestation error (#674)
cemozerr May 22, 2019
80bd172
Add missing Merkleizable flag to remaining types. (#675)
schroedingerscode May 23, 2019
3073885
Fix deep copy error (#676)
cemozerr May 23, 2019
ae4ce1c
Add new event GenesisHeadStateEvent to await initial block creation. …
schroedingerscode May 23, 2019
0920a61
Fix equals error (#679)
cemozerr May 23, 2019
e6d70b5
Remove internal event bus from event and use external bus. (#680)
schroedingerscode May 23, 2019
67798ab
Break inheritance connection between events to fix duplicate event bu…
schroedingerscode May 24, 2019
d38fe5a
Implements validator changes from spec version 0.6.1
cemozerr May 24, 2019
9f18800
Fix justified epoch error
cemozerr May 25, 2019
7a975cc
Merge branch 'v0.5.1-integration'
cemozerr May 27, 2019
d70c81c
Midway merge fixes
cemozerr May 27, 2019
4156737
resolving issues from auto-merges
jrhea May 27, 2019
01fb555
updating to tuweni jar file and updating references
jrhea May 27, 2019
c6ebefb
fixing compile errors after ssz was imported
jrhea May 27, 2019
fee7ef6
Fix attestation npe & change test
cemozerr May 27, 2019
5279520
adding the updated initializeValidators() method
jrhea May 28, 2019
84c671a
Resolve SSZ discrepancies in BLS implementation.
schroedingerscode May 29, 2019
4899520
Update build.gradle files to resolve some IDE complaints.
schroedingerscode May 29, 2019
45c21c7
Add Plumtree fixes, add missing gradle dependency.
schroedingerscode May 31, 2019
6630214
Merge branch 'master' into midwayMerge
schroedingerscode May 31, 2019
3fca595
Fix failing roundtrip SSZ tests. We should be able to sync with our o…
schroedingerscode Jun 2, 2019
8816579
Fixes to BeaconStateTest
jrhea Jun 2, 2019
680a05b
Merge remote-tracking branch 'upstream/master' into midwayMerge
jrhea Jun 2, 2019
95d6c40
added null check to onNewUnprocessedAttestation in ChainStorageClient…
jrhea Jun 2, 2019
9efa559
Merge remote-tracking branch 'upstream/master' into midwayMerge
jrhea Jun 2, 2019
83bd82a
removed ssz dependency from data metrics to fix error. it can be add…
jrhea Jun 2, 2019
abef881
Auto-generate protobuf for grpc
cemozerr May 31, 2019
23820cd
Merge pull request #2 from cemozerr/addGrpcAutoGeneration
cemozerr Jun 3, 2019
755fca8
Add missing index update
cemozerr Jun 4, 2019
5a153fe
Add vertical run mode
cemozerr Jun 4, 2019
91c92e9
Enable client specific optimization
cemozerr Jun 4, 2019
b4a317d
Add crosslink committe caching
cemozerr Jun 4, 2019
e7f84d7
Merge branch 'master' into midwayMerge
jrhea Jun 4, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into midwayMerge
  • Loading branch information
schroedingerscode authored May 31, 2019
commit 6630214b78453ca6101c017d0e33ec841eea9260

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.