Eric Badiere

Results 53 issues of Eric Badiere

### Problem The relay should now support polling for new blocks, `newHeads`. Hardhat tests should run to prove it works with hardhat. ### Solution Implement hardhat tests. ### Alternatives _No...

enhancement

### Description "Unknown error invoking RPC" is returned to the client when in the logs we see "Error raised during getCode for address null". The "address is null" message should...

bug

### Problem We currently do not have a WebSocket Server Grafana dashboard. We need visibility into the performance of the Web Socket Server. ### Solution Surface the metrics in the...

enhancement

### Description The section titled "Pre-requirements" lists node (version 18), and then no version numbers for npm, pnpm, and docker. A newer version of npm can cause the lockFileVersion of...

bug
documentation

### Problem Tests are flaky for various reasons. Varying gas costs during the business day on testnet, lag between a transaction execution on the consensus node and that transactions availability...

enhancement
Epic

### Problem As a relay operator I would like memory leaks to be caught early in the release process. ### Solution Add some kind of memory profiling coverage to the...

enhancement

### Description acceptancetest:api_batch3 tests fail in CI causing PRs to be blocked. ### Steps to reproduce Run and re-run recent PRs in CI. The acceptancetest:api_batch3 fail on the Debug API...

bug

### Problem Varying gas fees can cause tests to fail. Especially on testnet. ### Solution The endpoint `/api/v1/network/fees` will return the gas fees. Use it to query the latest gasFees...

enhancement

### Problem Running the release tests locally when cutting a release ties up my laptop. Also the environment is not exactly the same as the VMs used by the github...

enhancement

### Description The test `@release receives ping messages` is failing on previewnet. The websocket provider is not ready: `expect(wsProvider.ready).to.eq(true);` ### Steps to reproduce 1. Run the `acceptancetest:release` test suite. 2....

bug