humblenginr / goocoin

Full bitcoin solution written in Go (golang)
Other
0 stars 0 forks source link

Sometimes there is no action on WebUI after signing a transaction #11

Open piotrnar opened 2 weeks ago

piotrnar commented 2 weeks ago

I cannot say how to repeat it. It happens (more often?) when a remote wallet is on a physically different machine. When it happens once, I think the gateway or/and client needs to be restarted to recover.

After signing a transaction, the gateway prints Transaction data stored in signedtx.txt and the client prints sending the data, but there is nothing on the WebUI JS console.

humblenginr commented 1 week ago

should be fixed by https://github.com/piotrnar/gocoin/pull/68/commits/b450579bfbdf78c9c8b1121534751cd109218cb3

piotrnar commented 1 week ago

It happens very rarely now, but I still did experience this issue.

Once when it happened, I followed a scenario with an invalid sequence number. Then trying again with a correct sequence, did sing the transaction but nothing happened on WebUI. Same when repeating... Restarting gateway recovered from this situation. Although I cannot reproduce it now.

humblenginr commented 1 week ago

I think this happened because of that invalid sequence number issue. I have not been able to reproduce this after fixing that issue. Can you verify this now?

piotrnar commented 1 week ago

I will let you know if I see it happening again.