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

Wasm #45

Merged
merged 58 commits into from
Jan 30, 2024
Merged

Wasm #45

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
d6a7fe2
Add wasm support for verify_data, and wasm queries
pkakelas Jan 10, 2024
94bd4a2
Move verificationResult to types/common
pkakelas Jan 12, 2024
bf0fefe
Add cosmwasm std
pkakelas Jan 12, 2024
be43baf
Add id to enrichedContent
pkakelas Jan 12, 2024
08d766c
Use lapin instead of ethers consumer
pkakelas Jan 12, 2024
df31518
Make relayer use directly the result of the verify_messages
pkakelas Jan 12, 2024
c36f1a4
Remove needless second acking
pkakelas Jan 12, 2024
ff2377a
Rewrite relayer
pkakelas Jan 15, 2024
cca9302
Write relayer tests
pkakelas Jan 15, 2024
654ba6d
Fix printing
pkakelas Jan 16, 2024
9ac1bcc
Run fmt
pkakelas Jan 16, 2024
a05f4e3
Run clippy
pkakelas Jan 16, 2024
1dbd891
Fix logging in relayer
pkakelas Jan 16, 2024
6f4098b
Add state_id state_prover guard
pkakelas Jan 17, 2024
82d5a5c
Get wasm wallet from .env
themicp Jan 18, 2024
f83f84e
Support ContractCall instead of ContractCallWithToken
themicp Jan 18, 2024
30352a6
Run fmt
pkakelas Jan 17, 2024
f95beec
Make feeder on bootstrap to apply existing periods update
pkakelas Jan 18, 2024
21226bc
Run clippy/fmt
pkakelas Jan 18, 2024
36ae6bc
Turn case-sensitive fields of messages to lowercase before storing th…
themicp Jan 19, 2024
b0c1949
Linting
themicp Jan 19, 2024
34dadb7
Add bootstrap message for sepolia
themicp Jan 19, 2024
164120e
Update relayer tests after changing verifier constructor
themicp Jan 19, 2024
934fc6c
Support DENEB fork
themicp Jan 19, 2024
059a870
Get forks from config instead of sync-committee-rs
themicp Jan 22, 2024
8d10780
Update sepolia instantiate message to include forks
themicp Jan 22, 2024
8b8fd65
Update goerli instantiation message
themicp Jan 22, 2024
caa4039
Make relayer work with new superstruct
pkakelas Jan 23, 2024
4cc5ac6
Use goerli feature in sync_committee_rs
pkakelas Jan 23, 2024
3ed777d
Cargo.lock updawte
pkakelas Jan 23, 2024
306c59b
Run fmt, clippy
pkakelas Jan 23, 2024
0f102f8
Change types from goerli to mainnet
pkakelas Jan 23, 2024
4a06cb7
Use GeneralizedIndex64 to avoid overflows on 32bit systems
themicp Jan 23, 2024
5eecc35
Instantiate Goerli with optimistic verification
themicp Jan 23, 2024
105a11f
Update RECEIPTS_ROOT_GINDEX
themicp Jan 23, 2024
e7ba7bf
Update dependencies
themicp Jan 23, 2024
8d10416
Merge branch 'wasm' of github.com:commonprefix/axelar-light-client in…
themicp Jan 23, 2024
02d052d
Add testcase for gindex overflow
themicp Jan 23, 2024
73804b2
Get the receipts_root gindex from the prover
themicp Jan 23, 2024
312009a
Change sync_committee_rs to cp_changes
pkakelas Jan 23, 2024
377a7f8
Fix relayer tests
pkakelas Jan 23, 2024
e65110d
Run fmt
pkakelas Jan 23, 2024
7fae319
Run clippy, fmt
pkakelas Jan 23, 2024
c337d6c
Fix import with fmt
pkakelas Jan 23, 2024
dfa370a
Add optional enable of historical roots
pkakelas Jan 23, 2024
34e30a2
Use get on rabbitMQ instead of consume
pkakelas Jan 23, 2024
a5406a8
Add testcase to verify gindex overflow fix
themicp Jan 25, 2024
82ae6ff
Update comments
themicp Jan 25, 2024
7884872
Update non-historical verification testdata
themicp Jan 26, 2024
86304c0
Relayer: change println() to debug()
themicp Jan 29, 2024
3bf81d1
Implement get_block_roots_tree in BeaconAPI that uses Block Roots Arc…
themicp Jan 29, 2024
f2adeda
Use get_block_roots_for_period instead of get_block_roots_tree
themicp Jan 29, 2024
b8ffd28
Get BLOCK_ROOTS_RPC from .env, pass it to Beacon API
themicp Jan 29, 2024
5e2e7fa
Clone block_roots_rpc config before sending it to beacon api
themicp Jan 29, 2024
a4bc940
Update instantiate message for goerli
themicp Jan 29, 2024
0c0b430
Fix consensus rpc arguments for feeder
themicp Jan 29, 2024
08b7154
Fix mock consensus.get_block_roots_for_period()
themicp Jan 29, 2024
a74e9d0
Update verification testcases
themicp Jan 30, 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
133 changes: 99 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading