Senyoret1
Senyoret1
More changes
Changes: - The problem which made the buttons of the form for creating unsigned transactions was solved. - An icon for identifying transactions moving coins internally was added. - Now...
Changes: - Now it is possible to add passphrases to the hardware wallet. This PR includes many texts, so it would be good to check them with some care, since...
- [ ] The HW daemon should be bundled with the Electron version. - [ ] In the form for creating unsigned transaction, the butons do nothing when trying to...
The /api/v2/transaction/verify API endpoint is not working as described in the documentation ( https://github.com/skycoin/skycoin/blob/develop/src/api/README.md#verify-encoded-transaction ): - When trying to decode a transaction with inputs that are not in the unspent...
Changes: - Angular was updated to V13. - TSLint was replaced with ESLint, as TSLint was removed in Angular 13. Several changes were made to solve problems returned by the...
Fixes https://github.com/skycoin/skycoin/issues/2602#issuecomment-850651360 Changes: - Now the decimal part of the numbers shown in the UI is a bit transparent and smaller, to make it easier to diferentiate it from the...
At this moment, when translating the GUI, there is no way to know if a text should not exceed a certain character limit. Also, translating some texts is a bit...
The variables in the translation files were created to accommodate text written in English. This situation caused some problems, like that some of those variables were created for multipart-texts, like...
Currently the UI creates transactions with `ignore_unconfirmed` set to `false`. It would be better to create them with `ignore_unconfirmed` set to `true`, but to avoid extra work and possible errors...
Did you run `make format && make check`? The go code was not changed. `npm run lint` and `npm run build` were used. Changes: - Angular was updated from v13...