Skip to content

Commit

Permalink
[Common] fix DAO activation block kovan/goerli
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Aug 25, 2020
1 parent 5c15e07 commit a847ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/common/src/chains/goerli.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
{
"name": "dao",
"block": 0,
"block": null,
"forkHash": "0xa3f5ab08"
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/common/src/chains/kovan.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
{
"name": "dao",
"block": 0,
"block": null,
"forkHash": "0x10ffe56"
},
{
Expand Down

2 comments on commit a847ba6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: a847ba6 Previous: b402204 Ratio
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.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: a847ba6 Previous: b402204 Ratio
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.

Please sign in to comment.