Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove rollup storage * remove cache * remove recover check * remote cloud storage r/w * add comments * check tx with off-chin indexer * fix clippy * simply graph setup * delete unused code * remove graph * update * 1) simplify executor setup - remove rollup setup - remove graph setup - introduce remote storage setup 2) update console.js 3) update play document * update * fix storage writing * reduce storage reading * fix * comment gas estimation in uniswap executor * update console.js * bring back gas estimation * task retry support * ensure executor running when retry * fix task destroy * claim during task init * merge various steps into one * update * introduce Call * impl UniswapV2 action * more actions * create actions * remove index * impl Tokenizable for Call * upgrade dependencies * step execution * call update * step update * fix balance settlement * step merge * assign call_index when merge * merge claim and first step * update * fix action lookup * split task logic to multiple file * fix spend amount when claim * fix recipient apply and test * fix step merge and test * add astar sub > evm transactor * upgrade to XCM v3 * update * fix deployment * fix khala endpoint * fix call build * update * fix batch call failure * fix bridge balance check * fix xtransfer weight * asset registry * update * get running task * fix error InvalidKey * add support of UniswapV3 based swap router * fix build * add command drop-task * upgrade dependencies * integrate scheduler into console cli * remove breakline char * trival * WIP: upgrade phala sdk * upgrade phala sdk * dependencies: let @phala/sdk decide the polkadot-js's libraries versions * dependencies: update @phala/sdk to latest version in beta channel for improved InkResponse error handling * handler network exception * ingore InkResponse error * keep task data in db when finished * check remote db before init task * save transaction hash of each step * update status check * update moonbeam native asset * update * add action to support native asset wrap & unwrap * adjust call builder according to handler update * replace step json with scale (#91) * replace step json with scale * remove exe_type * update handler contracts * double retry limit * update * phala sygma * feat: evm sygma bridge * 1) support call along with native asset in engine 2) fix & test sygma bridge from goerli to rhala * fix update offset * ignore transfer test * remove approval in sygma * fix clippy * add astar native wrapper action * update handler contracts * pack call * adapt new task creation * bring back recipient * bring back ABI codec for batch call * optimize storage access * fix fee configuration of sygma bridge action * action: khala to ethereum bridge * specify fixed version to =1.23.1 * fix sub claim * action: moonbeam_bridge_to_assethub * support moonbeam bridge to polkadot * import worker key * update ethereum rpc endpoint * update polkadot rpc endpoint * remove merge steps * remove steps * astar bridge to phala * polkadot bridges * phala to polkadot bridge * polkadot to astar * sub native transactor * support AccountKey20 in astar xtokens * feat: Fee calculation & solution simulation (#93) * action extra info * task simulation, including fee calculation * test solution simulation * expose more details in simulation result * update * more complicate solution simulation * rename * fix clippy * add new extra info * fix merge * collect fee when claim evm task * update * support claim with fee from pallet-index * update * set simulation spned amount according to decimals * update * serveal fixes * fix task finality check * fix evm tx option settting * add test * fix clippy and CI --------- Co-authored-by: Leechael Yim <[email protected]> Co-authored-by: Kingsley <[email protected]>
- Loading branch information