Rafael Korbaš
Rafael Korbaš
Currently, users that upload an invalid tx body are running into generic errors like: ``` TypeError - txBody.get is not a function ``` The most likely reason being that they...
If there's a mistyped word in the mnemonic which isn't a valid BIP39 word, it would be better UX to explicitly notify the user which word is wrong so they...
Currently there seem to be problems with pairing ledger with Chrome, but once they are fixed we can add the option to connect via bluetooth. We should try this after...
Currently the tests contain very many mock jsons (e.g. https://github.com/vacuumlabs/adalite/blob/develop/app/tests/src/common/singleAddressesMock.js) which is hard to maintain. It would be nice to refactor the code and tests to be able to mock...
To get more specific information from users when they contact us for the first time, we should extend the contact form with questions like: - How are you accessing your...
It happens on the `testnet` branch when you run `yarn test-chrome-headless` and for example the following error: ``` 7) AdaLite Test Suite Cardano Wallet test transaction submission should properly submit...
We ran into timeout issues with the `/usage_stats` endpoint since it was fetching all the stats at once. Redis does not seem to allow efficiently filtering keys by a pattern...
Every time I navigate to https://app.osmosis.zone/ or to the "assets" section, a prompt asking me to unlock metamask keeps popping up until I log into metamask which is not good...
I was wondering if utxos of pending transactions are stored in the db - currently IMHO it's not clear from the docs: https://github.com/Emurgo/tangata-manu/blob/master/docs/architecture.md#utxos as it only says about the `utxos`...
Currently we are not using typescipt at all and the type checks are at runtime which is inconvenient for development and integration with the library. I suggest refactoring the API...