-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sei and injective networks #61
Merged
CyberHoward
merged 103 commits into
v0.17
from
adair/abs-185-add-injective-sei-features-to-astroport-adapters
Sep 6, 2023
Merged
Add sei and injective networks #61
CyberHoward
merged 103 commits into
v0.17
from
adair/abs-185-add-injective-sei-features-to-astroport-adapters
Sep 6, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge 0.17 into main
Co-authored-by: Mykhailo Donchenko <91957742+Buckram123@users.noreply.github.com>
…les-shouldnt-check-cw2-in-version-control Fix/standalone modules
fix: typo in execute_create_module function docs
Added cw20+staking
* install_modules on account creation * update changelog * Add forced to changelog * add extra line to disconnect comment * allow account_factory to install modules * swap proxy and manager instantiation * failed attempt * update factory instantiation logic. * add a MODULE_QUEUE to manager state and init. * update internal config changes to only allow factory on init * formatting * cleanup * format * formatting * remove account factory after init. * format * remove bool compare * Remove forced field from changelog --------- Co-authored-by: cyberhoward <cyberhoward@protonmail.com> Co-authored-by: CyberHoward <88450409+CyberHoward@users.noreply.github.com>
* make proxy the admin of sub-accounts * use raw query for getting owner * remove debug string * update errors * Update CHANGELOG.md * clean up * check that apps have ownership over sub-account * Query info instead of ownership * add some comments --------- Co-authored-by: cyberhoward <cyberhoward@protonmail.com>
* docs: add intro to abstract documentation * Update framework/docs/src/0_abstract_documentation.md Co-authored-by: adair <32375605+adairrr@users.noreply.github.com> * docs: add links to main documentation page * docs: remake abstract platform overview * Update framework/docs/src/8_vision.md Co-authored-by: adair <32375605+adairrr@users.noreply.github.com> * Update framework/docs/src/8_vision.md Co-authored-by: adair <32375605+adairrr@users.noreply.github.com> * Update framework/docs/src/8_vision.md Co-authored-by: adair <32375605+adairrr@users.noreply.github.com> * docs: improve abstract sdk page * docs: fix links opening in external pages * docs: add link to the appstore on the account abstraction page * docs: work on account abstraction and architecture * docs: improve module docs * docs: improve mermaid diagrams * docs: platform details improvements * docs: add account console page * small wording fixes * formatting * pauze page deployment until docs are ready --------- Co-authored-by: adair <32375605+adairrr@users.noreply.github.com> Co-authored-by: CyberHoward <88450409+CyberHoward@users.noreply.github.com> Co-authored-by: cyberhoward <cyberhoward@protonmail.com>
* bump version * updated schemas * fix publish-schema script * rebuild wasms * fix docs * aftermerge fixes * update wasms
* Mapping update without storage keys * finish markdown * contract entry update * formatting * remove todo * update formatting * add some whitespaces * markdown formatting sandbox * small clean up in definitions * typos * Revert "markdown formatting sandbox" This reverts commit 02a6189. * format * update ans spec * remove mapping doc --------- Co-authored-by: CyberHoward <88450409+CyberHoward@users.noreply.github.com> Co-authored-by: cyberhoward <cyberhoward@protonmail.com>
* add sub_accounts to storage on manager * sub_accounts_move_ownership test * update in state in case of moved ownership * update state of sub-accounts * add new tests, update old ones * update comment * fix the verify method * changelog update * update fix log * remove reply, wrap sub-account actions for manager * clean up of unused stuff * rename variant to be more clear
* update optimizer version * add wasms to top-level git attributes as binaries. * update the wasms * remove template_app wasm
* module data query * tests of module data query * updated changelog * module_id in response * single module_data_response * fix in tests * format * fix use of auto-generated query fn --------- Co-authored-by: CyberHoward <88450409+CyberHoward@users.noreply.github.com> Co-authored-by: cyberhoward <cyberhoward@protonmail.com>
* updated to install_modules * query simulate install modules * tests * small clear up * update changelog * clear up comment * use ModuleInstallConfig * fix query * rename var * install_modules_auto --------- Co-authored-by: cyberhoward <cyberhoward@protonmail.com>
Deploying with Cloudflare Pages
|
* docs: improve version control page * docs: move propose modules diagram flow into version control * docs: add information on the abstract app template * docs: add page for abstract js * docs: add abstract testing page * docs: fix abstractjs link * docs: add cw-orchestrator page * docs: add glossary page --------- Co-authored-by: adair <32375605+adairrr@users.noreply.github.com>
… that is being called (#64) * forward any funds provided to the `exec_on_module` call * update changelog * fix clippy
* 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 <circleci@example.com>
* update version_control * small test * fix integrations * changelog update * fix clippy * fix clippy * rebuilt wasms * renames * rm all wasms --------- Co-authored-by: cyberhoward <cyberhoward@protonmail.com> Co-authored-by: CyberHoward <88450409+CyberHoward@users.noreply.github.com>
…ective-sei-features-to-astroport-adapters
CyberHoward
approved these changes
Sep 6, 2023
CyberHoward
deleted the
adair/abs-185-add-injective-sei-features-to-astroport-adapters
branch
September 6, 2023 16:05
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change adds both the Sei and injective features / networks to the abstract registry. We will merge it into 0.17.
Checklist