2020-07-29 03:54:18
*https://github.com/snowblossomcoin/snowblossom/compare/f20fb2819dad...c3c800ce96f7*
https://github.com/snowblossomcoin/snowblossom/commit/c3c800ce96f7ddcf22de84b9df4fef40f582cb25 - Update bcprov and rocksdb
GitHub
2020-07-29 08:54:13
is that rocksdb update in-place safe? jumps a major and some
Rotonen
2020-07-29 16:53:49
no problems in my testing so far
Fireduck
2020-07-29 16:54:12
but other than Mr Plow I never use rocksdb for anything truly critical
Fireduck
2020-07-29 16:54:35
so the normal worst case of having to resync a node is not a huge deal
Fireduck
2020-07-29 17:51:36
dropping the historical shares off my long dead pool would be IMO no fun
Rotonen
2020-07-29 17:51:50
someone might still mine on it some day and pay those out
Rotonen
2020-07-29 17:56:38
Agreed. I should make a dump to json restore from json.
Fireduck
2020-07-29 17:56:54
I don't trust data files I can't read
Fireduck
2020-07-29 17:57:50
that sort of backuppability would be pretty sweet
Rotonen
2020-07-29 17:58:33
bonus points if the default output has the current unixtime in the filename (or YYYY-MM-DD-HHmmss)
Rotonen