walletconnect-specs icon indicating copy to clipboard operation
walletconnect-specs copied to clipboard

WalletConnect Specifications

Results 54 walletconnect-specs issues
Sort by recently updated
recently updated
newest added

Recaps support has been in the notify SDKs for a while but we have not officially specced it out yet. Here's the spec, mimicking the current implementation on JS.

See: https://www.notion.so/walletconnect/Web3Modal-API-v2-Proposal-a2fc6323156d49f79d8092f5c39b8cda ### TODO - [ ] Move current (v1) spec into a separate markdown file where we can back-reference it - [ ] Finalize spec

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 adds the `irn_batchRequest` method which would allow to combine multiple requests into a single one, specifying execution mode (either concurrent or sequential). See [this slack conversation](https://walletconnect.slack.com/archives/C03SMNKLPU0/p1711981001065359) for context.

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.

TL;DR a way to retrieve a single notification, instead of needing to paginate O(n) to find it in the list. Problem: URL doesn't include this ID Solution: getByUrl method or...

Necessary support for [the docs](https://github.com/WalletConnect/walletconnect-docs/pull/1503)