Rafael Korbaš

Results 22 comments of Rafael Korbaš

maybe this is it http://testnet.iohkdev.io/goguen/faucet/

Hi @edpgcooper, I suppose you are getting blocked by our Cloudflare site protection. If so, I'd suggest trying the following: 1. incognito mode 2. different browser 3. switching to a...

fixed in https://github.com/vacuumlabs/adalite/pull/1327

Hi @debduo you should be able to see your wallet movements in the "Transaction History" section upon loading your wallet. If the history is empty, you have most likely logged...

Hi @shonsirsha, thanks for the heads up. Sure, feel free to make the PR and we'll review it 👍 When it comes to the lib size, we are currently tackling...

Hi @shonsirsha , `bitbox-api` is apparently wasm-based. What worked for me was either to load the module asynchronously: ```typescript useEffect(() => { const fn = async () => { const...

I also thought of udev rules, but I found it weird that the device worked fine with the bitbox app even before the bridge was installed and Chrome detected the...

I don't think the BitBoxApp was open when we first ran into that issue. Does the BitBoxApp install udev rules as well? I guess that could explain the issue better...

Thanks @shonsirsha, we will look into that btw, I got a question for bitbox02 devs, if you are in touch with them - will bitbox firmware support vote delegation certificates?...

@benma For the sake of inspiration/test vectors I'd recommend checking the ledger JS library integration tests which include also transactions with vote delegations and other new kinds of certificates: https://github.com/vacuumlabs/ledgerjs-cardano-shelley/blob/9c643c406ed200e44b56e8349ec2ac3c53b670de/test/integration/__fixtures__/signTx.ts#L758...