Skip to content

Commit

Permalink
fix: remove pre-release conditions from min minimumVersions (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner authored Nov 18, 2022
1 parent bc51b03 commit 3dccea2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/devnet/milestones.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,13 @@
{
"height": 3963000,
"p2p": {
"minimumVersions": [">=2.6 || >=2.6.0-next.0 || >=3.6.1-rc.0"]
"minimumVersions": [">=2.6"]
}
},
{
"height": 4006000,
"aip11": true,
"htlcEnabled": true,
"p2p": {
"minimumVersions": [">=2.6 || >=2.6.0-next.9 || >=3.6.1-rc.0"]
}
"htlcEnabled": true
},
{
"height": 5636000,
Expand All @@ -95,7 +92,7 @@
"height": 5640857,
"aip37": true,
"p2p": {
"minimumVersions": [">=3.0 || >=3.0.0-next.0 || >=3.6.1-rc.0"]
"minimumVersions": [">=3.0"]
}
}
]

0 comments on commit 3dccea2

Please sign in to comment.