Skip to content

Commit

Permalink
release report 9 (#10282)
Browse files Browse the repository at this point in the history
  • Loading branch information
pahor167 committed May 3, 2023
1 parent 9e95e4d commit 0cd32ed
Showing 1 changed file with 264 additions and 0 deletions.
264 changes: 264 additions & 0 deletions packages/protocol/releaseData/versionReports/release9-report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,264 @@
{
"oldArtifactsFolder": "/home/circleci/app/packages/protocol/build/core-contracts.v8/contracts",
"newArtifactsFolder": "/home/circleci/app/packages/protocol/build/core-contracts.v9/contracts",
"exclude": "/.*Test|Mock.*|I[A-Z].*|.*Proxy|MultiSig.*|ReleaseGold|SlasherUtil|UsingPrecompiles|^UsingRegistry/",
"report": {
"contracts": {
"Attestations": {
"changes": {
"storage": [],
"major": [
{
"contract": "Attestations",
"signature": "request(bytes32,uint256,address)",
"type": "MethodRemoved"
},
{
"contract": "Attestations",
"signature": "selectIssuers(bytes32)",
"type": "MethodRemoved"
},
{
"contract": "Attestations",
"signature": "complete(bytes32,uint8,bytes32,bytes32)",
"type": "MethodRemoved"
},
{
"contract": "Attestations",
"signature": "approveTransfer(bytes32,uint256,address,address,bool)",
"type": "MethodRemoved"
}
],
"minor": [],
"patch": [
{
"contract": "Attestations",
"type": "DeployedBytecode"
}
]
},
"versionDelta": {
"storage": "=",
"major": "+1",
"minor": "0",
"patch": "0"
}
},
"Governance": {
"changes": {
"storage": [],
"major": [
{
"contract": "Governance",
"signature": "initialize(address,address,uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256)",
"type": "MethodRemoved"
},
{
"contract": "Governance",
"signature": "setApprovalStageDuration(uint256)",
"type": "MethodRemoved"
},
{
"contract": "Governance",
"signature": "getApprovalStageDuration()",
"type": "MethodRemoved"
},
{
"contract": "Governance",
"signature": "getVoteRecord(address,uint256)",
"oldValue": "uint256, uint256, uint256",
"newValue": "uint256, uint256, uint256, uint256, uint256, uint256",
"type": "MethodReturn"
}
],
"minor": [
{
"contract": "Governance",
"signature": "getAmountOfGoldUsedForVoting(address)",
"type": "MethodAdded"
},
{
"contract": "Governance",
"signature": "initialize(address,address,uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256)",
"type": "MethodAdded"
},
{
"contract": "Governance",
"signature": "votePartially(uint256,uint256,uint256,uint256,uint256)",
"type": "MethodAdded"
}
],
"patch": [
{
"contract": "Governance",
"type": "DeployedBytecode"
},
{
"contract": "Governance",
"dependency": "Proposals",
"type": "LibraryLinkingChange"
}
]
},
"versionDelta": {
"storage": "=",
"major": "+1",
"minor": "0",
"patch": "0"
}
},
"Election": {
"changes": {
"storage": [],
"major": [],
"minor": [
{
"contract": "Election",
"signature": "allowedToVoteOverMaxNumberOfGroups(address)",
"type": "MethodAdded"
},
{
"contract": "Election",
"signature": "updateTotalVotesByAccountForGroup(address,address)",
"type": "MethodAdded"
},
{
"contract": "Election",
"signature": "setAllowedToVoteOverMaxNumberOfGroups(bool)",
"type": "MethodAdded"
}
],
"patch": [
{
"contract": "Election",
"type": "DeployedBytecode"
}
]
},
"versionDelta": {
"storage": "=",
"major": "=",
"minor": "+1",
"patch": "0"
}
},
"GoldToken": {
"changes": {
"storage": [],
"major": [],
"minor": [
{
"contract": "GoldToken",
"signature": "burn(uint256)",
"type": "MethodAdded"
},
{
"contract": "GoldToken",
"signature": "circulatingSupply()",
"type": "MethodAdded"
},
{
"contract": "GoldToken",
"signature": "getBurnedAmount()",
"type": "MethodAdded"
}
],
"patch": [
{
"contract": "GoldToken",
"type": "DeployedBytecode"
}
]
},
"versionDelta": {
"storage": "=",
"major": "=",
"minor": "+1",
"patch": "0"
}
},
"LockedGold": {
"changes": {
"storage": [],
"major": [],
"minor": [],
"patch": [
{
"contract": "LockedGold",
"type": "DeployedBytecode"
}
]
},
"versionDelta": {
"storage": "=",
"major": "=",
"minor": "=",
"patch": "+1"
}
},
"MetaTransactionWalletDeployer": {
"changes": {
"storage": [],
"major": [],
"minor": [],
"patch": [
{
"contract": "MetaTransactionWalletDeployer",
"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": {
"Proposals": {
"storage": [],
"major": [
{
"contract": "Proposals",
"signature": "updateVote(struct Proposals.Proposal,uint256,uint256,enum Proposals.VoteValue,enum Proposals.VoteValue)",
"type": "MethodRemoved"
}
],
"minor": [
{
"contract": "Proposals",
"signature": "updateVote(struct Proposals.Proposal,uint256,uint256,uint256,uint256,uint256,uint256)",
"type": "MethodAdded"
}
],
"patch": [
{
"contract": "Proposals",
"type": "DeployedBytecode"
}
]
}
}
}
}

0 comments on commit 0cd32ed

Please sign in to comment.