Telos-Foundation / Sqrl

The easiest and most powerful desktop wallet for the Telos Blockchain and other EOSIO-based networks.
MIT License
35 stars 0 forks source link

eosio.msig::approve() cannot be called #82

Open villesundell opened 5 years ago

villesundell commented 5 years ago

Calling Telos' eosio.msig::approve() is not possible, because it needs an argument called "proposal_hash".

The problem is two fold: 1) proposal_hash is optional, and approve() should be able to be called without it 2) checksum256$ is not supported, most probably because of the new ABI 1.1, like this issue: https://github.com/EOSIO/eosjs/issues/284

Screenshot from 2019-05-02 22-27-15