Kayanski

Results 34 issues of Kayanski

This PR aims at adding cw-orchestrator directly into beaker. We added cw-orch into the [cw-minimal-template](https://github.com/osmosis-labs/cw-minimal-template/pull/1) as well. You can find the docs for this library here : https://orchestrator.abstract.money/ This library...

This PR aims at adding automatic into traits for macros

breaking

This Simplify the cw-orch contract function derives. The functions do not take their argument types directly but an argument of the form `Into` This allows for simpler interactions ## Downside...

breaking

This PR aims at removing duplicate code and merges execute and query msgs. Depends on https://github.com/AbstractSDK/cw-orchestrator/pull/389

This Pr aims at integrating and testing union inside cw-orch Blocked because not possible to access funds on the testnet for my address

This PR aims at updating cosmwas-std to 2.0 version. I am blocked because Osmosis-std and test-tube need cosmwasm-std 1. - Use cw-multi-test branch for dev, don't rush it : `update/add-ibc-support-cosmwasm2`...

This PR aims at separating the daemon and the sender to be able to compose with senders and queriers.

This PR aims at adding Injective Test Tube to cw-orch. This is not prioritary, but this is tested

Today, DaemonAsync is thread safe but submitting transactions with a daemon between threads is not safe because of the account sequence not being updated accordingly when a transaction has been...

Syn 2.0 provides better management for proc_macro parsing, and has a better way of managing attributes on them. This would clarify the code as well as have it up to...