Gabriel Garrido Calvo

Results 28 issues of Gabriel Garrido Calvo

In order to collect the tx gas and reward validators, it is required to link every validator public key to an ethereum wallet

feature

Lightchain seems to have achieved stability I would say it is time to follow good practices such as having a CHANGELOG file to write down project updates.

enhancement

In order to optimize node synchronization and prevent an overload of the network, we should calculate the best values for: ``` max_num_inbound_peers max_num_inbound_peers grpc_max_open_connections send_rate recv_rate max_packet_msg_payload_size ```

enhancement

Current gas price was set to 500gwei to prevent network spamming but it derived in an excessive cost for the Lightstreams smart vault. The goal of this task is to...

question
feedback

Lightchain logger is inheriting from Tendermint logger functionalities (`tmtLog "github.com/tendermint/tendermint/libs/log`). This inheritance was not implemented correctly as the usage of Tendermint logger is spread around the entire Lighchain project (25...

enhancement

Due to the usage of the go-ethereum web3 api code we still can see method such as `web3.utils.toWei('1', 'ether');` and which need to be updated to use `pht` instead of...

feature

Update low-level specification written on the wiki section to include diagrams about how Lightchain reach consensus, pair across each running services and synchronize nodes

docs

## PR description - Serve healthz endpoint on non-tls mode exclusively ## Fixed Issue(s) ## Changelog - [ ] I thought about the changelog and included a [changelog update if...

### Summary / User Story Support multi-region setups for AKV KMS ### Pre-requisites Any requirements to be prepared before ## Business Value When AWS KMS used as Ethereum store in...

T: Feature
C: accounts

The goal of this ticket is to investigate the benefits of using `Custom key Store` onto the usage of the generic `Customer managed keys`. According from a first research the...

T: Tech Debt