vocdoni-node icon indicating copy to clipboard operation
vocdoni-node copied to clipboard

A set of libraries and tools for the Vocdoni decentralized backend infrastructure, the main ground of our universally verifiable, privacy-centric and scalable digital voting protocol

Results 155 vocdoni-node issues
Sort by recently updated
recently updated
newest added

**Describe the feature** Currently our vocdoni-node implementation uses fast-sync for synchronizing the blockchain. Fast sync is about downloading the full set of raw transactions and execute them one-by-one until the...

enhancement

``` ================== WARNING: DATA RACE Write at 0x00c00832cd88 by goroutine 151: github.com/cockroachdb/pebble/internal/batchskl.(*Skiplist).alloc() /go/pkg/mod/github.com/cockroachdb/[email protected]/internal/batchskl/skl.go:322 +0x289 github.com/cockroachdb/pebble/internal/batchskl.(*Skiplist).newNode() /go/pkg/mod/github.com/cockroachdb/[email protected]/internal/batchskl/skl.go:283 +0x6c github.com/cockroachdb/pebble/internal/batchskl.(*Skiplist).Add() /go/pkg/mod/github.com/cockroachdb/[email protected]/internal/batchskl/skl.go:249 +0x81a github.com/cockroachdb/pebble.(*Batch).Set() /go/pkg/mod/github.com/cockroachdb/[email protected]/batch.go:510 +0x184 go.vocdoni.io/dvote/db/pebbledb.WriteTx.Set() /__w/vocdoni-node/vocdoni-node/db/pebbledb/pebledb.go:62 +0x87 go.vocdoni.io/dvote/db/prefixeddb.(*PrefixedWriteTx).Set() /__w/vocdoni-node/vocdoni-node/db/prefixeddb/prefixeddb.go:123 +0x1c1 github.com/vocdoni/arbo.NewTreeWithTx()...

a couple days ago i introduced a double import which was caught today by this github action running staticcheck https://github.com/vocdoni/vocdoni-node/runs/4949616468?check_suite_focus=true#step:5:16 this should have been caught in the ci of the...

bug

There is one here. ``` 2022-07-20T16:49:12Z DEBUG census/importqueue.go:59 retrieved census with rootHash ̑��]Mu#�����G�,��b���\�N@�� and size 254 bytes ``` But probably there are more. It would be nice if we find...

bug

`dvotecli genesis`/`vochain.NewGenesis()` outputs a valid genesis.json (where Tendermint JSON wants integers represented as strings) but its output is never used in integration tests to spin up a node. As a...

bug

PR #566 caused the DB to not make properly the migration and new columns were not created. Migration 1 needs to be migration 2 and the use of an ALTER_TABLE.

bug

The bot tried to update it but fails (requires som quick fixes probably due changes on the API). https://github.com/vocdoni/vocdoni-node/pull/582

occurrence: https://github.com/vocdoni/vocdoni-node/runs/7181582646?check_suite_focus=true#step:3:1181 ``` 2022-07-04T13:40:47Z INFO vochaintest/vochaintest.go:1260 account 0xFE68F836c8Ff56A5b4A792bDC211F779451a375f succesfully created: infoURI:"ipfs://" 2022-07-04T13:40:48Z FATAL vochaintest/vochaintest.go:1135 cannot set account info: submitRawTx failed: addTx setAccountInfoTxCheck: unauthorized: not enough balance to transfer main.testTokenTransactions go.vocdoni.io/dvote/cmd/vochaintest/vochaintest.go:1135...

bug

add --snapshotURL and --vochainForceResync flags and the underlying functionality The former is used for passing an URL from which to download a state snapshot compressed file. If forceResync is set...

Envelopes are not found on the SQL database: ``` curl https://gw1.dev.vocdoni.net/dvote -X POST -H Content-Type:application/json --data '{"id": "req00'$RANDOM'", "request": {"method": "getEnvelope", "nullifier": "06b668c9333d4998a52d8185febe7f76f12822edc0fc16356db6083ff645a9ee", "timestamp":'$(date +%s)'}}' {"response":{"message":"cannot get envelope: No data...

azeno