David McCabe

Results 5 comments of David McCabe

`Txn.receiver()` - only used for PaymentTxn, whereas `Txn.asset_receiver()` only used for AssetTransferTxn Similarly, `Txn.amount()` vs `Txn.asset_amount()` and `Txn.close_remainder_to()` vs `Txn.asset_close_to()` . Some `Global` methods can be referenced in Signature mode...

I'm still having issues with this. It seems MetaMask is indifferent whether Optional Namespaces are sent in the Proposal Namespace. Further, when the Required Namespace "chains" array length is greater...

Am I crazy or does setting chains undefined when the array length is not 1 make no sense? Like at least fall back on defaultChain if it exists. https://github.com/ElvisKrop/wagmi-dev-references/blob/020fc97e276e8d7fbbb918e840029593fa05e7e9/packages/connectors/src/walletConnect.ts#L304

My code was calling the loadFont() method ``` import MaterialCommunityIcons from "react-native-vector-icons/MaterialCommunityIcons" MaterialCommunityIcons.loadFont() ``` This turned out to be unnecessary for my use case, so the fix was to delete...

By upgrading to Xcode 15.4, this problem is fixed. Since [Stripe IOS](https://github.com/stripe/stripe-ios) requires Xcode 15 or later, too, the README really should be updated.