Marcelo Salhab Brogliato
Marcelo Salhab Brogliato
It seems react-native package is too old. We need to upgrade to at least 0.60.0+. See: https://github.com/mikehardy/jetifier When uploading to Google Store, you might get this error message: "Your app...
The `hathor-wallet-service` is a service designed to scale horizontally as the user base grows. It also speeds up loading wallets with dozens of thousands of transactions. Check out its design...
When a new block is found, its reward is locked for the next 300 blocks. During this period, the wallet correctly shows 0.00 HTR available and 64.00 HTR locked. But...
What if the app automatically showed the number of each word as we type them? It would make things way easier for users who are copying from a piece of...
When the iPhone is unlocked, the wallet shows its balance before the lock screen shows up. Sometimes the balance even updates before the lock screen shows up. It is happening...
Steps to reproduce: 1. Open the Send tab (where the camera is started) 2. Locks the cellphone and wait 60 seconds 3. Unlock the cellphone and go to Hathor Wallet...
Report made in our Telegram: > luislhl, [25 Jul 2019 00:35:57]: > I just downloaded the wallet for Android, and there is an issue in the Send screen if I...
### Motivation What was the motivation for the changes in this PR? ### Acceptance Criteria - Include here all things that this PR should solve ### Checklist - [ ]...
## Motivation The metadata `accumulated_weight` and `score` are calculated summing up the vertices' weight. Even though both metadata can be integer numbers, they are calculated as the logarithm of their...
### Motivation When setting the metadata `first_block`, the consensus algorithm currently traverses only the DAG of verifications (i.e., the parents). This PR changes this behavior and begin to traverse the...