@greweb

Results 177 comments of @greweb

Thanks for the contribution. Sorry to ask this now but could you merge master in? we have extra test that do some checks to ensure icons are fine. Thanks

if it's not in `ascii` alphabet we've chosen not to support it. I guess there is still a `'` in ascii and we can be less restrictive (can't remember the...

we're limiting to what the device supports basically (otherwise it won't be able to display it in the NanoX interface itself) and yeah that list of ascii should be fine....

``` function syncAccountInvariants (account, ctx) { test("operations are in order", () => { let dates = account.operations.map(o=>o.date); let sorted = account.operations.sort(dateSorter); expect(dates).toEqual(sorted); }); } function asyncAccountInvariants (account, ctx) { test("a...

Thanks for the contribution. could you merge master in? we have extra test that do some checks to ensure icons are fine. Thanks very sorry for the latency on this.

@AlexandruPislariu can you merge master in? It should include your work from ledgerjs

please also confirm if testing against LLD have the feature overall working (you can see token accounts, you can send them over, etc..) – maybe would be great to organize...

@ceozero on the desktop version, we're unrolling a 1.9.1 that have Chinese in. we'll translate on mobile soon as well, expect it to be shipped in a few weeks.

Hi @pwrfix and thanks for creating the issue. It sounds like something we have recently fixed (via https://github.com/LedgerHQ/ledger-live-mobile/pull/1681) and that will be released in our next 2.27 release. The bug...

one of the main issue of not rounding the fee is Ethereum. it have 18 magnitude. if we start doing this we will see a huge number of digits, possibly...