Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: build relayer msgs using beacon and execution APIs (#1)
* query beacon endpoint * add deps * update cargo lockfile * rm default params * finality doesn't work with lighthouse * use helios eth crate * test beacon endpoint * use default el type * fix test * update cargo lockfile * refactor test * use reth * destroy enclave before starting * fix typo * fix enclave rm * test using union beacon client * union beacon-api dep * use nightly toolchain for union dep * update cargo lockfile * protobuf serde test * unionlabs light client types and protobufs * env network for quick debugging * update cargo lockfile * assert beacon header * suppress finality protobuf test * update cargo lockfile * fix env * fast test * new deps * fix assert * dummy ibc header generation * update deps * update cargo lockfile * fix beacon types * improve logging * failed kurtosis run * setup tmate * use github access token * increase workflow timeout * nit * add relayer logic * test relayer logic * cargo lint * fix relayer test * increase proof window * cargo fmt * nightly rustfmt config * rm block_time * generalize minimal preset * rename fields * refactor test scenarios * expect over unwrap * generalize proof query * cargo clippy * use eureka merkle path * use eureka branch * update cargo lockfile * take first key from merkle paths * avoid using unwrap * add todo
- Loading branch information