-
Notifications
You must be signed in to change notification settings - Fork 23
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
imp: eth light client and relayer sepolia support #394
Merged
Merged
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
aeaabf7
start add back rust-fixtures
gjermundgaraba 1fba026
feat: electra support in eth lc
gjermundgaraba c592721
Merge branch 'gjermund/rust-fixtures' into gjermund/electra
gjermundgaraba 266bf5f
imp: electra support
gjermundgaraba e36d100
Merge remote-tracking branch 'origin/main' into gjermund/electra
gjermundgaraba 5ab4608
update lc
gjermundgaraba 9840fcb
add back rust tests
gjermundgaraba bfb5d1a
fixes
gjermundgaraba 157bb85
fix nil pointer for multichain tests
gjermundgaraba f6d3d99
mainnet config wtf
gjermundgaraba a212a5c
relayer and lc fixes
gjermundgaraba 25be894
more fixes
gjermundgaraba 79a430f
add genesis script
gjermundgaraba cabe9c1
insert anakin it's working meme here
gjermundgaraba 9ccebc0
cleanup
gjermundgaraba 5a3d2a2
remove ethgenesis script (moved to other branch)
gjermundgaraba 69fce2b
added some more logs
gjermundgaraba 2a3031d
add back ethgenesis script
gjermundgaraba 92ea58c
Merge remote-tracking branch 'origin/main' into gjermund/sepolia
gjermundgaraba e332e75
did I just make it?
gjermundgaraba 5cc573a
Merge remote-tracking branch 'origin/main' into gjermund/sepolia
gjermundgaraba 4eebcb0
working commit
gjermundgaraba d6916cb
fix justfile
gjermundgaraba c0fcc87
update checksum in ethgenesis
gjermundgaraba 6fff846
fix eth genesis script
gjermundgaraba 3863218
fix build error
gjermundgaraba bba13d1
fix the ethgenesis script again
gjermundgaraba 8e2221e
fix justfile
gjermundgaraba 406429c
wasm fixtures
gjermundgaraba 13baa30
update checksum
gjermundgaraba 081dd30
try something real quick
gjermundgaraba b2efafd
test1
gjermundgaraba a91eaee
test1.2
gjermundgaraba 081c684
test2
gjermundgaraba 697c1e2
test3
gjermundgaraba 75e8983
test4
gjermundgaraba 41f8364
test5
gjermundgaraba b52d8d8
crazy test
gjermundgaraba 6d2ebf4
fix build
gjermundgaraba 59c738e
try something
gjermundgaraba 7ac23ca
new client to test
gjermundgaraba f1a6129
event type
gjermundgaraba 3ebbe0c
remove debug file
gjermundgaraba 41c4f36
lint
gjermundgaraba ca74884
Merge remote-tracking branch 'origin/main' into gjermund/sepolia
gjermundgaraba 558b3ef
add heights from tm events
gjermundgaraba fa290de
code review fixes
gjermundgaraba 7bf8b9d
use trait in TxBuilder
gjermundgaraba 639d73c
code review fixes
gjermundgaraba abfaae5
clean up wait for finality
gjermundgaraba 682f3c6
fix minimum block number
gjermundgaraba aac305c
code review fixes
gjermundgaraba b4a8353
rebuild light client
gjermundgaraba 89d7af3
docs: fix error string
srdtrk 1143687
fix: clippy complaint
srdtrk dceab5d
style
srdtrk 2976eaa
style
srdtrk 7fccf8d
code review fixes + fixtures
gjermundgaraba 61efb1c
style: imp
srdtrk 12c7ba3
fix fetch events
gjermundgaraba d938e07
code review fixes
gjermundgaraba 18340b5
more code review fixes
gjermundgaraba a735559
imp: more additions
srdtrk 44d7ad2
lint
gjermundgaraba fd4aabc
Merge remote-tracking branch 'origin/gjermund/sepolia' into gjermund/…
srdtrk 9e4b8f9
imp
srdtrk b5813f1
Merge remote-tracking branch 'origin/gjermund/sepolia' into gjermund/…
srdtrk ff030c2
add wasm fixture for multi period update client
gjermundgaraba 4552820
imp: remove unneeded clone
srdtrk 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 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
Binary file not shown.
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.
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.
We should have some CI for this. Let's create an issue to split
e2e.yml
and link it here