Johan Stén
                                            Johan Stén
                                        
                                    The problem I was facing in the end seems to have been that my serialized '0' Amount had an exponent that was off by one. So, my bad.
Just to clarify why this is important, The only reasonable way I've found to create an activity history for an account is to stream effects, then load the corresponding operation,...
Looking at it a bit more, I'm not sure what the problem is. If there's a valid path from XLM to XLM, because of strange offers, that should still be...
IDK. For some reason, after this recent change, my console is all trace, to the point where it's not even useful any longer. It doesn't matter if I pass "logger":...
``` const core = new Core({ projectId: xyz, logger: 'silent' }); console.log(core.logger.level === 'trace') //
If I expand the minified code that's being run in generatePlatformLogger() this is what I get: ``` function I(r) { var e; const t = new B((e = r.opts) ==...
I did a barebones example, as it works just as intended. I think there's something deeper going on here: This is what I get from a minimal test, you can...
I think the important thing is that I somehow don't get a logger object from Pino. My `core.logger` is `console`. I don't understand how that happens, it shouldn't happens, it...
Funnily enough, 1.9.7 doesn't work in Ledger Live either.
MM 10.1.0 Ledger Nano S w/ 2.0.0 Firmware Ledger Ethereum app 1.9.7 (1.9.6 wasn't working either) FF 92.0.1 Trying to do a basic ERC-20 send Tested with both blind signing...