Varunram Ganesh
Varunram Ganesh
Connect lit via tor. Lots of things done in this PR, built on top of brontide. When starting lit, do `./lit --tor.active --tor.v2 --tn3 -v` To connect to some host,...
A WIP PR to test Replace by Fee.
Currently, we use a variant of the noise protocol `noise_XX`. It might be useful to add support for `noise_XK` since it is used by BOLT8.
Right now, we collect a list of peers by pinging the DNS seeds and then try to connect to them one by one. What we can do to speed this...
Right now, the help commands are all over the place. It brings value to consolidate all of them in one place and allow them to be called from there. This...
I first dismissed these as coincidences, but apparently they're not since I've observed this for quite sometime now. How it works is you've to be connected to testnet for a...
Building upon @metalicjames's PR #203, we can add connections via tor as well. A significant downside of this is that now the party that wants to connect should know the...
`--reSync` is a remnant of the old `-tip` flag that used to exist before 7e1463a73826236c76b8fda58d092adc479f1a72. We should bring back `tip` in case someone finds a use for it.
The current proposed fork code does nothing which would activate the fork defense mechanism proposed: https://github.com/Musicoin/go-musicoin/blob/master/core/blockchain.go#L1050 calls `checkChainForAttack` and if the error is non zero (https://github.com/Musicoin/go-musicoin/blob/master/core/blockchain.go#L939), it prints out the...
ref: https://github.com/Musicoin/desktop/issues/232