-
Notifications
You must be signed in to change notification settings - Fork 937
Migrate from ethereum-types to alloy-primitives
#6078
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
Merged
Merged
Changes from all commits
Commits
Show all changes
83 commits
Select commit
Hold shift + click to select a range
44f2470
Remove use of ethers_core::RlpStream
dospore ee1457d
Merge branch 'unstable' of https://github.com/sigp/lighthouse into re…
dospore 7b58435
Remove old code
dospore b3e4690
Simplify keccak call
dospore 6f3fda9
Remove unused package
dospore 60092e0
Merge branch 'unstable' of https://github.com/ethDreamer/lighthouse i…
dospore d790f69
Merge branch 'unstable' into remove_use_of_ethers_core
dospore 208bf1c
Run clippy
dospore da87a2c
Merge branch 'remove_use_of_ethers_core' of https://github.com/dospor…
dospore e882948
Check all cargo fmt
dospore 77f1e11
migrate to alloy primitives init
eserilev 8b118b3
fix deps
eserilev 3e6e440
integrate alloy-primitives
eserilev abdef93
resolve dep issues
eserilev 647c7b0
more changes based on dep changes
eserilev 4063495
add TODOs
eserilev ad3e50e
Merge branch 'unstable' of https://github.com/sigp/lighthouse into re…
dospore 8361d4b
Revert lock
dospore e3ce7fc
Add BeaconBlocksByRange v3
dapplion 21b22de
continue migration
eserilev 9f40d91
Revert "Add BeaconBlocksByRange v3"
dapplion e9986db
impl hash256 extended trait
eserilev 8966da2
revert some uneeded diffs
eserilev 7f4d4ef
merge conflict resolved
eserilev 228510d
fix subnet id rshift calc
eserilev fe8ef17
rename to FixedBytesExtended
eserilev a96cd6a
debugging
eserilev 614e8a7
Merge branch 'unstable' of https://github.com/sigp/lighthouse into mi…
eserilev b841785
fix failed test
eserilev 22ee8d8
fixing more tests
eserilev 9a935b4
Merge branch 'unstable' of https://github.com/sigp/lighthouse into re…
eserilev 94f64c0
introduce a shim to convert between the two u256 types
eserilev 5cdb960
move alloy to wrokspace
eserilev fd7c0bf
align alloy versions
eserilev 0e66c50
update
eserilev effd591
update web3signer test certs
eserilev 9bd06d5
refactor
eserilev c08a98e
resolve failing tests
eserilev 2dd7d03
linting
eserilev e152e16
fix graffiti string test
eserilev 45acf6a
fmt
eserilev 4d2c553
fix ef test
eserilev 177361d
resolve merge conflicts
eserilev 4e6c04f
remove udep and revert cert
eserilev 7d4e877
cargo patch
eserilev 8900829
cyclic dep
eserilev 486fb17
fix build error
eserilev 7ecc418
Merge branch 'unstable' of https://github.com/sigp/lighthouse into mi…
eserilev a308c2f
resolve conflicts, update deps
eserilev 789bc8b
merge unstable
eserilev 959ad7a
fmt
eserilev 1c4c1fa
fix deps
eserilev f0335b0
Merge branch 'unstable' of https://github.com/sigp/lighthouse into mi…
eserilev 59b1de6
resolve merge conflicts
eserilev 6dccc09
resolve conflicts, make necessary changes
eserilev 2c0d3fe
Remove patch
eserilev 074681b
fmt
eserilev 8cd7f8b
remove file
eserilev b629c5e
merge conflicts
eserilev 9828624
sneaking in a smol change
eserilev 11d8a26
bump versions
eserilev 3b6aabe
Merge remote-tracking branch 'origin/unstable' into migrate-to-alloy-…
michaelsproul 7342d97
Updates for peerDAS
michaelsproul be405d6
Update ethereum_hashing to prevent dupe
michaelsproul cd8cb3c
updated alloy-consensus, removed TODOs
eserilev 8281cda
cargo update
eserilev 4f1973e
endianess fix
eserilev aa595f8
Merge branch 'unstable' of https://github.com/sigp/lighthouse into mi…
eserilev b45cc66
fmt
eserilev c3c8061
fix merge
eserilev 4cd0268
fix test
eserilev 5162316
fixed_bytes crate
eserilev 88c75bd
minor fixes
eserilev e555728
convert u256 to i64
eserilev 4cf9de8
panic free mixin to_low_u64_le
eserilev a7876e7
from_str_radix
eserilev bbeb7de
computbe_subnet api and ensuring we use big-endian
eserilev 4d2b3e4
Merge branch 'unstable' of https://github.com/sigp/lighthouse into mi…
eserilev c36aee4
fix test
eserilev 4967294
Simplify subnet_id test
michaelsproul 4bf44c5
Simplify some more tests
michaelsproul 8c83b2c
Add tests to fixed_bytes crate
michaelsproul ee69580
Merge branch 'unstable' into migrate-to-alloy-primitives
michaelsproul 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.