stoffu
5b83ccbb2d
daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation
...
On startup, it checks against the difficulty checkpoints, and if any mismatch is found, recalculates all the blocks with wrong difficulties. Additionally, once a week it recalculates difficulties of blocks after the last difficulty checkpoint.
2020-07-20 00:41:18 +03:00
SomaticFanatic
bcd71a5af9
Update copyright year to 2020
...
Update copyright year to 2020
2020-07-19 23:23:42 +03:00
jw
e91b041c75
Merge pull request #278 from wowario/checkpoints
...
build: prepare v0.8.0.1 release
2020-06-28 07:18:43 -07:00
wowario
9f5fa3f7f9
update checkpoints
2020-06-27 10:05:27 +03:00
Lee Clagett
da7e511967
Fix boost <1.60 compilation and fix boost 1.73+ warnings
2020-06-22 15:01:41 +01:00
selsta
7f868fafcc
build: fix boost 1.73 compatibility
2020-05-22 21:27:12 +03:00
wowario
7e3dbdde05
build: prepare v0.8.0.0 release
2020-05-14 17:44:48 +03:00
fuwa
8f17e8c0af
Revert "remove unbound"
...
This reverts commit d9e982cba569c72a17801857addd4fb9ad929449.
2020-05-02 16:47:02 +08:00
fuwa
f516f8ce23
remove unbound
2020-04-12 19:35:55 +08:00
wowario
c9a8f4f01c
update checkpoints.dat
2020-04-06 13:10:35 +03:00
wowario
6a9515697e
build: prepare v0.7.1.0 update
...
Signed-off-by: wowario <wowario@protonmail.com >
2020-04-06 09:09:32 +03:00
wowario
2bcaa4ec02
update checkpoints.dat
2020-04-06 09:09:31 +03:00
wowario
652bd57080
initial commit
2020-04-06 09:09:17 +03:00
Riccardo Spagni
e4d1674e8c
0.15.0.0 release engineering
2019-11-02 17:21:52 +02:00
Riccardo Spagni
633f1542e2
prep for 0.14.1 release
2019-06-14 16:16:52 +02:00
Riccardo Spagni
4c91eb23a0
Merge pull request #5061
...
1f2930ce Update 2019 copyright (binaryFate)
2019-03-17 17:49:30 +02:00
binaryFate
1f2930ce0b
Update 2019 copyright
2019-03-05 22:05:34 +01:00
Riccardo Spagni
e518f2b1c0
update checkpoints, update README for 0.14.1 release
2019-03-05 13:05:41 +02:00
moneromooo-monero
3a3858dc90
epee: avoid string allocation when parsing a pod from string
2018-12-08 02:00:34 +00:00
Martijn Otto
bd98e99c80
Removed a lot of unnecessary includes
2018-11-15 17:29:34 +01:00
Riccardo Spagni
357441a2fa
add checkpoints for testnet and mainnet
2018-09-25 10:02:05 +02:00
Riccardo Spagni
6715c90667
update checkpoints for point release
2018-05-23 21:20:10 +02:00
Riccardo Spagni
428fb45f68
update checkpoints
2018-03-18 16:44:36 +02:00
stoffu
af773211cb
Stagenet
2018-03-05 11:55:05 +09:00
xmr-eric
18216f19dd
Update 2018 copyright
2018-01-26 10:03:20 -05:00
moneromooo-monero
061789b5dd
checkpoints: trap failure to load JSON checkpoints
2017-12-18 15:15:23 +00:00
moneromooo-monero
ba2fefb9a4
checkpoints: pass std::string by const ref, not const value
2017-12-18 15:15:19 +00:00
moneromooo-monero
09ce03d612
move includes around to lessen overall load
2017-12-16 22:46:38 +00:00
moneromooo-monero
b0416f070e
checkpoints: add a testnet checkpoint at 1000000
...
Makes working on testnet a lot easier (much less I/O when loading
and saving wallets, and exercises the hashchain code before any
changes are merged)
2017-11-11 11:16:48 +00:00
moneromooo-monero
cdbbe99c82
checkpoints: add a token checkpoint on testnet (the genesis block)
2017-09-25 21:16:35 +01:00
moneromooo-monero
5d65a75b69
move checkpoints in a separate library
2017-09-25 21:16:26 +01:00