poanetwork / poa-dapps-voting

POA Network Governance Dapp
https://voting.poa.network
GNU General Public License v3.0
27 stars 55 forks source link

Change logic for sending transactions #125

Closed rstormsf closed 6 years ago

rstormsf commented 6 years ago

now we are using on('transactionHash') and on('receipt') event listeners. This breaks when it's working with Trust wallet.

So instead we should use plain and simple web3.eth.sendTransaction by generating data from encodeABI() and passing to web3.eth.sendTransaction

varasev commented 6 years ago

@rstormsf did you mean Android or iOS version of Trust Wallet?

varasev commented 6 years ago

Fixed in #158.