dan-da
dan-da
@steinerkelvin can you provide an example of what might go in `~/.kindelia/genesis/cafe0004.kdl`? and `cafe0005.kdl`? is it different than `kindelia_core/genesis.kdl`? btw, `initial_peers` is already defined per-network as of #235. See [default.toml](https://github.com/dan-da/Kindelia/blob/1eef727d834283d89cb32ef3f99def3325a3ae20/kindelia/default.toml#L7).
``` [node.networks.0xCAFE0004] genesis_code = '~/.kindelia/genesis/cafe0004.kdl' ``` It occurs to me that the path of the genesis block file could be deterministic (automagic) based on network ID. Eg for `[node.networks.0xCAFE0004]` the...
Is there already some kind of flag that indicates if we are in IBD or not? Also, what is the rationale to not emit AddBlock events? It seems useful/necessary for...
yes you should be able to use a command like: `./hd-wallet-derive.php --key=ZPUB -g` replacing ZPUB with the master zpub from electrum. note that electrum mnemonics are not supported.
sorry yeah, the backend for bitprices is inoperable at present. I will take a look when I have time, but I may just archive the web frontend. in the meantime,...
an example of basic user/pass auth with a custom transport would be most welcome and I think would benefit many tarpc users.
> There are some refactors being done by @racs4 (at #249), tho, so we should probably wait for them until we go further with this. Sounds good. Yeah, I will...
Just dropping a link to this blog post about difficulty of writing "high assurance" rust due to unwraps, panics, esp in 3rd party crates. https://blog.yossarian.net/2022/03/10/Things-I-hate-about-Rust-redux#its-difficult-to-write-high-assurance-rust
Ok, thx for sharing that history! I don't wish to step on any toes, but I will make some counterpoints for sake of discussion and moving ball foward, hopefully constructively....
Could `check` be integrated into `publish` to provide quasi atomic semantics? elaborating... it seems to me that the ideal behavior would be that `publish` works like atomic tx in a...