Logan Nguyen
Logan Nguyen
Hello, I have tried to use multer-gridfs-storage and got the warning mentioned in the title. Could someone help? upload.js ```const util = require('util'); const multer = require('multer'); const { GridFsStorage...
### Is your feature request related to a problem? Please describe. When attempt to add NFTs using wallet_watchAsset API, Coinbase Wallet will provide this error ``` Error: could not coalesce...
### Component Heimdall (Core) ### Question I have a vuejs project and trying to integrate heimdall-rs to do decompilation work. I was wondering if it's possible to build heimdall-rs into...
### Description After the completion of the local node's startup process, for many times I execute smart contract tests against the local node, it throws the errors below: - `Error...
**Description**: - adds support for batch request feature to WS server - adds WS neccessary config variables to configurations.md - added two new predefined errors, WS_BATCH_REQUESTS_DISABLED and WS_BATCH_REQUESTS_AMOUNT_MAX_EXCEEDED, to JsonRpcError...
### Problem Currently, the WS_BATCH_REQUESTS_ENABLED configuration defaults to true, allowing the WS server to accept batch requests. However, this functionality is currently being monitored, and adjustments may be required to...
### Problem Currently, batch request feature lack of metrics and is not rate limited. ### Solution Improve metrics and add rate limit for the batch request feature in WS server...
### Description Looks like this PR https://github.com/hashgraph/hedera-json-rpc-relay/pull/2351 seems to break the support for newHeads by altering the utilization of the process.env.WS_NEW_HEADS_ENABLED env variable. ### Steps to reproduce fix the logic...
### Problem Currently, the WS server relies on environment variables `WS_CONNECTION_LIMIT` and `WS_CONNECTION_LIMIT_PER_IP` to determine the maximum amount of connections that can subscribe to the websocket. The fallback value is...
### Description Currently, `eth_call` will reject requests that have `transaction.to` set to null. However, it should accept nullable `transaction.to` in the cases of contract deployment. ### Steps to reproduce 1....