Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix state path * add local state to gitignore * update abstract * update documentation in deploy script * update readme * use new account id query * add comment * add wasm just action * commit wasms * fix adapter wasming * bump versions * re-compile wasms * rename template message generation * update app template to 0.17 * update wasms * formatting * wasms * Fix publish-schemas * formatting * recompile all * clean up testing logic * Publish to proper schemas dir * Publish 0.17.1 * Bump to 0.17.2 * osmosis cw-staking fix * bump to 0.18 * rebuild wasms * Update wasms * bump cw-orch to 0.15 * formatting * undo cw-orch bump to template * rebuilt wasms new weird error * Apps schema updates (#20) * bump version * updated schemas * fix publish-schema script * rebuild wasms * fix docs * aftermerge fixes * update wasms * Update optimizer and add wasms to gitattributes (#56) * update optimizer version * add wasms to top-level git attributes as binaries. * update the wasms * remove template_app wasm * Add/circle ci (#62) * add circe-ci config * run tickle on push for testing * add remote docker setup * add wasm-all-ci * add scripts to volume * commit lock file * Update WASM artifacts [skip ci] * try copy content of artifacts folder * remove all artifacts and re-run * Update WASM artifacts [skip ci] * add comments on tickle job * remove use of `just` and wasm modules as well * attempt to fix modules build * Update WASM artifacts for $GHA_Event [skip ci] * use pwd dirname for cp command * fix typo * add integrations and framework mounts * Update WASM artifacts for $GHA_Event [skip ci] * add debugging * remove container before mounting to ensure its fresh * restructure container mounting * print root dir * fix * cp to root of container * Update WASM artifacts for $GHA_Event [skip ci] * re-enable framework builds * allow manual trigger of wasm builds * update name of ci job * add coverage build for modules * formatting * do changes in modules dir * update coverage trigger * update equal statement * update url for coverage trigger * use gh-action meta instead of event * add gha_meta parameter * add gha_meta to wasm build command * make build manual for now * formatting * update actions * fix typo * fix typo * use gh action * fix typo * test new project * comment out meta comparison * test now * add github parameters * make coverage run conditional * test wasm builder * comment out if-else * update branch * set branch * only run for PRs that merge to main * add pass to give green CI * remove use of action trigger * concat url * add echa * update json format * cleanup * ignore cargo lock files * remove them from git * update to try out codecov * allow execution of modules cov script * add docker setup step * remove docker steps * add go install * Use on-liner for go install * don't install go in different terminal * test * update go install * test * try other syntax * try with source * touch bash.rs file * update go install * echo bashrc * bashrc -> bash_profile * add llvm-cov install * add install of build essentials * attempt with sudo * test * install libclang-dev * do one job to test thesis * try with larger runner * trigger ci * remove all-features flag from coverage run * uncomment all install commands --------- Co-authored-by: CircleCI <[email protected]> * Add version control to abstract app in instantiation (#63) * update version_control * small test * fix integrations * changelog update * fix clippy * fix clippy * rebuilt wasms * renames * rm all wasms --------- Co-authored-by: cyberhoward <[email protected]> Co-authored-by: CyberHoward <[email protected]> * ABS-166: Create accountability module (#47) * create initial structure * create initial state * create handlers and msg * create execute handler * update names update state * update handlers * add vote handler logic * fix handler compiler errors * refactor, cleanup * update execute msg, more refactors * create wasm test update toml * create wasm test and setup for e2e * create integration tests * add more tests * add friend test cases * add vote cases * updates * integrate adairrr feedback * update charge_penalty logic * rebuilt wasms * rebuilt wasms * fix tests and cleanup * clippy * integrate PR feedback * add impl methods on Vote and Friend * update tests * fix tests, refactor, cleanup * integrate Buckram feedback * add admin strike functionality and add challenge status * update charge_penalty logic * fix failing tests * fix flaxy test, add remainder attribute * update to Timestamp use EndKind enum for user input * add Timestamp to Checkin and vote_status * update contract logic * remodel state, fix new ownership errors * update charge penalty math and state * fix tests intergrate feedback * update composite key and field names * update test after composite keys change * remove redundant * update comments * update responses * add transfer msg * clippy * clippy more * run release_build * Update modules/contracts/apps/challenge/src/handlers/execute.rs Co-authored-by: Mykhailo Donchenko <[email protected]> * Update modules/contracts/apps/challenge/src/handlers/execute.rs Co-authored-by: Mykhailo Donchenko <[email protected]> * integrate buckram feedback * generate schema * bump osmosis-test-tube * integrate buckram123 feedback * bump chrono * bump chrono again * chrono to 0.4.23 * chrono to 0.4.27 * chrono to 0.4.23 * croncat version bump --------- Co-authored-by: Mykhailo Donchenko <[email protected]> Co-authored-by: Buckram <[email protected]> * Multiple stake targets for cw-staking adapter (#70) * astroport * kujira * osmosis progress * osmosis * wyndex progress * wyndex * fix error * deps fixes * fix tests * typos * fix compile * trait fixes * tests fix * rebuild wasms fix tests * update changelog * updated versions * update justfile * fix errors * update .gitignore * juno-local setup * updated --------- Co-authored-by: cyberhoward <[email protected]> Co-authored-by: adairrr <[email protected]> Co-authored-by: CyberHoward <[email protected]> Co-authored-by: CircleCI <[email protected]> Co-authored-by: 0xmovses <[email protected]>
- Loading branch information