Igor Artamonov

Results 223 comments of Igor Artamonov

The file should look like the following: ``` { "crypto": { "cipher": "aes-128-cbc", "ciphertext": "07533e172414bfa50e99dba4a0ce603f654ebfa1ff46277c3e0c577fdc87f6bb4e4fe16c5a94ce6ce14cfa069821ef9b", "cipherparams": { "iv": "16d67ba0ce5a339ff2f07951253e6ba8" }, "kdf": "scrypt", "kdfparams": { "dklen": 32, "n": 262144, "p": 1,...

@neptune-klm sorry for the the delay. yep, your file is a standard encrypted Ethereum JSON Keyfile. I was trying to to reproduce the error, but no luck, all worked fine...

@scco can you please make a design how it can look. It doesn't look like a big change, maybe an icon right after ACCOUNTS title?

@Pittzhang314 It depends on what you want to decode. In general there is the module polkaj-scale and docs for it https://github.com/emeraldpay/polkaj/blob/master/docs/02-encoding.adoc. Many standard types has an implemented decoder in module...

@BomaxChen sorry, missed the questions here. But we continued the conversation on Gitter.

Thank you! Can you make it as a Pull Request? Ideally with the test data, i.e. you encoded value which was failing to decode

It builds the native lib only for the current OS. But the official Jar (available through Maven or Github releases) includes binaries compiled for major OSes, i.e. it's multiplatform. You...

Just realized, if it doesn't build automatically during `gradle build` it's probably because you don't have Rust compiler installed. Try rustup: https://rustup.rs/

Unfortunately I still cannot find a time to add that, but if you can make a Pull Request with such changes I would really appreciate that. Thank you.

@nschwermann hi, I've made couple of comments to the code, can you take a look? see above