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

Bridge/helios lc #669

Closed
wants to merge 53 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
2d3dc6e
not broken
xavierdmello Aug 2, 2024
42f128b
not broken
xavierdmello Aug 2, 2024
c261a7d
not broken
xavierdmello Aug 2, 2024
40090eb
not broken
xavierdmello Aug 2, 2024
da08f66
comment out unused tests
xavierdmello Aug 2, 2024
224bde6
not broken, first test loading
xavierdmello Aug 2, 2024
bf19ce5
thingy ma bob
xavierdmello Aug 2, 2024
a6bbfc5
checkpoint
xavierdmello Aug 2, 2024
1878313
gagooo
xavierdmello Aug 2, 2024
d7aead3
LFG step working
xavierdmello Aug 3, 2024
c9a6691
not working for some reason? but fulfill_call gist done
xavierdmello Aug 3, 2024
d11b03d
dubski
xavierdmello Aug 5, 2024
42f2328
rotate and step tests work!
xavierdmello Aug 5, 2024
5b799fa
cleanup
xavierdmello Aug 6, 2024
94c0d95
SyncCommitteeHashes
xavierdmello Aug 6, 2024
7dc9eae
re introduce contract logic
xavierdmello Aug 6, 2024
edbf120
wip
xavierdmello Aug 6, 2024
8396f3e
fixymajig
xavierdmello Aug 6, 2024
a021f97
re add comments
xavierdmello Aug 6, 2024
322c29b
fixymajig
xavierdmello Aug 6, 2024
e72f648
switch to SyncCommitteeHashes
xavierdmello Aug 6, 2024
6eba6ad
switch to SyncCommitteeHashes
xavierdmello Aug 6, 2024
4a1b617
update another test to work with helios
xavierdmello Aug 6, 2024
4a54409
update tests
xavierdmello Aug 6, 2024
fc557ba
update tests
xavierdmello Aug 9, 2024
ad404d3
remove .idea
xavierdmello Aug 9, 2024
28b2c2c
fix indebts
xavierdmello Aug 9, 2024
dc5f8b9
wip
xavierdmello Aug 12, 2024
9d3682e
alias helios packages
xavierdmello Aug 12, 2024
610e0a2
revert state.rs diff
xavierdmello Aug 12, 2024
ccc4642
revert state.rs diff
xavierdmello Aug 12, 2024
e11f774
revert spacing diff
xavierdmello Aug 12, 2024
ce27633
revert more autoformatter changes
xavierdmello Aug 12, 2024
33a184e
revert cargo toml spaces to tabs
xavierdmello Aug 13, 2024
3d773b4
revert cargo toml spaces to tabs
xavierdmello Aug 13, 2024
841057f
separate new tests into tests_new
xavierdmello Aug 13, 2024
c3c0e33
fix formatting again
xavierdmello Aug 13, 2024
21d813f
fix formatting again
xavierdmello Aug 13, 2024
50fef99
revert tests + fix formatting
xavierdmello Aug 13, 2024
e4e5cfc
revert tests + fix formatting
xavierdmello Aug 13, 2024
72b2769
add docs
xavierdmello Aug 13, 2024
c6eed4c
deprecate function_id
xavierdmello Aug 13, 2024
f49f8d8
update lock
ToufeeqP Sep 23, 2024
28e52fc
make std & no_std build working
ToufeeqP Sep 23, 2024
ab37295
fix: bridge tests
ToufeeqP Sep 23, 2024
0de61fd
update: call sizes based on new compiler
ToufeeqP Sep 23, 2024
82195bf
refactor
ToufeeqP Sep 23, 2024
309e184
fix: feature propogation
ToufeeqP Sep 23, 2024
a514351
switched to remote deps
ToufeeqP Sep 23, 2024
006bab3
fix(temp): duplicate lang item in core
ToufeeqP Sep 24, 2024
f23164f
temp: disabled fulfill_call benchmarks
ToufeeqP Sep 25, 2024
5953848
remove: serde feature from frame-system
ToufeeqP Sep 25, 2024
15bcf45
switch to latest wasm builder & use sp_io panic handler
ToufeeqP Oct 7, 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