-
Notifications
You must be signed in to change notification settings - Fork 782
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Common] fix DAO activation block kovan/goerli
- Loading branch information
1 parent
5c15e07
commit a847ba6
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
}, | ||
{ | ||
"name": "dao", | ||
"block": 0, | ||
"block": null, | ||
"forkHash": "0xa3f5ab08" | ||
}, | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
}, | ||
{ | ||
"name": "dao", | ||
"block": 0, | ||
"block": null, | ||
"forkHash": "0x10ffe56" | ||
}, | ||
{ | ||
|
a847ba6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
Block 9422905
1890
ops/sec (±5.43%
)4039
ops/sec (±3.38%
)2.14
Block 9422906
1883
ops/sec (±5.74%
)4008
ops/sec (±5.90%
)2.13
Block 9422907
1725
ops/sec (±10.38%
)3918
ops/sec (±8.83%
)2.27
Block 9422908
1917
ops/sec (±0.82%
)3977
ops/sec (±4.78%
)2.07
Block 9422909
1934
ops/sec (±0.71%
)4017
ops/sec (±1.68%
)2.08
Block 9422910
1478
ops/sec (±14.58%
)3958
ops/sec (±1.41%
)2.68
Block 9422911
1849
ops/sec (±1.06%
)3104
ops/sec (±16.21%
)1.68
Block 9422912
1844
ops/sec (±0.73%
)3770
ops/sec (±1.49%
)2.04
Block 9422913
1819
ops/sec (±1.00%
)3808
ops/sec (±1.39%
)2.09
Block 9422914
1769
ops/sec (±1.12%
)3676
ops/sec (±2.47%
)2.08
This comment was automatically generated by workflow using github-action-benchmark.
a847ba6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.Block 9422905
1890
ops/sec (±5.43%
)4039
ops/sec (±3.38%
)2.14
Block 9422906
1883
ops/sec (±5.74%
)4008
ops/sec (±5.90%
)2.13
Block 9422907
1725
ops/sec (±10.38%
)3918
ops/sec (±8.83%
)2.27
Block 9422908
1917
ops/sec (±0.82%
)3977
ops/sec (±4.78%
)2.07
Block 9422909
1934
ops/sec (±0.71%
)4017
ops/sec (±1.68%
)2.08
Block 9422910
1478
ops/sec (±14.58%
)3958
ops/sec (±1.41%
)2.68
Block 9422912
1844
ops/sec (±0.73%
)3770
ops/sec (±1.49%
)2.04
Block 9422913
1819
ops/sec (±1.00%
)3808
ops/sec (±1.39%
)2.09
Block 9422914
1769
ops/sec (±1.12%
)3676
ops/sec (±2.47%
)2.08
This comment was automatically generated by workflow using github-action-benchmark.