You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ripple-lib is no longer maintained. it's being moved to monorepo and published as xrpl.
Currently we are using patch to pass websocket agent (TOR proxy) to RippleApi websocket constructor.
Now, everything works fine in suite structure but when implemented to trezor-connect (published to npm) this patch isn't there and it shouldnt be there.
Create pull request in xrpl repo and allow passing agent option to Websocket constructor (few lines)
Wait for them to publish new version
Release new blockchain-link
This is kind of blocker for official release of trezor-connect npm package, otherwise ripple backend connections will no longer work for 3rd parties. I've panicked at first :) it's not a blocker, got fix to that
The text was updated successfully, but these errors were encountered:
ripple-lib
is no longer maintained. it's being moved to monorepo and published asxrpl
.Currently we are using patch to pass websocket agent (TOR proxy) to RippleApi websocket constructor.
Now, everything works fine in suite structure but when implemented to trezor-connect (published to npm) this patch isn't there and it shouldnt be there.
We need to:
ripple-lib
withxrpl
breaking changes expectedagent
option toWebsocket
constructor (few lines)This is kind of blocker for official release of trezor-connect npm package, otherwise ripple backend connections will no longer work for 3rd parties.I've panicked at first :) it's not a blocker, got fix to thatThe text was updated successfully, but these errors were encountered: