Rory V McKenna
Rory V McKenna
issues which users run into during Kin wallet backup/restore with respect to QR code: - 1/ user needs to have an email account on the device, in order to save...
looks like Kin SDK is querying txns, and hitting a deserialization error, which then causes a hard crash. This started happening to the wallet below on Saturday, and he hasn't...
this case is 100% reproducible. the workaround for our users have been to delete/re-install our app, then restore their wallet. After which, users are able to p2p tip other users...
details filed in this issue for the old SDK: * https://github.com/kinecosystem/kin-sdk-android/issues/78 tl;dr * wallet restore uses a QR code * users occasionally screenshot the QR code, and it has all...
The submit transaction result only accounts for "error" or "success", and mis-handles "unknown" as "success" https://github.com/kinecosystem/kin-node/blob/4295b4fbde73714c7bd63771ca0ac066b0300f7a/src/client/internal.ts#L49 this causes the issue where if Agora or blockchain has a problem (e.g. runs...
We've been using `kin-node` for more than a year, and just discovered an undocumented limit in the "EarnBatch" code. Had to dig into the kin-node code, to discover there was...