greymass / anchor

EOSIO Desktop Wallet and Authenticator
https://greymass.com/anchor/
MIT License
570 stars 220 forks source link

Unable to sign airgrab nebulatokenn #646

Open JohnAlf opened 5 years ago

JohnAlf commented 5 years ago

Tried to claim the nebulatokenn airgrab. Using Watch wallet the airgrab was signed. On the cold wallet it loaded the unsigned transaction but when I click the "Sign this Transaction" it does nothing. Using EOS-voter 0.7.8 on both computers.

aaroncox commented 5 years ago

This looks to be related to issue #382, but sadly the fix for the hot/ledger wallets doesn't seem to work with cold wallets and offline signing. The reason it's not working is the offline wallet is expecting a "symbol" (as defined in the ABI), but the smart contract itself is trying to treat it as an "asset".

We will dig into the airgrab tool and see if we can fix this issue, so that the offline signer can accept and sign the transaction.

dafuga commented 5 years ago

Discussed this and upgrading to eosjs v2 will probably fix this, but will leave the issue opened for now.