wigy
wigy
In general, it is the projects that contribute to this tool, so the short answer is that "because the devs of those projects did not send a PR". I can...
Pull request. These suggestions for code changes that anyone can contribute to the projects: https://github.com/iancoleman/bip39/pulls
Use a Solana compatible wallet, I guess.
Because of some design decisions in the network, most Solana applications use a custodial wallet on their own servers. They call it some fancy name, but there is a finite...
So it is a fork of btwitter, and you put a Google Sheet for doing closed beta. When do you think you come out from that to a public beta?
For me it seems that quite some projects went ahead and started using https://crates.io/crates/bip39 and therefore @maciejhirsz is less responsive here.
Ahoy! I do not want to belay your efforts, but putting these functions and their imports into the `lib.rs` seems to be a bit intrusive to me. There are 2...
@prusnak Of course nobody should call an implementation SLIP-0039 that treats the BIP39 entropy as the master secret that is split into multiple shares. But it is a natural use-case...
The standard says "[SLIP-0039] splits a master secret, such as the master seed S for Hierarchical Deterministic Wallets described in BIP-0032" in the abstract and then never revisits this definition....
Decorating the inspected concepts like `App`, `Resource`, `Scope` and `ServiceConfig` is hard, because `actix_web` implements most methods on structs directly instead of on traits. The way forward would be to...