Gui

Results 101 comments of Gui
trafficstars

#590 merged and fixed this

i'm delighted! i even hacked a bit on this while working on tendermint-0.35, for example i made a flag for the (currently hardcoded) stats log interval. i didn't push this...

i bumped into this several times while working on the CI, so i'll dig into it

i'm chasing this one, since on the branch i'm working, it's happening 7 times out of 10 (all of the failures are the same error, process keys never appear) ![image](https://user-images.githubusercontent.com/2815267/192602248-0b738286-9b7e-436e-ae6e-187e6d30635e.png)

catched it! the process ends up with empty keys when `rejected tx: adminTxCheck: cannot add process keys to a process that has started or finished status (READY)` i.e. startBlock is...

this bug is ...undead https://github.com/vocdoni/vocdoni-node/actions/runs/3369241751/jobs/5588669006#step:3:10769 ``` miner6_1 | 2022-11-01T12:20:12Z DEBUG vochain/app.go:491 checkTx error: newProcess: cannot add process with start block lower than or equal to the current height ``` [logs_4466.zip](https://github.com/vocdoni/vocdoni-node/files/9909796/logs_4466.zip)...

for reference, edu renamed statedb to statedblegacy https://github.com/vocdoni/vocdoni-node/commit/c00444e8dd7c1e52dc737ca3a7f69335b91049c7 (at that time used by `vochain/state.go` and `ipfssync/ipfssync.go`) and then migrated vochain to the new Arbo-based StateDB https://github.com/vocdoni/vocdoni-node/commit/8239102c44ae09d79eb3e80b2642849bbbf0005a by a quick look...

> Seems we have similar but unrelated problem in ipfsync too https://github.com/vocdoni/vocdoni-node/blob/master/ipfssync/ipfssync.go#L40 @altergui I guess that should be treated separately right, but in ipfssync, AFAIU, there's no api involved, the...

i edited this issue since the first line was actually reported half a year ago in #299 and i'd track it's progress there instead i'd assume the "could not get...