You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An attempt to build the chain spec fails with this error:
WARN wasm-runtime: Cannot create a runtime error=Other("runtime requires function imports which are not present on the host: 'env:ext_host_calls_bls12_381_final_exponentiation_version_1', 'env:ext_host_calls_bls12_381_multi_miller_loop_version_1', 'env:ext_host_calls_bls12_381_mul_projective_g1_version_1', 'env:ext_host_calls_bls12_381_mul_projective_g2_version_1'")
thread 'tokio-runtime-worker' panicked at /Users/grigorizaitsev/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chainql-core-0.4.6/src/wasm.rs:80:29:
metadata is implemented for substrate chains: RuntimeConstruction(Other("runtime requires function imports which are not present on the host: 'env:ext_host_calls_bls12_381_final_exponentiation_version_1', 'env:ext_host_calls_bls12_381_multi_miller_loop_version_1', 'env:ext_host_calls_bls12_381_mul_projective_g1_version_1', 'env:ext_host_calls_bls12_381_mul_projective_g2_version_1'"))
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
./up.sh: line 4: 13779 Abort trap: 6 RUST_LOG=info baedeker --spec=docker -J$BDK_DIR/vendor/ --generator=docker_compose=$BDK_DIR/.bdk-env --generator=docker_compose_discover=$BDK_DIR/.bdk-env/discover.env --secret=file=$BDK_DIR/.bdk-env/secret --tla-str=relay_spec=rococo-local --input-modules='lib:baedeker-library/ops/nginx.libsonnet' --input-modules='lib:baedeker-library/ops/devtools.libsonnet' --tla-str=repoDir=$(realpath $BDK_DIR/..) $@ $BDK_DIR/rewrites.jsonnet
An attempt to build the chain spec fails with this error:
This repository can be used to reproduce the error:
https://github.com/opentensor/baedeker-for-subtensor
The text was updated successfully, but these errors were encountered: