Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support batch mutiple steps into a single tx (#82)
* 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 * update * rename * update CI script * 2rd try: update CI script * 3rd try: update CI script * update according to review * fix clippy * fmt * change clippy rules
- Loading branch information