Senyoret1
Senyoret1
Test are failing because the test system wants Chrome 99 and the test enviroment has Chrome 98
The last commit includes the following changes: - Code for showing the previews of the unsigned transactions was added. However, the feature is disabled until the problems described in #2680...
The last commits fix the problems with the e2e test, update Angular from v13 to v14 and update Electron from v17 to v20
This should have been fixed in https://github.com/skycoin/skycoin/pull/2589 , but an in-deep code review would be needed to be 100% sure. However, I think no relevant problems should remain at this...
I tried again a few moments ago and, just as the las time, I was unable to reproduce the geoblock, the service worked correctly with an US ip, so it...
I'm not totally sure about which parameters you want to know about. At this time, to add a coin it is only necessary to add a new a TypeScript class...
For that to work, the api should return the following params (not necessarily using the names on this list): - `coinName`: the full name of the coin (like “Skycoin”). -...
Due to https://github.com/skycoin/skycoin/issues/2136, the CMC API was replaced with the Coin Paprika API, so instead of the ID of the coin in CMC we need the ID in Coin Paprika....
Something like this would be more flexible: ``` { price_service: 'coinPaprika' price_id: 'sky-skycoin' } ``` In the future it could even contain values like this (provided that the URL returns...
Perhaps the most important thing is to have an adecuate error message. The UI may not have to identify what can be spent and what not, because the user is...