2020-01-03 18:45:07
*https://github.com/snowblossomcoin/snowblossom/compare/3b2c2bc8ebc1...dbefa041f19a*
https://github.com/snowblossomcoin/snowblossom/commit/dbefa041f19a2e3aed2108da9131c2e519ec7fa5 - Add null check to getClosest
GitHub
2020-01-03 21:29:14
// TODO - select older nodes if we get don't have any links
// Something like max_age = 1h.
// If not enough links, max_age = Math.max(max_age * 2, 1 year)
// else max_age = 1h (to reset to one hour once we have some reasonable number)
GitHub
2020-01-03 21:31:29
*https://github.com/snowblossomcoin/channels/compare/dbf4704cc74c...c2ade76bfbd6*
https://github.com/snowblossomcoin/channels/commit/c2ade76bfbd60edfff09b92eef9f0173696c4201 - Add local ipv4 and ipv6 multicast peer discovery for DHT.
GitHub
2020-01-03 21:31:30
[snowblossomcoin/channels] Issue closed by fireduck64
GitHub
2020-01-03 21:34:27
*https://github.com/snowblossomcoin/channels/compare/c2ade76bfbd6...0b5fb92cc4c6*
https://github.com/snowblossomcoin/channels/commit/0b5fb92cc4c6bfc9933577965d30d1abe7e86a4a - Cleanup imports
GitHub
2020-01-03 21:39:00
I am pretty excited about that change.
Fireduck
2020-01-03 21:39:25
That should make things work as well as they can even without internet. Whatever peers can find each other on the local network will talk.
Fireduck
2020-01-03 21:46:56
*https://github.com/snowblossomcoin/channels/compare/0b5fb92cc4c6...858592b07554*
https://github.com/snowblossomcoin/channels/commit/858592b07554e5fb0e96226617c2b8e332537647 - Fix bug related to loopback messages having funny addresses
GitHub
2020-01-03 22:34:08
*https://github.com/snowblossomcoin/channels/compare/858592b07554...57bf61b886ae*
https://github.com/snowblossomcoin/channels/commit/57bf61b886ae3d43166696ab1954175c3a57b5b7 - Add some comments
GitHub
2020-01-03 23:04:02
Nice.
Clueless