Skip to content
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

Added async querier fns derive #413

Merged
merged 12 commits into from
Jun 25, 2024
Merged

Added async querier fns derive #413

merged 12 commits into from
Jun 25, 2024

Conversation

Kayanski
Copy link
Contributor

@Kayanski Kayanski commented Jun 9, 2024

This PR aims at adding async query compatibility to contracts to be able to query them asynchronously.

This paves the way for transaction execution asyncronous.
However, for Execution, the Sender has to be mutex-ed to avoid sequence conflicts

Checklist

  • Changelog updated.
  • Docs updated.

Copy link

cloudflare-pages bot commented Jun 9, 2024

Deploying cw-orchestrator with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8fa6365
Status:⚡️  Build in progress...

View logs

Copy link

codecov bot commented Jun 9, 2024

Codecov Report

Attention: Patch coverage is 47.57282% with 54 lines in your changes missing coverage. Please review.

Project coverage is 55.9%. Comparing base (3be0095) to head (28703c2).
Report is 3 commits behind head on main.

Current head 28703c2 differs from pull request most recent head 8fa6365

Please upload reports for the commit 8fa6365 to get more accurate results.

Additional details and impacted files
Files Coverage Δ
...ages/cw-orch-core/src/environment/queriers/wasm.rs 100.0% <ø> (ø)
...ckages/macros/cw-orch-fns-derive/src/fns_derive.rs 100.0% <100.0%> (ø)
packages/macros/cw-orch-fns-derive/src/helpers.rs 77.7% <ø> (ø)
packages/macros/cw-orch-fns-derive/src/lib.rs 100.0% <100.0%> (ø)
...ages/cw-orch-core/src/contract/interface_traits.rs 72.0% <0.0%> (-4.5%) ⬇️
cw-orch-daemon/src/core.rs 53.8% <0.0%> (-4.8%) ⬇️
...ges/cw-orch-core/src/contract/contract_instance.rs 73.5% <0.0%> (-8.3%) ⬇️

... and 9 files with indirect coverage changes

@Kayanski Kayanski mentioned this pull request Jun 11, 2024
Copy link
Contributor

@Buckram123 Buckram123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very cool!

@Kayanski Kayanski merged commit 38cb26a into main Jun 25, 2024
15 of 16 checks passed
@Kayanski Kayanski deleted the add/async-contracts branch June 25, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants