Callum McIntyre
Callum McIntyre
One option here would be to deprecate the overloads that either specify base58 or don't specify the encoding. We did that with `sendTransaction` and `simulateTransaction` for example: https://github.com/solana-labs/solana-web3.js/blob/25a15aa1f7d19bd97b372b2b6410c59f87ecc8f5/packages/rpc-core/src/rpc-methods/sendTransaction.ts#L15-L19 Then your...
Sorry yep! Fixed by https://github.com/solana-labs/solana/pull/34619
I opened the issue for this yesterday, forgot to check for an open PR first sorry! One reason it hasn't been complained about before is that the legacy web3js doesn't...
I'd lean toward keeping it sync for now, because if we have an async processor here then there'll be a waterfall I think: async call to RPC -> async call...
Can I ask why this is closed? All 3 examples linked in my issue are still broken on iOS Safari.
I'm seeing this too. @torerik123 do you happen to remember how you fixed this in samplewizard by any chance?
Gotcha, thanks! I *think* in my case I just uploaded the wrong version of the `dist/` folder and I incorrectly thought it was the same issue. But I'll definitely check...
Also seeing this on MacOS, tested multiple templates ``` $ npx create-react-native-app -t with-router test1 ✖ Something went wrong in downloading and extracting the project files. $ npx create-react-native-app -t...
@gabrielKerekes Would you mind bumping this to `^9.2.1` just to make sure nobody picks up a broken version going forward? I'm unsure which dependencies are good/bad between >9.1.6 and
Perfect, thankyou!