Manav Darji
Manav Darji
This PR adds new timer and meter metrics for the heimdall client for gathering relevant data. For now, it keeps track of duration of each request to heimdall and the...
#### System information Erigon version: `erigon version 2022.99.99-dev-05243bb4` OS & Version: Ubuntu, 20.04 LTS Erigon Commit hash: 05243bb4954e29d9de9524c056128f9f9d24073e Erigon lib Commit hash: 404276494a0cae474145df2632ce75f1d5d8d032 ### Abstract I am using the [polygon...
I tried installing it in mac os. On running the command `audius`, it panics and throws a json decoding error. On further investigating the error, it looks like the request...
# Description This PR does 2 things: - Removes tracing in `writeBlockAndSetHead` function: tracing isn't used anymore and this simplifies the code a lot - Fixes a bug when the...
# Description This PR attempts to fix https://github.com/maticnetwork/bor/issues/1146. TL;DR: Move the precedence of closing consensus engine above eth handler to prevent deadlock during block processing (when heimdall isn't responsive). Note;...
### Description This PR does 2 things. 1. Improves the ancient pruner tests which includes fetching data from Ancient DB post pruning instead of using a high level function which...
Updates bor and geth dependencies to respective latest versions in go.mod
# Description This PR implements EIP 3074, as defined and specified [here](https://eips.ethereum.org/EIPS/eip-3074). It adds 2 new opcodes AUTH and AUTHCALL to the EVM. The base implementation is borrowed from upstream...
# Description This PR adds a new generic endpoint to heimdall called `/sync_info` which responds with the current sync status of the node. The aim behind this change is to...