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

Stricter chrono dependency #1

Merged
merged 1 commit into from
Sep 15, 2022
Merged

Stricter chrono dependency #1

merged 1 commit into from
Sep 15, 2022

Commits on Sep 15, 2022

  1. Stricter chhrono dependency

    js-sys making wasm not deployable to cosmwasm
    ```
    failed to execute message; message index: 0: Error calling the VM: Error during static Wasm validation: Wasm contract requires unsupported import: "__wbindgen_placeholder__.__wbindgen_describe". Required imports: {"__wbindgen_externref_xform__.__wbindgen_externref_table_grow", "__wbindgen_externref_xform__.__wbindgen_externref_table_set_null", "__wbindgen_placeholder__.__wbindgen_describe", ... 16 more}. Available imports: ["env.abort", "env.db_read", "env.db_write", "env.db_remove", "env.addr_validate", "env.addr_canonicalize", "env.addr_humanize", "env.secp256k1_verify", "env.secp256k1_recover_pubkey", "env.ed25519_verify", "env.ed25519_batch_verify", "env.debug", "env.query_chain", "env.db_scan", "env.db_next"].: create wasm contract failed: invalid request
    ```
    Another option is: disabling default-features chronotope/chrono#771
    Buckram123 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    2ee0883 View commit details
    Browse the repository at this point in the history