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

Update boot-cw-plus #66

Merged
merged 37 commits into from
Apr 3, 2023
Merged

Update boot-cw-plus #66

merged 37 commits into from
Apr 3, 2023

Conversation

CyberHoward
Copy link
Contributor

@CyberHoward CyberHoward commented Mar 31, 2023

Rehaul the boot-cw-plus crate.

It now uses the abstract fork of cw-plus which contains the derive macro's for generating the interface functions.

A top-level CwPlus object exposes the store_on function to easily upload CW plus to any mock or daemon.
An included executable is used to fetch the .wasm files for each of the contracts from the cw-plus repo.

Small adjustments were made to the function derive marco to support ExecuteMsgs with an "execute" variant.

We now also re-export the ibc-registry types required to easily query chain information when the daemon feature is enabled.

@CyberHoward CyberHoward requested a review from adairrr March 31, 2023 12:28
boot-cw-plus/cw-artifacts/cw1_subkeys.wasm Outdated Show resolved Hide resolved
boot-cw-plus/src/cw_plus.rs Outdated Show resolved Hide resolved
boot-cw-plus/src/contracts/cw1_subkeys.rs Outdated Show resolved Hide resolved
boot-cw-plus/examples/cw-plus-mock.rs Show resolved Hide resolved
boot-cw-plus/README.md Outdated Show resolved Hide resolved
@CyberHoward CyberHoward merged commit d131d62 into main Apr 3, 2023
@CyberHoward CyberHoward deleted the update/cw-plus branch April 3, 2023 09:19
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.

2 participants