Varunram Ganesh
Varunram Ganesh
Right now, we use pretty much arbitrary numbers (1,257, 65535), etc. We must have some sort of code / way we handle new alts (eg monotonous increment of numbers based...
Right now, the maximum channel capacity is at 1 coin, but coins which are lower in value than btc would have channel capacities way lower than what one would expect....
``` 2018/08/03 21:31:55.377431 full block out of order error 2018/08/03 21:31:55.377517 full block out of order error 2018/08/03 21:31:55.378679 full block out of order error 2018/08/03 21:31:55.378806 full block out...
A natural extension of #324, this would speed up IBD as is greatly. Say we want to request headers from 1300000 to 1500000 and `maxConnections` is defined to be 5....
In many places, we seem to not be catching that many errors. Also, in `litSetup` we fatal from that function instead of returning control to the parent call from lit.go....
We merged snap support in `034c2f9`, but we haven't published any app there yet. I can publish one myself, but would be nice if we decide to publish an official...
utxo import / export by @adiabat. Please pull and amend author name to gain authorship of this commit.
Not complete yet, but good enough for basic testing and functionality. Right now, it still uses underscore as a separator, need to change that. Need to store and generate invoices...
Connect simultaneously to multiple peers and send / receive messages from them. An extension of Batch Connections which had a problem that peers would try to ban us. Default maxConnections...
Shorter Addresses in lit taking in powbytes from the user. You can also have normal addresses by just `lis`tening. This opens the possibility for services to run on top of...