gemcoder21

Results 73 issues of gemcoder21

We can extend endpoint like `get_name_resolve`, to return a custom error struct ```rust #[get("/name/resolve/?")] pub async fn get_name_resolve( name: &str, chain: &str, name_client: &State, ) -> Result { ... }...

help wanted
priority: medium

**Describe the bug** I just went to upgrade WalletConnect Swift SPM from `1.9.0` to `1.18.8` and start to receive an error: OSStatus: -34018, message: A required entitlement isn't present. **SDK...

bug

https://github.com/ethereum/ercs/blob/master/ERCS/erc-681.md In https://github.com/gemwalletcom/core/blob/main/crates/primitives/src/payment_decoder.rs

help wanted

https://github.com/gemwalletcom/core/blob/main/crates/primitives/src/currency.rs

### Describe the bug After upgrading to the latest version of Metabase, clickhouse and clickhouse Driver I started getting an error to sync tables. Metabase display charts but table syncing...

bug
clarification

https://aptos.dev/en/build/sdks/ts-sdk/building-transactions/batching-transactions Aptos supports ability to broadcast multiple transactions: 1 for a swap and referral fee transfer

swap

Enables full max ETH swaps on Thorchain by calculating the required gas limit.

swap

### Description Replace reliance on centralized APIs (CoinGecko, CoinMarketCap) with on-chain data sources for real-time asset prices. This improves decentralization, reliability, and data accuracy. #### Approach - Use on-chain oracles...