Logan Nguyen

Results 39 issues of Logan Nguyen

### Problem The version bump script for the SNAPSHOT PR currently only includes the title: `bump versions for vx.y.z-SNAPSHOT`. Additionally, the PR lacks a description, milestone, and labels. ### Solution...

enhancement

## Problem Currently, there's a temporary whitelist system in place that allows the Relay to recognize a list of special, whitelisted projects (EVM addresses) and bypass any HBAR rate limits....

enhancement
Epic

### Problem Most logs in the new `HbarLimiterService` class and database layer classes either have an optional `requestID` or do not include it at all. The `requestID` is crucial for...

enhancement

### Problem At times, certain features are supported by the consensus node but not yet by the mirror node. To address this, the Relay implemented the force-to-consensus-by-selector logic, which whitelists...

enhancement

### Problem Currently, there are many child instances of the logger instantiated with abitrary names. They all can be grouped in a constant. ### Solution For example: ```typescript // constants.ts...

enhancement

### Problem Certain features are fully supported in Services but not yet in the Mirror Node due to the ongoing rework of the Web3 module. As a workaround, these features...

enhancement

### Problem I've noticed that some queries (e.g., `TransactionRecordQuery`) charge the operator account a fee. For example, on localnet, after executing the following query: ```typescript const transactionRecord = await new...

enhancement

### Description After upgrading to `[email protected]` (from `2.49.2`), I encountered an issue when creating a token using `TokenCreateTransaction` without explicitly setting `.setAutoRenewPeriod()`. The transaction fails with a `StatusError: INVALID_RENEWAL_PERIOD`. According...

bug

### Description On latest [email protected], with [email protected] and [email protected], contract deployment fails with an `INSUFFICIENT_PAYER_BALANCE` error even when the deploying account holds 10 HBAR. ***Note: The same deployment with same...

Bug