EOSIO / eosio-java

EOSIO SDK for Java - API for integrating with EOSIO-based blockchains
https://eosio.github.io/eosio-java/
MIT License
127 stars 44 forks source link

SDK fails with smart contracts uploaded with Cleos 2.1 #137

Open shalakhin opened 2 years ago

shalakhin commented 2 years ago

We receive an error

one.block.eosiojava.error.session.TransactionCreateSignatureRequestAbiError: Error happened on getting abi for contract

Smart contract is OK. If we upload with EOSIO 2.1 and cleos 2.1 eosjs works great but iOS SDK fails. If we upload smart contract with cleos 2.0 it works well. Please fix this