Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move starknet settlement to zaun (#125)
* update dependencies * update imports * updated changelog * added testcase for bytes conversion * fix clippy error * use zaun for starknet * add simple test for settlement * add sepolia issue * to be fixed: validation error * add madara update state test * use relative path * add ci for settlement client * fix workflow debug * fix workflow debug * add scarb build * ignore flaky test * fix threads issue * add scarb build for madara * check if tool version present * fix workflow debug * fix workflwo * fix directory * should fix it * fix bash command * fix bash command * make scarb installation separate step * use swm action * fix ci path * lint fixed * fix env path for tests * fix lint * remove extra path * try checking structure * check * fix env path * fix the directory * try go into * fix path * remove working directory * final fix * fix: gets triggered multiple times * fix path * fix prettier * change calldata type to (#133) * update workflow * fix lints * Update crates/settlement-clients/starknet/src/tests/test.rs Co-authored-by: Apoorv Sadana <[email protected]> * resolve comments * fix e2e test flow * fix toml lint * Update crates/settlement-clients/starknet/src/tests/test.rs Co-authored-by: Apoorv Sadana <[email protected]> * changed envs * add conversion function and test * remove redundant test * update workflow commit hash * change commit and add prettierignore * nonce implementaion and optimise code * remove coverage bin env * changed to logs * added preset file * update versioned constants path * fix current_path * should do inplace replacement * fix base path * fix final coverage workflow * update preset * change runner * install dependencies * run linter * remove path * reword * change default rust * rerun * install libclang * install more dependencies * install yq * install via snap * install snap first * add y flag * no y flag * enable snapd service * use gh action for yq * yq action * remove working-directory * check env variable * fix ci * remove override in e2e * dotenvy::from_filename * should also build * env override * ignore flaky test * restart ci * enable cargo build * override in starknet client * only starknet * retry running * test settle should work * remove fail fast * update blocktime * change commit * run all tests * resolve comments * added test for get nonce * remove log --------- Co-authored-by: Apoorv Sadana <[email protected]>
- Loading branch information