Federico Amura
Federico Amura
I needed a way to add background to images with transparent areas. By adding the possibility to add style properties to images in the carousel, this is easily achievable There...
This CAIP is an identity standard. It proposes a method to associate crypto-domains and other account names with authorization providers in order to provide a portable web3 experience.
Following comments on #290 (and [this comment](https://github.com/ChainAgnostic/CAIPs/pull/275#issuecomment-2167321691)) we expand some more on how to treat the `chain` property in authentication config. Also we remove the need for an extra request...
# Description This PR changes all the enums used around the SDK to literal types and their derived types in order to improve type and values definitions and their imports...
# Description This PR removes the `throwError` function and starts using custom error classes (based on VError) all around the SDK  It also improves some types...
# Description This PR: - updates the "connected to X of Y nodes, with a minimum of Z" as that was misleading when X>=Z - adds retry logic to each...
# Description This PR incorporates `zod` as the schema validation tool and derives types from those ## Type of change - [ ] Bug fix (non-breaking change which fixes an...