OutlierVentures / BuyCoPoc

BuyCo.io Proof of Concept on an Ethereum blockchain
Apache License 2.0
0 stars 1 forks source link

Backing proposal from client: transaction not processed #88

Open AronVanAmmers opened 8 years ago

AronVanAmmers commented 8 years ago

Somewhat similar to #16. In this case seems more like the transaction is actually invaild for some reason. Account has enough funds though.

I0305 19:19:45.600616    4326 miner.go:119] Starting mining operation (CPU=1 TOT=3)
I0305 19:19:45.603166    4326 worker.go:569] commit new work on block 16 with 1 txs & 0 uncles. Took 2.29191ms
I0305 19:19:47.979400    4326 worker.go:348] �  Mined block (#16 / ea0e9af2). Wait 5 blocks for confirmation
I0305 19:19:47.979697    4326 worker.go:569] commit new work on block 17 with 0 txs & 0 uncles. Took 255.022µs
I0305 19:19:47.979718    4326 worker.go:447] � �  Mined 5 blocks back: block #11
I0305 19:19:47.980386    4326 worker.go:569] commit new work on block 17 with 0 txs & 0 uncles. Took 163.175µs
I0305 19:19:48.024507    4326 worker.go:348] �  Mined block (#17 / db014aeb). Wait 5 blocks for confirmation
I0305 19:19:48.025053    4326 worker.go:569] commit new work on block 18 with 0 txs & 0 uncles. Took 287.366µs
I0305 19:19:48.025112    4326 worker.go:447] � �  Mined 5 blocks back: block #12
I0305 19:19:48.025278    4326 worker.go:569] commit new work on block 18 with 0 txs & 0 uncles. Took 133.1µs
== No transactions left. Stopping miner...
== No transactions left. Stopping miner...
I0305 19:23:08.961075    4326 xeth.go:792] Tx(3f7015aea7c0ce5dd713943437e3cd219ea9d1d5d2a9748eef559e74d2e40ea7) to: &46983edb24a13522e879a085bb10ee5fc857da22
I0305 19:25:52.585883    4326 xeth.go:792] Tx(119971b2289054924d9c804106f838b97663c9b8a647e0d11abd4ba1a0d0d4e7) to: &46983edb24a13522e879a085bb10ee5fc857da22
AronVanAmmers commented 8 years ago

After triggering mining by sending another transaction from accounts-management.html the transactions were processed.

Cause seems to be in the Embark script that starts the miner only when transactions are available.

AronVanAmmers commented 8 years ago

Doesn't occur anymore after geth restart and complete reload in the browser.

AronVanAmmers commented 8 years ago

Seems related to #86. When that occurs, and intermittently a transaction does come through, it hangs in geth.

AronVanAmmers commented 8 years ago

Now occurs on and off again (more on than off).

Tried:

To no avail.

AronVanAmmers commented 8 years ago

Downgraded geth to 1.3.3. Haven't seen the issue since.