Results 243 comments of KoalaSat

Testing it with `https://developer.mozilla.org/en-US/docs/web/api/document/cookie` actually works, so looks like it's related with using `file:///` Injecting doesn't work neither: ``` webViewRef.current?.injectJavaScript( ` (function() { document.cookie = "test1=Hello"; console.log(document.cookie) // ---> ''...

For those with extra time or hurries, I solved it by using JS injection and EncryptedStorage. Short description of the proposal https://github.com/Reckless-Satoshi/robosats/issues/258 And some key points on our implementation 1....

๐Ÿ‘๐Ÿ‘๐Ÿ‘๐Ÿš€๐Ÿš€๐Ÿš€โšกโšกโšก

Hi @Jacksper13 , Very cool approach! I read it when you created it and lastly I realized one small sugestion. Did you consider to assign to this feature its own...

@Jacksper13 thanks for the long reply! Under that circumstances I would just say that coin selection is a very necessary step for a secure PSBT

Federation branch rebased now with the F2F changes https://github.com/KoalaSat/robosats/tree/the-federation-layer-v0.5.1

> hashId is not a valid way to check if a robot is loading. Each robot has its own loading flag ( ...getSlot().robots[shortAlias].loading ) so a check for n out...

> There seems to be an issue very rare where sometimes, after locking the bond, the ErrorBoundary is triggered and a Borked app page is show. Seems to be related...

> Sometimes the Order tab is not clickable even when the Robot has an active order. > Sometimes, renewing an order (i.e., creating a new order with same params as...

> Deleting a custom payment method in the MakerForm crashes the client. I can't reproduce this one