Skip to content

Commit

Permalink
Update canonical release tag and version report snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Aug 13, 2021
1 parent 0efd488 commit d744ee0
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defaults: &defaults
contract-defaults: &contract-defaults
<<: *defaults
environment:
RELEASE_TAG: core-contracts.v4
RELEASE_TAG: core-contracts.v5

e2e-defaults: &e2e-defaults
<<: *defaults
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
105 changes: 105 additions & 0 deletions packages/protocol/releaseData/versionReports/release5-report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
{
"oldArtifactsFolder": "/home/circleci/app/packages/protocol/build/core-contracts.v4/contracts",
"newArtifactsFolder": "/home/circleci/app/packages/protocol/build/core-contracts.v5/contracts",
"exclude": "/.*Test|Mock.*|I[A-Z].*|.*Proxy|MultiSig.*|ReleaseGold|SlasherUtil|UsingPrecompiles/",
"report": {
"contracts": {
"GrandaMento": {
"changes": {
"storage": [],
"major": [
{
"contract": "GrandaMento",
"type": "NewContract"
}
],
"minor": [],
"patch": []
},
"versionDelta": {
"storage": "=",
"major": "+1",
"minor": "0",
"patch": "0"
}
},
"UsingRegistryV2": {
"changes": {
"storage": [],
"major": [
{
"contract": "UsingRegistryV2",
"type": "NewContract"
}
],
"minor": [],
"patch": []
},
"versionDelta": {
"storage": "=",
"major": "+1",
"minor": "0",
"patch": "0"
}
},
"StableToken": {
"changes": {
"storage": [],
"major": [],
"minor": [],
"patch": [
{
"contract": "StableToken",
"type": "DeployedBytecode"
}
]
},
"versionDelta": {
"storage": "=",
"major": "=",
"minor": "=",
"patch": "+1"
}
},
"StableTokenEUR": {
"changes": {
"storage": [],
"major": [],
"minor": [],
"patch": [
{
"contract": "StableTokenEUR",
"type": "DeployedBytecode"
}
]
},
"versionDelta": {
"storage": "=",
"major": "=",
"minor": "=",
"patch": "+1"
}
},
"Validators": {
"changes": {
"storage": [],
"major": [],
"minor": [],
"patch": [
{
"contract": "Validators",
"type": "DeployedBytecode"
}
]
},
"versionDelta": {
"storage": "=",
"major": "=",
"minor": "=",
"patch": "+1"
}
}
},
"libraries": {}
}
}

0 comments on commit d744ee0

Please sign in to comment.