Max Kalashnikoff | maksy.eth

Results 38 issues of Max Kalashnikoff | maksy.eth

This PR makes `amount` optional in the conversion approval endpoint to allow infinite amounts to be approved.

This PR adds API specifications for the conversion allowance.

This is a proposal for the fungible price endpoint SPEC for the Blockchain-API. The new endpoint `/v1/fungibles/price` should respond with the price of the fungible asset calculated in the requested...

This PR adds a description to the name suggestion endpoint in Blockchain-API. * Description for the query parameters was added, * Description for the returning object was added.

Add a filter by the chain for the transaction history. Requested in https://github.com/WalletConnect/web3modal/pull/1834#discussion_r1505257745

accepted

Sync CORS headers with the allowlist for the ProjectID. The full context: https://walletconnect.slack.com/archives/C03SCF66K2T/p1708033774915299

accepted

Add EIP-1271 support for signatures check.

accepted

We can track requests to unsupported chains to check the demand for them for possibly adding to the RPC. This probably should be done in analytics.

accepted

`We don't support the chainId you provided` error when the provider weights are `0` because of [WeightedIndex](https://rust-random.github.io/rand/rand/distributions/struct.WeightedIndex.html) throwing the following error `All weights are zero in distribution`. Related to the...

accepted

Currently, we don't have a fallback in-case the provider fails or rate limits us. We either need: * a fallback * a [warning notice on our docs](https://walletconnect.slack.com/archives/C03US3FRU9L/p1701803594483259) that this provider...

accepted