Pau

Results 50 issues of Pau

**Describe the feature** Use string timestamps instead of int32 **Motivation** Support timestamps > year 2038 **Proposal** Use integers stored in strings - it's just two more characters, and you entirely...

For some reason, after stressing the network stop/start the node, it ends up on a state where scrutinizer complains about a TX that already exists. Probably is not critical but...

In DEBUG mode currently ipfsSync and its packages are flooding the log output so its very hard to find other (probably more relevant) messages. I'd suggest to somehow add a...

enhancement

``` ================== WARNING: DATA RACE Write at 0x00c002837e70 by goroutine 128: github.com/libp2p/go-libp2p-connmgr.(*BasicConnMgr).UntagPeer() /home/vocdoni/go/pkg/mod/github.com/libp2p/[email protected]/connmgr.go:448 +0x20c github.com/libp2p/go-libp2p-kad-dht.makeRoutingTable.func3() /home/vocdoni/go/pkg/mod/github.com/libp2p/[email protected]/dht.go:407 +0x95 github.com/libp2p/go-libp2p-kbucket.(*RoutingTable).removePeer() /home/vocdoni/go/pkg/mod/github.com/libp2p/[email protected]/table.go:341 +0x5ac github.com/libp2p/go-libp2p-kbucket.(*RoutingTable).addPeer() /home/vocdoni/go/pkg/mod/github.com/libp2p/[email protected]/table.go:224 +0x9e4 github.com/libp2p/go-libp2p-kbucket.(*RoutingTable).TryAddPeer() /home/vocdoni/go/pkg/mod/github.com/libp2p/[email protected]/table.go:139 +0xea github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).rtPeerLoop() /home/vocdoni/go/pkg/mod/github.com/libp2p/[email protected]/dht.go:587 +0x371 github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).rtPeerLoop-fm()...

Refactor in a more advanced, smart and idiomatic way the vochaininfo package [1]. Also extend it to support more kind of statistics, on log but also for prometheus. Open to...

For a vochain network with the following details: + height:4021 + processes:550 + votes:4789145 The disk space used is 13G distributed as follows: + 3.1G blockstore.db + 160M state.db +...

The database operations previously implemented in the API census handler, are now moved to a standalone package. The reasons are: 1) cleaner code since we do not mix API and...

The cache purge is triggered many times per second. That's caused during the block replay stage. ``` 2022-10-26T16:43:59Z DEBUG vochain/cache.go:110 removed 0 votes from cache 2022-10-26T16:44:00Z DEBUG vochain/cache.go:110 removed 0...

Since we migrated to Tendermint 0.35 this message appears in most of the nodes. The current branch is dev which is in sync with bizono-0.1 ``` 2022-10-26T10:21:09Z ERROR failed to...

This happens in bizono-0.1 branch (in sync currently with dev). ``` 2022-10-25T21:12:36Z DEBUG bearerstdapi/bearerstdapi.go:117 request: null 2022-10-25T21:12:36Z DEBUG httprouter/message.go:56 response: {"error":"census id not found in local storage"} 2022-10-25T21:12:36Z DEBUG middleware/logger.go:150...