I am working on a java web app which connects with my own private ethereum network through my deployed contract, and I am getting some troubles deploying the contract and calling transactions.. 😓

May 2, 2018, 8:07 PM
yep, one of the nodes is mining
and sometimes has a rare behabiour
mines well, then it stops,...
the block time is not uniform as well...
I think the main problem i have is the block time
When I try to deploy my contract, the txpool starts to fill, and I get a lot of pending transactions
If Its finally deployed it takes a long timd
And when I call functions from java, i have some troubles with concurrency, because of the blocktime as well i think
I usually do sendAsync().get() and maybe I have to wait or observe or whatever, i dunno
every single change makes a new one address
so it is need to update your webapp
one advice, try to build your smart contract first and try it at remix or ethfiddle
May 2, 2018, 9:07 PM

© 2024 Draquery.com All rights reserved.