-
Notifications
You must be signed in to change notification settings - Fork 572
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WALL-25366] refactor WalletLinkRelay to remove RxJS dependencies (#988)
* remove Observable dependency from WalletLinkRelay: refactor publishEvent * remove BehaviorSubject * replace from with pure promise * replace zip * remove of, catchError, timeout * introduce connection.setSessionConfigListner, and remove distinctUntilChanged, mergeMap * resetAndReload timeout * replace connection.incomingEvent$, remove filter * simplify * linked$ * connected * connection.connectedListner * cleanup * remove subscriptions * subscribeIncomingEvent * Revert "subscribeIncomingEvent" This reverts commit cd6e73b. * make listner properties private * Revert "Revert "subscribeIncomingEvent"" This reverts commit 5b75d5e. * asdfads * (ui instanceof WalletLinkRelayUI) * tests * test * test distinctUntilChanged * fix test * typo * nit: the _ param is not needed * rpc method param format
- Loading branch information
Showing
4 changed files
with
487 additions
and
356 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.