Pedro Gomes
Pedro Gomes
Hi ! Wondering if there's a way to implement a message that doesn't influence the grain timeout ? Similar to `NotInfluenceReceiveTimeout`?
# Description - Adds ~~[OpenTelemetry Metrics ](https://opentelemetry.io/)~~ / [Prometheus Metrics](https://prometheus.io/docs/guides/go-application/) to thor - The API can now serve the `/node/metrics` endpoint with metrics for the node - Metrics can be...
# Description Part of the Replay feature functionality - Ticket https://github.com/vechain/protocol-board-repo/issues/183 This flag adds the ability to log incoming requests to disk. Logs are written to the `instanceDir` and the...
# Description Connected with https://github.com/vechain/protocol-board-repo/issues/165 . It was hard to follow the expected behaviour when combining (`allowed-peers`, `bootnodes`, and stored cached peers). This was mainly due to the use of...
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes...
# Description Updates thor-upstream . Fixes # [(issue)](https://github.com/vechain/protocol-board-repo/issues/164) ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) # Checklist: - [x] My code follows the...
# Description Upgrades all golang usage to 1.22 and the linter to 1.59.0. It's possible to upgrade by doing the following these commands: ``` go install golang.org/dl/go1.22.4@latest go1.22.4 download go1.22.4...
# Description - Added `testchain` package `testchain` package is meant to be used for testing. It simplifies the common uses for the thor chain in tests. Wraps most of the...
# Description A health check service that lives inside the node as an API endpoint. I think it's a good illustrative start for a PR, there are a few tech...
# Description This PR adds a new endpoint that allows to simulate and estimate based on transactions instead of clauses. The added value is to bring api communication to the...