Skip to content

Commit

Permalink
Add version report for relase 6 (#9386)
Browse files Browse the repository at this point in the history
* Add version report for relase 6

* Generate report against v5
  • Loading branch information
m-chrzan authored Mar 11, 2022
1 parent 160eed1 commit 9acf3d0
Showing 1 changed file with 388 additions and 0 deletions.
388 changes: 388 additions & 0 deletions packages/protocol/releaseData/versionReports/release6-report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,388 @@
{
"oldArtifactsFolder": "/home/circleci/app/packages/protocol/build/core-contracts.v5/contracts",
"newArtifactsFolder": "/home/circleci/app/packages/protocol/build/core-contracts.v6/contracts",
"exclude": "/.*Test|Mock.*|I[A-Z].*|.*Proxy|MultiSig.*|ReleaseGold|SlasherUtil|UsingPrecompiles/",
"report": {
"contracts": {
"ExchangeBRL": {
"changes": {
"storage": [],
"major": [
{
"contract": "ExchangeBRL",
"type": "NewContract"
}
],
"minor": [],
"patch": []
},
"versionDelta": {
"storage": "=",
"major": "+1",
"minor": "0",
"patch": "0"
}
},
"StableTokenBRL": {
"changes": {
"storage": [],
"major": [
{
"contract": "StableTokenBRL",
"type": "NewContract"
}
],
"minor": [],
"patch": []
},
"versionDelta": {
"storage": "=",
"major": "+1",
"minor": "0",
"patch": "0"
}
},
"Accounts": {
"changes": {
"storage": [],
"major": [],
"minor": [
{
"contract": "Accounts",
"signature": "addStorageRoot(bytes)",
"type": "MethodAdded"
},
{
"contract": "Accounts",
"signature": "removeStorageRoot(uint256)",
"type": "MethodAdded"
},
{
"contract": "Accounts",
"signature": "getOffchainStorageRoots(address)",
"type": "MethodAdded"
}
],
"patch": [
{
"contract": "Accounts",
"type": "DeployedBytecode"
},
{
"contract": "Accounts",
"dependency": "Signatures",
"type": "LibraryLinkingChange"
}
]
},
"versionDelta": {
"storage": "=",
"major": "=",
"minor": "+1",
"patch": "0"
}
},
"Attestations": {
"changes": {
"storage": [],
"major": [],
"minor": [],
"patch": [
{
"contract": "Attestations",
"type": "DeployedBytecode"
},
{
"contract": "Attestations",
"dependency": "Signatures",
"type": "LibraryLinkingChange"
}
]
},
"versionDelta": {
"storage": "=",
"major": "=",
"minor": "=",
"patch": "+1"
}
},
"Election": {
"changes": {
"storage": [],
"major": [],
"minor": [],
"patch": [
{
"contract": "Election",
"type": "DeployedBytecode"
},
{
"contract": "Election",
"dependency": "AddressSortedLinkedList",
"type": "LibraryLinkingChange"
}
]
},
"versionDelta": {
"storage": "=",
"major": "=",
"minor": "=",
"patch": "+1"
}
},
"Escrow": {
"changes": {
"storage": [],
"major": [],
"minor": [],
"patch": [
{
"contract": "Escrow",
"type": "DeployedBytecode"
},
{
"contract": "Escrow",
"dependency": "Signatures",
"type": "LibraryLinkingChange"
}
]
},
"versionDelta": {
"storage": "=",
"major": "=",
"minor": "=",
"patch": "+1"
}
},
"Governance": {
"changes": {
"storage": [],
"major": [],
"minor": [],
"patch": [
{
"contract": "Governance",
"type": "DeployedBytecode"
},
{
"contract": "Governance",
"dependency": "Proposals",
"type": "LibraryLinkingChange"
},
{
"contract": "Governance",
"dependency": "IntegerSortedLinkedList",
"type": "LibraryLinkingChange"
}
]
},
"versionDelta": {
"storage": "=",
"major": "=",
"minor": "=",
"patch": "+1"
}
},
"LockedGold": {
"changes": {
"storage": [],
"major": [],
"minor": [],
"patch": [
{
"contract": "LockedGold",
"type": "DeployedBytecode"
},
{
"contract": "LockedGold",
"dependency": "Signatures",
"type": "LibraryLinkingChange"
}
]
},
"versionDelta": {
"storage": "=",
"major": "=",
"minor": "=",
"patch": "+1"
}
},
"MetaTransactionWallet": {
"changes": {
"storage": [],
"major": [],
"minor": [],
"patch": [
{
"contract": "MetaTransactionWallet",
"type": "DeployedBytecode"
},
{
"contract": "MetaTransactionWallet",
"dependency": "Signatures",
"type": "LibraryLinkingChange"
}
]
},
"versionDelta": {
"storage": "=",
"major": "=",
"minor": "=",
"patch": "+1"
}
},
"SortedOracles": {
"changes": {
"storage": [],
"major": [],
"minor": [],
"patch": [
{
"contract": "SortedOracles",
"type": "DeployedBytecode"
},
{
"contract": "SortedOracles",
"dependency": "AddressSortedLinkedListWithMedian",
"type": "LibraryLinkingChange"
}
]
},
"versionDelta": {
"storage": "=",
"major": "=",
"minor": "=",
"patch": "+1"
}
},
"Validators": {
"changes": {
"storage": [],
"major": [],
"minor": [],
"patch": [
{
"contract": "Validators",
"type": "DeployedBytecode"
},
{
"contract": "Validators",
"dependency": "AddressLinkedList",
"type": "LibraryLinkingChange"
}
]
},
"versionDelta": {
"storage": "=",
"major": "=",
"minor": "=",
"patch": "+1"
}
}
},
"libraries": {
"AddressLinkedList": {
"storage": [],
"major": [
{
"contract": "AddressLinkedList",
"signature": "getVersionNumber()",
"type": "MethodRemoved"
}
],
"minor": [],
"patch": [
{
"contract": "AddressLinkedList",
"type": "DeployedBytecode"
}
]
},
"AddressSortedLinkedList": {
"storage": [],
"major": [
{
"contract": "AddressSortedLinkedList",
"signature": "getVersionNumber()",
"type": "MethodRemoved"
}
],
"minor": [],
"patch": [
{
"contract": "AddressSortedLinkedList",
"type": "DeployedBytecode"
}
]
},
"AddressSortedLinkedListWithMedian": {
"storage": [],
"major": [
{
"contract": "AddressSortedLinkedListWithMedian",
"signature": "getVersionNumber()",
"type": "MethodRemoved"
}
],
"minor": [],
"patch": [
{
"contract": "AddressSortedLinkedListWithMedian",
"type": "DeployedBytecode"
}
]
},
"IntegerSortedLinkedList": {
"storage": [],
"major": [
{
"contract": "IntegerSortedLinkedList",
"signature": "getVersionNumber()",
"type": "MethodRemoved"
}
],
"minor": [],
"patch": [
{
"contract": "IntegerSortedLinkedList",
"type": "DeployedBytecode"
}
]
},
"Proposals": {
"storage": [],
"major": [
{
"contract": "Proposals",
"signature": "getVersionNumber()",
"type": "MethodRemoved"
}
],
"minor": [],
"patch": [
{
"contract": "Proposals",
"type": "DeployedBytecode"
}
]
},
"Signatures": {
"storage": [],
"major": [
{
"contract": "Signatures",
"signature": "getVersionNumber()",
"type": "MethodRemoved"
}
],
"minor": [],
"patch": [
{
"contract": "Signatures",
"type": "DeployedBytecode"
}
]
}
}
}
}

0 comments on commit 9acf3d0

Please sign in to comment.