2020-12-12 16:25:41
*https://github.com/snowblossomcoin/snowblossom/compare/fd1a34f0ae88...777700b9c35b*
https://github.com/snowblossomcoin/snowblossom/commit/777700b9c35b924dc33b7fb8c9d607c41c0cdc09 - Update release notes
GitHub
2020-12-12 16:26:31
*https://github.com/snowblossomcoin/snowblossom/compare/777700b9c35b...bfa203acfdc6*
https://github.com/snowblossomcoin/snowblossom/commit/bfa203acfdc6f9a6fde5ebcbbf4a456773e77852 - Update release notes
GitHub
2020-12-12 16:41:10
None
2020-12-12 16:56:47
None
2020-12-12 17:11:47
None
2020-12-12 17:26:53
None
2020-12-12 18:13:27
*https://github.com/snowblossomcoin/snowblossom/compare/bfa203acfdc6...a364eb1ed4d2*
https://github.com/snowblossomcoin/snowblossom/commit/a364eb1ed4d2953847db83e14d37fd4820ec8da8 - Release 1.8.0
GitHub
2020-12-12 18:28:54
None
2020-12-12 18:44:30
None
2020-12-12 19:06:49
that multiple builds behaviour is curious
Rotonen
2020-12-12 19:07:30
i’d guess either the webhooks are set up weird on github or the config on dockerhub is wonky
Rotonen
2020-12-12 19:07:59
cannot really take a look as i have no visibility into either
Rotonen
2020-12-12 19:09:40
Right, and the docker bazel builds are super slow because they need to download the world
Fireduck
2020-12-12 19:56:18
those being slow are not an actual issue
Rotonen
2020-12-12 20:14:51
sure, except dockerhub seems to assign us one or two build slots
Fireduck
2020-12-12 20:15:01
so things take some time when I wildly push commits
Fireduck
2020-12-12 20:51:43
it’s semi amazing they do even that for free
Rotonen
2020-12-12 21:02:21
they have a virtual lock on that market, costs to keep that
Fireduck
2020-12-12 21:09:57
1.8.0 - Advent of Blocks
New in this release, we are now building a Windows installer that includes OpenJDK.
That is the .MSI file and is super easy to run in Windows.
https://snowblossom.org/releases/index.html
• SIP4 - Input value checking set for block 151680
• Update seed nodes
• Add remote address to Shackleton explorer logs
• Switch Shackleton web handling over to new web framework
• Added explorer APIs zone and /api/total_coins
• Lower max history replies
• Add get_address_history rpc
• Fixed presentation bug in unspent with mempool
• Added public note string to iceleaf send panel
GitHub
2020-12-12 21:14:26
they probably spend more money letting the world download docker images
Fireduck
2020-12-12 21:14:33
the building is probably a small fraction
Fireduck
2020-12-12 21:43:44
does that msi already handle the case of a preexisting installation
Rotonen
2020-12-12 21:44:08
Yep. Just replaces if version number is higher.
Fireduck
2020-12-12 21:44:25
good, IIRC there was some weird hiccup with the installers earlier in regards to that
Rotonen
2020-12-12 21:44:50
Yeah, I had to do some things to make an increasing version number.
Fireduck
2020-12-12 21:45:11
If you dig in, that msi is actually 1.8.1009 or something
Fireduck
2020-12-12 21:45:26
so rolling build number, gotcha
Rotonen
2020-12-12 21:45:28
And my next build would be 1.8.1010
Fireduck
2020-12-12 21:45:31
Yeah
Fireduck