eosiosg / eos-challenge-contract

ISC License
3 stars 0 forks source link

Set EVM contract inline transaction failed #29

Closed Frank-AFN closed 4 years ago

Frank-AFN commented 4 years ago
Error 3050009: Inline Action exceeds maximum size limit
Error Details:
inline action too big
pending console output:  
Frank-AFN commented 4 years ago

在create contract的时候不调用inline_transaction

qianxiaofeng commented 4 years ago

create contract的时候为什么调用inline action会报错 这个inline action 是什么。

Frank-AFN commented 4 years ago

log记录 的inline action会报错.

/// for client get receipt void eos_evm::log(const std::string &status_code, const std::string &output, const std::string &from, const std::string &to, const std::string &nonce, const std::string &gas_price, const std::string &gas_left, const std::string &gas_usage, const std::string &value, const std::string &data, const std::string &v, const std::string &r, const std::string &s, const std::string &contract, const std::string &eth_emit_logs){ require_auth(_self); }