dan-da
dan-da
Electrum mnemonic are not presently supported by hd-wallet-derive as electrum uses its own mechanism rather than bip39. See: http://docs.electrum.org/en/latest/seedphrase.html I will keep this open for now. Maybe we eventually add...
you would need to first open a PR for coinparams with the Kaspa details. https://github.com/dan-da/coinparams
I think tests are failing in CI because the genesis file does not exist yet. They pass on my machine, where it does exist. Probably I need to update the...
Ok, so I just pushed a commit that does the `kindelia init` genesis install and also passes `&[Statement]` to core api instead of keying off network_id. Getting the init functionality...
rebased to dev tip.
I don't understand why the tests are failing in CI. The errors indicate that `~/.kindelia/genesis/0xCAFE0006.kdl` is not found. But it works fine for me, provided that I run `kindelia init`....
> It's important to keep genesis.kdl static - somehow - because it's used in some tests. These unit tests should not depend on external files at all. > It's indeed...
I went back to the drawing board a little on this, thinking about what is useful and makes sense for the end user. The general approach is to make it...
rebased on latest dev.
rebased on latest dev to resolve conflict.