EOSIO / eosio.contracts

Smart contracts that provide some of the basic functions of the EOSIO blockchain
https://eosio.github.io/eosio.contracts/latest
MIT License
325 stars 574 forks source link

Error 3070003: Serialization Error Processing WASM #583

Closed bigbadboii1025 closed 2 years ago

bigbadboii1025 commented 2 years ago

set contract: cleos set contract eosio ./eosio.system -p eosio@active I get : Error 3070003: Serialization Error Processing WASM

Publishing contract... Error 3070003: Serialization Error Processing WASM Error Details: env.set_proposed_producers_ex unresolveable pending console output:

deckb commented 2 years ago

The system contract you built and tried to deploy has a feature that has not been activated on the chain. Try calling https://developers.eos.io/welcome/v2.2/tutorials/bios-boot-sequence/#1121-activate-the-preactivate_feature-protocol and deploying again.