Skip to content

Commit

Permalink
Change kill switch date, mention 1130 in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mightybyte committed Aug 8, 2020
1 parent 13f17ca commit b17dd79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This version replaces all previous versions. Any prior version will stop working
on **2020-08-13T00:00:00Z**. Node administrators must upgrade to this version
before that date.

This version will stop working on **2020-10-08T00:00:00Z**.
This version will stop working on **2020-10-15T00:00:00Z**.

*Forks:*

Expand Down Expand Up @@ -49,6 +49,7 @@ time block rates may be slightly higher or lower than usual.
* Fix a bug where Chainweb node would fail to start when it stopped after
the last block that pact evaluated got orphaned. (#1123)
* Improve failure response for invalid solved work. (#1126)
* Fix mainnet coin v2 upgrade for new chains. (#1130)

## 2.0 (2020-07-11)

Expand Down
2 changes: 1 addition & 1 deletion node/ChainwebNode.hs
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ pkgInfoScopes =
-- KILLSWITCH for version 2.1
--
killSwitchDate :: Maybe String
killSwitchDate = Just "2020-10-08T00:00:00Z"
killSwitchDate = Just "2020-10-15T00:00:00Z"

mainInfo :: ProgramInfo ChainwebNodeConfiguration
mainInfo = programInfoValidate
Expand Down

0 comments on commit b17dd79

Please sign in to comment.