aboutsummaryrefslogtreecommitdiffstats
path: root/BasicTests
diff options
context:
space:
mode:
Diffstat (limited to 'BasicTests')
-rw-r--r--BasicTests/difficulty.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/BasicTests/difficulty.json b/BasicTests/difficulty.json
index bf60d9fe8..7539f576f 100644
--- a/BasicTests/difficulty.json
+++ b/BasicTests/difficulty.json
@@ -41,6 +41,48 @@
"currentBlockNumber" : "200001",
"currentDifficulty" : "999512"
},
+ "ExpDiffPreBlock300000Increase" : {
+ "parentTimestamp" : "42",
+ "parentDifficulty" : "1000000",
+ "currentTimestamp" : "43",
+ "currentBlockNumber" : "300000",
+ "currentDifficulty" : "1000488"
+ },
+ "ExpDiffPreBlock300000Decrease" : {
+ "parentTimestamp" : "42",
+ "parentDifficulty" : "1000000",
+ "currentTimestamp" : "60",
+ "currentBlockNumber" : "300000",
+ "currentDifficulty" : "999512"
+ },
+ "ExpDiffAtBlock300000Increase" : {
+ "parentTimestamp" : "42",
+ "parentDifficulty" : "1000000",
+ "currentTimestamp" : "43",
+ "currentBlockNumber" : "300000",
+ "currentDifficulty" : "1000488"
+ },
+ "ExpDiffAtBlock300000Decrease" : {
+ "parentTimestamp" : "42",
+ "parentDifficulty" : "1000000",
+ "currentTimestamp" : "60",
+ "currentBlockNumber" : "300000",
+ "currentDifficulty" : "999512"
+ },
+ "ExpDiffPostBlock300000Increase" : {
+ "parentTimestamp" : "42",
+ "parentDifficulty" : "1000000",
+ "currentTimestamp" : "43",
+ "currentBlockNumber" : "300001",
+ "currentDifficulty" : "1000488"
+ },
+ "ExpDiffPostBlock300000Decrease" : {
+ "parentTimestamp" : "42",
+ "parentDifficulty" : "1000000",
+ "currentTimestamp" : "60",
+ "currentBlockNumber" : "300001",
+ "currentDifficulty" : "999512"
+ },
"ExpDiffInAYearIncrease" : {
"parentTimestamp" : "42",
"parentDifficulty" : "1000000",