Tomasvrba

Results 12 comments of Tomasvrba

> `eth_pendingTransactions`'s description is a bit unclear - it seems to return all pending txs of everyone, unfiltered? That sounds very inefficient. Yeah that's the case unfortunately afaik, you would...

> @Tomasvrba could you look into this and make a PR? sure, should be easy 👍

@gamalielhere do you have any guess at all for when webpack 5 might be ready? Spent a few hours trying to get the wasm module to work with webpack 4,...

> I've managed to build the app and log the wallet connection session. The problem is happening because the accounts array is empty in the session object: > > `{...

@vad99lord if you've managed to build the app you can change https://github.com/digitalbitbox/bitbox-wallet-app/blob/7f336345f03734d3e2e8081bc57a216a81e3ec7d/frontends/web/src/routes/account/walletconnect/dashboard.tsx#L112 to `receiveAddress={session.namespaces['eip155'].accounts[0] ? getAddressFromEIPString(session.namespaces['eip155'].accounts[0]) : ''}` everything will work fine until we release a fix, just the name...

> @Tomasvrba what's the status? Wen PR? 😄 Sorry it took a while to get around to this :) https://github.com/digitalbitbox/bitbox-wallet-app/pull/2712

Fixed both issues but highlight.xyz is still having issues signing in via their privy.io authentication provider, would recommend using the BitBox with Rabby instead for this, see: https://github.com/BitBoxSwiss/bitbox-wallet-app/pull/2712#issuecomment-2122239806

I contacted privy.io about the 422 Unprocessable content issues since I haven't been able to figure out what the reason is

@vad99lord just to inform you, the issue with Privy auth has gone away and as far as I can tell everything now works as it should

@Stadicus We will also need to set the `AvailableHSMVersion` Redis key on build. I'll leave that to you?