From 0e7e307ca1b3520f50ccd8173f3b7f0c7ab7a4ae Mon Sep 17 00:00:00 2001 From: Gingeropolous Date: Wed, 6 Sep 2017 07:47:14 -0400 Subject: [PATCH 1/4] update hardfork table with height and version info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f9b772d1..92e60e64c 100644 --- a/README.md +++ b/README.md @@ -95,12 +95,12 @@ Monero uses a fixed-schedule hard fork mechanism to implement new features. This Dates are provided in the format YYYY-MM-DD. -| Fork Date | Consensus version | Minimum Monero Version | Recommended Monero Version | Details | +| Block Height / Fork Date | Consensus version | Minimum Monero Version | Recommended Monero Version | Details | | ----------------- | ----------------- | ---------------------- | -------------------------- | ------------------ | | 2016-09-21 | v3 | v0.9.4 | v0.10.0 | Splits coinbase into denominations | | 2017-01-05 | v4 | v0.10.1 | v0.10.2.1 | Allow normal and RingCT transactions | | 2017-04-15 | v5 | v0.10.3.0 | v0.10.3.1 | Adjusted minimum blocksize and fee algorithm | -| 2017-09-21 | v6 | Not determined as of 2017-03-27 | Not determined as of 2017-03-27 | Allow only RingCT transactions | +| 1400000 / 2017-09-16 | v6 | v0.11.0.0 | v0.11.0.0 | Allow only RingCT transactions, allow only >= ringsize 5 | ## Installing Monero from a Package From 4381332710554003bdce139611dd2460724d257d Mon Sep 17 00:00:00 2001 From: Gingeropolous Date: Sun, 10 Sep 2017 08:53:29 -0400 Subject: [PATCH 2/4] README.md - update fork table with fork height I added a column for fork height and included the september 2016 fork info --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 92e60e64c..e50e3ca8e 100644 --- a/README.md +++ b/README.md @@ -95,12 +95,13 @@ Monero uses a fixed-schedule hard fork mechanism to implement new features. This Dates are provided in the format YYYY-MM-DD. -| Block Height / Fork Date | Consensus version | Minimum Monero Version | Recommended Monero Version | Details | -| ----------------- | ----------------- | ---------------------- | -------------------------- | ------------------ | -| 2016-09-21 | v3 | v0.9.4 | v0.10.0 | Splits coinbase into denominations | -| 2017-01-05 | v4 | v0.10.1 | v0.10.2.1 | Allow normal and RingCT transactions | -| 2017-04-15 | v5 | v0.10.3.0 | v0.10.3.1 | Adjusted minimum blocksize and fee algorithm | -| 1400000 / 2017-09-16 | v6 | v0.11.0.0 | v0.11.0.0 | Allow only RingCT transactions, allow only >= ringsize 5 | +| Block Height | Fork Date | Consensus version | Minimum Monero Version | Recommended Monero Version | Details | +| ----------------- | ----------------- | ---------------------- | -------------------------- | ------------------ | ---------- | +| 1009827 | 2016-04-20 | v2 | v0.9.4 | v0.9.4 | Allow only >= ringsize 3 | +| 1141317 | 2016-09-21 | v3 | v0.9.4 | v0.10.0 | Splits coinbase into denominations | +| 1220516 | 2017-01-05 | v4 | v0.10.1 | v0.10.2.1 | Allow normal and RingCT transactions | +| 1288616 | 2017-04-15 | v5 | v0.10.3.0 | v0.10.3.1 | Adjusted minimum blocksize and fee algorithm | +| 1400000 | 2017-09-16 | v6 | v0.11.0.0 | v0.11.0.0 | Allow only RingCT transactions, allow only >= ringsize 5 | ## Installing Monero from a Package From 8f68291d6013b40c49bf79402654ea2854aaf245 Mon Sep 17 00:00:00 2001 From: Gingeropolous Date: Sun, 10 Sep 2017 08:56:54 -0400 Subject: [PATCH 3/4] README.md - update info for first fork Include change in blocktime --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e50e3ca8e..37be1b65f 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Dates are provided in the format YYYY-MM-DD. | Block Height | Fork Date | Consensus version | Minimum Monero Version | Recommended Monero Version | Details | | ----------------- | ----------------- | ---------------------- | -------------------------- | ------------------ | ---------- | -| 1009827 | 2016-04-20 | v2 | v0.9.4 | v0.9.4 | Allow only >= ringsize 3 | +| 1009827 | 2016-04-20 | v2 | v0.9.4 | v0.9.4 | Allow only >= ringsize 3, blocktime = 120 seconds | | 1141317 | 2016-09-21 | v3 | v0.9.4 | v0.10.0 | Splits coinbase into denominations | | 1220516 | 2017-01-05 | v4 | v0.10.1 | v0.10.2.1 | Allow normal and RingCT transactions | | 1288616 | 2017-04-15 | v5 | v0.10.3.0 | v0.10.3.1 | Adjusted minimum blocksize and fee algorithm | From 9cad4981211824f29c1a3ac228e45c03eb9b8715 Mon Sep 17 00:00:00 2001 From: Gingeropolous Date: Sun, 10 Sep 2017 09:25:16 -0400 Subject: [PATCH 4/4] readme.me again, fixed v2 fork info on table included increased fee free zone of 60 kb, changed data of v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37be1b65f..154b6b65a 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Dates are provided in the format YYYY-MM-DD. | Block Height | Fork Date | Consensus version | Minimum Monero Version | Recommended Monero Version | Details | | ----------------- | ----------------- | ---------------------- | -------------------------- | ------------------ | ---------- | -| 1009827 | 2016-04-20 | v2 | v0.9.4 | v0.9.4 | Allow only >= ringsize 3, blocktime = 120 seconds | +| 1009827 | 2016-03-22 | v2 | v0.9.4 | v0.9.4 | Allow only >= ringsize 3, blocktime = 120 seconds, fee-free blocksize 60 kb | | 1141317 | 2016-09-21 | v3 | v0.9.4 | v0.10.0 | Splits coinbase into denominations | | 1220516 | 2017-01-05 | v4 | v0.10.1 | v0.10.2.1 | Allow normal and RingCT transactions | | 1288616 | 2017-04-15 | v5 | v0.10.3.0 | v0.10.3.1 | Adjusted minimum blocksize and fee algorithm |