CyberHoward
CyberHoward
We should bump our tooling to 2.0 as tooling should be one of the first packages that roll out with major version bumps in an ecosystem. See https://github.com/CosmWasm/sylvia/issues/374#issuecomment-2102845372.
Features required for the Abstract GraphQL Rust API. - Async query fn generation - Loosen trait bounds where applicable
Closes ORC-93
Add a gas profiler to easily collect gas-usage data over different deployments.
Update the docs to properly explain dependencies without too much fuss. Added a section on `DependencyCreation` and moved around some of the content. ### Checklist - [x] CI is green....
Updates the deps and code of the DCA app as a base for the DCA workshop
This PR adds an `ica-client` contract that handles ICA management through the proxy contract. Any ICA action is performed by providing the proxy contract with a correctly formed `ica_client::QueryMsg::IcaAction` query....
Tracking branch for Abstract version 2. > Using CW 2.0 bump as base branch. Major changes are: - Consolidation of Account into a single `AbstractAccount` contract. - Deterministic native contract...