diff --git a/README.md b/README.md index ec13f7377..63e657d93 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Dates are provided in the format YYYY-MM-DD. | 63469 | 2018-11-11 | Dank Doge | v0.4.0.0 | v0.4.0.0 | LWMA v4 | 81769 | 2019-02-19 | Erotic EggplantEmoji | v0.5.0.0 | v0.5.0.2 | Cryptonight/wow, LWMA v1 with N=144, Updated Bulletproofs, Fee Per Byte, Auto-churn | 114969 | 2019-06-14 | F For Fappening | v0.6.1.0 | v0.6.1.2 | RandomWOW, new block weight algorithm, slightly more efficient RingCT format -| XXXXX | 2019-11-XX | Gaping Goatse | v0.7.0.0 | v0.7.0.0 | Only allow >= 2 outputs, change to the block median used to calculate penalty, rct sigs in coinbase forbidden, 4 unlock time as protocol rule +| 160777 | 2019-11-20 | Gaping Goatse | v0.7.0.0 | v0.7.0.0 | Only allow >= 2 outputs, change to the block median used to calculate penalty, rct sigs in coinbase forbidden, 4 unlock time as protocol rule X's indicate that these details have not been determined as of commit date. * indicates estimate as of commit date diff --git a/src/hardforks/hardforks.cpp b/src/hardforks/hardforks.cpp index 7cf803b2e..276d7a7ee 100644 --- a/src/hardforks/hardforks.cpp +++ b/src/hardforks/hardforks.cpp @@ -40,6 +40,7 @@ const hardfork_t mainnet_hard_forks[] = { { 12, 82069, 0, 1549318761 }, { 13, 114969, 0, 1559292691 }, { 14, 115257, 0, 1559292774 }, + { 15, 160777, 0, 1573280497 }, }; const size_t num_mainnet_hard_forks = sizeof(mainnet_hard_forks) / sizeof(mainnet_hard_forks[0]); const uint64_t mainnet_hard_fork_version_1_till = 1009826;