dan-da
dan-da
I just implemented the destroy() fn, but in looking at the log output it is not called. ``` [2020-09-18T00:30:31.907799925Z DEBUG fuse::request] GETATTR(20) ino 0xad5d000000000002 [2020-09-18T00:30:31.907878978Z DEBUG safe_fs] getattr -- ino:...
Probably this feature is already planned, but I will request it just in case. Running the dummy example, if I try to use any navigation key such as an arrow...
hd-wallet-derive has been using an older version of bitcoin-php. When I just tried to update, path derivation of absolute paths fails with error: "Only relative paths accepted". See https://github.com/Bit-Wasp/bitcoin-php/blob/b53ce778a30f6dd996f8fa748ed43b2fce3ccb7b/src/Key/Deterministic/HierarchicalKey.php#L324 I...
Since bitcoin-php already offers support for several coins and testnets, I thought the library might benefit from integrating coinparams to support hundreds more without manual effort for each. [coinparams](https://github.com/dan-da/coinparams) is...
For background, see: https://github.com/dan-da/hd-wallet-derive/issues/24 If I export a seed phrase from electrum (which does not match bip39), bitcoin-php will happily accept it, and then it can be derived from. ```...
It seems like right now if I want to work with ypub, zpub, I have to roll my own implementations of fromExtended() and toExtendedKey() (and friends), as shown in the...
At present, it seems that a given HierarchicalKey instance can only be encoded as a single address type, eg p2pkh, p2wpkh, p2sh-p2wpkh, etc. AddressCreator takes no constructor arguments and internally...
I've been working on {y,Y,z,Z}{prv,pub} support in [hd-wallet-derive](https://github.com/dan-da/hd-wallet-derive) and its complicated especially when considering all the other coins besides bitcoin and that some of them define their own special prefix...
Our prog already uses structopt for defining commands and flags. It would be great if linefeed could automatically make use of them, in a customizable way.
If I try to use an argument with a hypen in it, I get a compile error like: ``` error[E0609]: no field `args` on type `&argi::Argument