Brendan Le Glaunec

Results 64 issues of Brendan Le Glaunec

Currently if my server experiences a hardware failure, all reports are lost.

enhancement

documentation
enhancement

* The signature system can be hacked, so in case it gets hacked, we need to rely on the community to ensure that the system is trustworthy * If someone...

enhancement

## Goal of this PR This PR improves trie performance and fixes leaf updates which were broken in the previous version. This might have been the cause for the failure...

improvement

## Goal of this PR Since this repo hasn't had proper maintenance for almost 6 months now due to the trie improvement work, I took some time to do some...

improvement
testing

## Description Implement an alternative version of the store that puts all payloads into a `map[[32]byte]*ledger.Payload`.

improvement

## Description In order to allow the live indexer to index live data before it is sealed, the DPS needs to change its indexing process to allow multiple versions of...

improvement

## Description Currently, we can trim the tries that are contained in checkpoints, but it seems like it does not save much memory to do so while coming at a...

improvement

## Description We should look into using `sync.Pool` in order to further reduce the amount of allocations we do, but that might come at the expense of performance.

improvement

## Description This could improve both memory usage and performance.

improvement