William Swanson
William Swanson
We do fetch these questions from the info server (https://github.com/EdgeApp/edge-core-js/blob/368d6f4ac787b9cae4b8680dd25201346f81ade4/src/core/login/recovery2.js#L194). Is the request failing, perhaps? Are you getting any error information in the debug console?
I think there is some confusion about what "bytes" mean. When dealing with segwit transactions, witness data costs less than regular data. Therefore, a transaction can have two sizes -...
Interesting. I see that you are running under node.js, which is not something we regularly test. It could easily be a problem with bcoin, since I know we modified that...
In order to resolve the merge conflicts & test this, I rebased the branch as [william/rebased-neo-plugin](https://github.com/EdgeApp/edge-currency-accountbased/tree/william/rebased-neo-plugin). I also had to create a matching GUI branch at [william/add-neo](https://github.com/EdgeApp/edge-react-gui/tree/william/add-neo) to actually be...
Although it uses an older version of the types, edge-currency-accountbased is binary-compatible with the latest edge-core-js. Some fields have been renamed, but edge-core-js v0.17.0 contains migration code to keep currency...
As a hacky work-around (since I don't know Reanimated well enough to fix this myself), we are using [patch-package](https://www.npmjs.com/package/patch-package) to edit node_modules/react-native-reanimated/src/reanimated2/Colors.ts, around line 520: ```diff - if (IS_WEB ||...
@szydlovsky Yeah, this code doesn't make any sense because it's a minimal repo case. Animations aren't really necessary to trigger the bug. In our actual app, we do use animations...
We have updated to version 3.14.0, and everything works correctly! Thanks a bunch for getting this fix upstreamed.
Edge does not generate 12-word seeds, but we can *import* them already. Is there is a specific chain where it's not working?
Thanks! I did not know about the write-once current setting. Is there documentation somewhere for that? I'm guessing that it involves editing the code and then flashing the customized firmware....