stellar / rs-soroban-env

Rust environment for Soroban contracts.
Apache License 2.0
61 stars 42 forks source link

Fix InstantiateWasmImports which was broken by protocol-version gating #1429

Open graydon opened 2 months ago

graydon commented 2 months ago

The support for (and p21 use of) protocol gating on host functions breaks the benchmark code that imports all functions into a p20 contract. This fixes the bug.