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

feat: native light client state verification #630

Open
wants to merge 42 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
859ceed
not broken
xavierdmello Aug 2, 2024
0dc8fa1
not broken
xavierdmello Aug 2, 2024
791061b
not broken
xavierdmello Aug 2, 2024
a7239ee
not broken
xavierdmello Aug 2, 2024
24de2db
comment out unused tests
xavierdmello Aug 2, 2024
b2065d3
not broken, first test loading
xavierdmello Aug 2, 2024
4ef83b9
thingy ma bob
xavierdmello Aug 2, 2024
11db5e3
checkpoint
xavierdmello Aug 2, 2024
bd6537f
gagooo
xavierdmello Aug 2, 2024
c1631a0
LFG step working
xavierdmello Aug 3, 2024
abd0210
not working for some reason? but fulfill_call gist done
xavierdmello Aug 3, 2024
fa123d6
dubski
xavierdmello Aug 5, 2024
f7f0654
rotate and step tests work!
xavierdmello Aug 5, 2024
5378e6c
cleanup
xavierdmello Aug 6, 2024
bb83209
SyncCommitteeHashes
xavierdmello Aug 6, 2024
f3df841
re introduce contract logic
xavierdmello Aug 6, 2024
bfdd2c3
wip
xavierdmello Aug 6, 2024
8cd3d7e
fixymajig
xavierdmello Aug 6, 2024
ac25491
re add comments
xavierdmello Aug 6, 2024
af10271
fixymajig
xavierdmello Aug 6, 2024
85fef3b
switch to SyncCommitteeHashes
xavierdmello Aug 6, 2024
e136c04
switch to SyncCommitteeHashes
xavierdmello Aug 6, 2024
21ec47a
update another test to work with helios
xavierdmello Aug 6, 2024
7f062c2
update tests
xavierdmello Aug 6, 2024
fac27dd
update tests
xavierdmello Aug 9, 2024
f3bb91b
remove .idea
xavierdmello Aug 9, 2024
c0a6281
fix indebts
xavierdmello Aug 9, 2024
f42cab4
wip
xavierdmello Aug 12, 2024
25d489e
alias helios packages
xavierdmello Aug 12, 2024
fc1f855
revert state.rs diff
xavierdmello Aug 12, 2024
e8f732f
revert state.rs diff
xavierdmello Aug 12, 2024
33c4755
revert spacing diff
xavierdmello Aug 12, 2024
cb364c1
revert more autoformatter changes
xavierdmello Aug 12, 2024
c0bb8fd
revert cargo toml spaces to tabs
xavierdmello Aug 13, 2024
f90b9a5
revert cargo toml spaces to tabs
xavierdmello Aug 13, 2024
49f16f5
separate new tests into tests_new
xavierdmello Aug 13, 2024
a7d9e87
fix formatting again
xavierdmello Aug 13, 2024
3e8df16
fix formatting again
xavierdmello Aug 13, 2024
e92cb07
revert tests + fix formatting
xavierdmello Aug 13, 2024
da61d2a
revert tests + fix formatting
xavierdmello Aug 13, 2024
070fc6a
add docs
xavierdmello Aug 13, 2024
82223b4
deprecate function_id
xavierdmello Aug 13, 2024
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ dist
tests/rust_scripts/target
.vscode
output
.idea
Loading