-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Refactor Core/Types Package to Align With Spec #1021
Closed
Closed
Changes from 47 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
904a7cc
begin major refactor starting with attestations
rauljordan 450f986
db package full refactor
rauljordan 98712bc
simulator full refactor done
rauljordan 255d8a9
initial sync passes
rauljordan 10ef557
all rpc tests passing
rauljordan 853e891
almost done with blockchain refactor
rauljordan 72e0bb9
need to add block validity conditions, then make blockchain tests pas…
rauljordan 762b9a1
cleaned up validity conditions file in core
rauljordan 65834d4
update proto
rauljordan f061029
yay it buildssssss
rauljordan ce63cfa
fix test
rauljordan 304b715
tests pass
rauljordan 8d17827
shuffle stream fixed
rauljordan 0329de8
merge master
rauljordan 0112f42
fix lint
rauljordan bccd4b1
readd most blockchain tests
rauljordan 868bfec
added rest of the blockchain tests
rauljordan a70d822
Merge branch 'master' into single-state-refactor
rauljordan 8dba7e5
readd pubkey
rauljordan 7881e30
Merge branch 'single-state-refactor' of github.com:rauljordan/prysm i…
rauljordan 55d03aa
validity conditions tests
rauljordan feaa34b
Merge branch 'master' into single-state-refactor
rauljordan 1d283c0
added block tests
rauljordan 5e8e6ca
block test
rauljordan e1ce8bf
Merge branch 'single-state-refactor' of github.com:rauljordan/prysm i…
rauljordan 326f151
Merge branch 'master' into single-state-refactor
rauljordan 1293d55
Merge branch 'master' into single-state-refactor
rauljordan d3d790e
gazelle add
rauljordan 4356e62
Merge branch 'single-state-refactor' of github.com:rauljordan/prysm i…
rauljordan 4d99331
Merge branch 'master' into single-state-refactor
rauljordan 981a1ca
Merge branch 'master' into single-state-refactor
rauljordan d668940
define proto types according to spec
rauljordan 0b1d113
fix dependency in dbcleanup
rauljordan 275ffdb
Merge branch 'single-state-refactor' into type-fixes
rauljordan 04bf3f0
Merge branch 'master' into single-state-refactor
rauljordan 218f738
Merge branch 'single-state-refactor' into type-fixes
rauljordan 643a740
types tests passing
rauljordan 27e3e27
added more setters
rauljordan 7d3dade
added getters for justification
rauljordan 5884249
defined attestation record type instead with the ability to create pr…
rauljordan 44f87e6
fix types tests and building
rauljordan 948bd7d
add processed att proto
rauljordan b091e08
fix att types
rauljordan e99fb3f
fixes done
rauljordan 7ed8f84
fix some review comments
rauljordan c4d9185
merge confs fixed
rauljordan f096df3
gazelle
rauljordan aaed96e
fixed errors
rauljordan 27fce5d
fix att
rauljordan 6cdf372
fix test
rauljordan d5aa222
core/types passing
rauljordan 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
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
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.
you have merge conflict here