Justin
Justin
**Describe the bug** When setting the API key in the SDK, its not applied to any calls made with the api-client like: sdk.blockchain.info() or sdk.blockchain.getTransactionsByAddress This leads to 401s. **To...
## Steps to Reproduce Issue E.g. run the suins-indexer crate and log checkpoint lag for testnet. Observe 15-20s lag on average (most likely due to 429s and exponential backoff retries)...
### fuels-ts SDK Version [email protected] ### Toolchain Versions Don't have this ### Node.js Version v20.12.2 but also observed with other nodejs versions ### Browser Chrome but also observed with others...
**Problem** I am using react-native-webview to run a wasm. Works beautifully on ios but on android it fails due to compile issues of the wasm for nearly all API version...
We have quite a complex enum/struct setup with nested enums and structs and are apparently hitting the upper limit set on the number of fields. Publishing runs through successfully but...
### Describe the bug First off, thanks for the awesome library! We have been observing some weird instances of "Type instantiation is excessively deep and possibly infinite". For some files,...
Currently the sign interface requires a utf8 string. This makes it unsuitable for generic byte blobs.
Hey! I have a relatively big wasm. Without changing any params in the .h files, I get the same issue as mentioned here: https://github.com/cawfree/react-native-webassembly/issues/29 Setting ```# define d_m3MaxFunctionStackHeight 2000 //...