Jenea Vranceanu
Jenea Vranceanu
It also explains why `stateUpdateHandler` and `viabilityUpdateHandler` are not called.
@matthewoleary Hey, thanks for taking time to understand what I've tried to explain! I also hope this PR will be merged but I'm afraid it won't happen any time soon...
I'll try to pick it up and see what's in here. Maybe even this evening.
Hello. Encountered a similar issue. ``` Exception has occurred: Error: Unknown type, must be binary type {"type":"Buffer","data":[237,1,2,1,102,25,122,190,219,200,61,154,245,15,116,2,5,72,163,135,160,140,173,250,2,189,136,36,171,152,128,176,197,58]} ``` The issue seems to be in the `utils.js` of the `@walletconnect/relay-auth` (or...
Found the issue - `uint8arrays` dependency fixed this issue in 3.1.1 but ethereum provider is using fixed version 3.1.0. Here is the fix: https://github.com/achingbrain/uint8arrays/commit/017a456f7849700502d48b670c0caf5363854bcf#diff-40b2729f31c31777e2935b9b86b219f6de1dbd0ceb8ea1f69965a6337c75aabaR21 Here is the release with that...
@Kristenlike1234 This improvement is not implemented/tried out yet. The PR that was merged is mostly clean up, DocC update and slight performance improvement over the previous implementation.
This is something we must have definitely. Things from the top of my head that we must showcase in an example app and/or just have it in documentation with explanations...
These topics I've mentioned are showing the capabilities of the library. But as @albertopeam mentioned we also must show how to add tokens and give examples of how would you...
@yaroslavyaroslav @ypopovych @odanylovych We recently dropped support of WebSockets as a part of major refactoring. For the last 4-5 months I've been using this branch in my fork of web3swift...
Using openssl for random number generation works. But local tests that use Ganache fail on Ubuntu with the following error (What is [the -1004 error](https://developer.apple.com/documentation/foundation/1508628-url_loading_system_error_codes/nsurlerrorcannotconnecttohost)?):