Evan JIANG
Evan JIANG
For my own testing APK, when I try to call getApkV2Singers, it crashed. java.nio.BufferUnderflowException at java.nio.Buffer.nextGetIndex(Buffer.java:506) at java.nio.DirectByteBuffer.getInt(DirectByteBuffer.java:681) at net.dongliu.apk.parser.parser.ApkSignBlockParser.parse(ApkSignBlockParser.java:36) at net.dongliu.apk.parser.AbstractApkFile.parseApkSigningBlock(AbstractApkFile.java:152) at net.dongliu.apk.parser.AbstractApkFile.getApkV2Singers(AbstractApkFile.java:142)
There is a stakeSUI function now in the SDK, I think it's better to have an unstakeSUI function to match that.
I use seed phrase to create a new account on Argent X v5.13.2, it could be successfully restored even I retry uninstall Argent X and do the steps again. The...
The 'getKeyPairFromMnemonic' function from the 'human-crypto-keys' library (v0.1.4) has a bug that may lead to different results in Node.js compared to the browser. This fix ensures consistent results across environments...
The previous implementation used the bip39 library incorrectly. Instead of the current approach, we should directly use the buffer returned by bip39.mnemonicToSeed. Closes #28