Make protocol features optional
Closed this issue · 1 comments
conr2d commented
The latest version of eosio.cdt is designed to use with the latest mainnet, so before activating protocol features which are currently supported by mainnet, compiled wasm binaries can't be usable because of unresolvable imports error.
Make protocol features optional during compilation so as to deploy compiled binary on local testnet which doesn't activate protocol features.