-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add version report for relase 6 (#9386)
* Add version report for relase 6 * Generate report against v5
- Loading branch information
Showing
1 changed file
with
388 additions
and
0 deletions.
There are no files selected for viewing
388 changes: 388 additions & 0 deletions
388
packages/protocol/releaseData/versionReports/release6-report.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |