Gui

Results 49 issues of Gui

for example: https://github.com/vocdoni/vocdoni-node/actions/runs/3137078090/jobs/5094795954 ``` --- FAIL: TestEntityList (12.05s) scrutinizer_test.go:68: list is empty scrutinizer_test.go:68: list is empty scrutinizer_test.go:68: list is empty testing.go:1090: TempDir RemoveAll cleanup: unlinkat /tmp/TestEntityList3644702761: directory not empty FAIL...

bug
ci

i've never seen this one before :confused: https://github.com/vocdoni/vocdoni-node/actions/runs/3137838673/jobs/5096481244#step:3:10909 ``` 2022-09-27T18:05:07Z INFO client/api.go:908 Downloading Circuit Artifacts 2022-09-27T18:05:07Z INFO artifacts/artifacts.go:91 files or don't exist locally or exist with a not expected hash....

bug
ci

https://github.com/vocdoni/vocdoni-node/actions/runs/3141870310/jobs/5104802878 ``` ok go.vocdoni.io/dvote/statedblegacy/iavlstate 0.470s 2022/09/28 08:23:14 failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size for details. --- FAIL: TestCensus...

bug
ci

cherry-picking here all commits needed for StateSync

* [ ] refactor genesis package to avoid resetting the chain if the hash changes * [x] on snapshot.Restore, partially reconstruct censusdb by downloading censuses from open processes * [...

bug

right now the content of the indexer db is deterministic, but the backup is not since it's in binary format. to make it deterministic we should instead do something equivalent...

* cmd/node: default snapshotInterval=1000 * vochain: if State is already init'ed, skip StateSync * snapshot: import/export CensusDB

i just came across this log line on api-dev ``` 2024-03-19T19:20:52.84Z DBG ist/ist.go:170 > commit results action=commit-results height=114273 id=6bd76df33ec875736a115dd1d77cc0140673c94d9997012758825cdf8f89951c 2024-03-19T19:20:52.851Z INF ist/ist.go:187 > missing encryption keys, rescheduling IST action action=commit-results...

bug