From 688844489a4ef0ded775ea9b47929e15c38693bf Mon Sep 17 00:00:00 2001 From: Martin Volpe Date: Thu, 29 Sep 2022 16:28:47 +0200 Subject: [PATCH 1/7] Added files used for deploy --- .../baklava_fix_report_report.json | 859 ++++++++++++++++++ .../nonstandard/baklavaUpdate.json | 7 + 2 files changed, 866 insertions(+) create mode 100644 packages/protocol/releaseData/nonstandarVersionReports/baklava_fix_report_report.json create mode 100644 packages/protocol/releaseData/nonstandard/baklavaUpdate.json diff --git a/packages/protocol/releaseData/nonstandarVersionReports/baklava_fix_report_report.json b/packages/protocol/releaseData/nonstandarVersionReports/baklava_fix_report_report.json new file mode 100644 index 00000000000..db7faeff9e4 --- /dev/null +++ b/packages/protocol/releaseData/nonstandarVersionReports/baklava_fix_report_report.json @@ -0,0 +1,859 @@ +{ + "oldArtifactsFolder": "/Users/martinvol/celo/celo-monorepo/packages/protocol/build/core-contracts.v3/contracts", + "newArtifactsFolder": "/Users/martinvol/celo/celo-monorepo/packages/protocol/build/core-contracts.v8/contracts", + "exclude": "/.*Test|Mock.*|I[A-Z].*|.*Proxy|MultiSig.*|ReleaseGold|SlasherUtil|UsingPrecompiles/", + "report": { + "contracts": { + "Escrow": { + "changes": { + "storage": [], + "major": [ + { + "contract": "Escrow", + "signature": "setRegistry(address)", + "type": "MethodRemoved" + }, + { + "contract": "Escrow", + "signature": "initialize(address)", + "type": "MethodRemoved" + } + ], + "minor": [ + { + "contract": "Escrow", + "signature": "transferWithTrustedIssuers(bytes32,address,uint256,uint256,address,uint256,address[])", + "type": "MethodAdded" + }, + { + "contract": "Escrow", + "signature": "getTrustedIssuersPerPayment(address)", + "type": "MethodAdded" + }, + { + "contract": "Escrow", + "signature": "getDefaultTrustedIssuers()", + "type": "MethodAdded" + }, + { + "contract": "Escrow", + "signature": "MAX_TRUSTED_ISSUERS_PER_PAYMENT()", + "type": "MethodAdded" + }, + { + "contract": "Escrow", + "signature": "addDefaultTrustedIssuer(address)", + "type": "MethodAdded" + }, + { + "contract": "Escrow", + "signature": "removeDefaultTrustedIssuer(address,uint256)", + "type": "MethodAdded" + }, + { + "contract": "Escrow", + "signature": "initialize()", + "type": "MethodAdded" + } + ], + "patch": [ + { + "contract": "Escrow", + "type": "DeployedBytecode" + }, + { + "contract": "Escrow", + "dependency": "Signatures", + "type": "LibraryLinkingChange" + } + ] + }, + "versionDelta": { + "storage": "=", + "major": "+3", + "minor": "0", + "patch": "0" + } + }, + "Exchange": { + "changes": { + "storage": [], + "major": [ + { + "contract": "Exchange", + "signature": "initialize(address,address,uint256,uint256,uint256,uint256)", + "type": "MethodRemoved" + } + ], + "minor": [ + { + "contract": "Exchange", + "signature": "initialize(address,string,uint256,uint256,uint256,uint256)", + "type": "MethodAdded" + }, + { + "contract": "Exchange", + "signature": "activateStable()", + "type": "MethodAdded" + } + ], + "patch": [ + { + "contract": "Exchange", + "type": "DeployedBytecode" + } + ] + }, + "versionDelta": { + "storage": "=", + "major": "+1", + "minor": "0", + "patch": "0" + } + }, + "ExchangeBRL": { + "changes": { + "storage": [], + "major": [ + { + "contract": "ExchangeBRL", + "type": "NewContract" + } + ], + "minor": [], + "patch": [] + }, + "versionDelta": { + "storage": "=", + "major": "+2", + "minor": "0", + "patch": "0" + } + }, + "ExchangeEUR": { + "changes": { + "storage": [], + "major": [ + { + "contract": "ExchangeEUR", + "signature": "initialize(address,address,uint256,uint256,uint256,uint256)", + "type": "MethodRemoved" + } + ], + "minor": [ + { + "contract": "ExchangeEUR", + "signature": "initialize(address,string,uint256,uint256,uint256,uint256)", + "type": "MethodAdded" + }, + { + "contract": "ExchangeEUR", + "signature": "activateStable()", + "type": "MethodAdded" + } + ], + "patch": [ + { + "contract": "ExchangeEUR", + "type": "DeployedBytecode" + } + ] + }, + "versionDelta": { + "storage": "=", + "major": "+1", + "minor": "0", + "patch": "0" + } + }, + "FederatedAttestations": { + "changes": { + "storage": [], + "major": [ + { + "contract": "FederatedAttestations", + "type": "NewContract" + } + ], + "minor": [], + "patch": [ + { + "contract": "FederatedAttestations", + "dependency": "Signatures", + "type": "LibraryLinkingChange" + } + ] + }, + "versionDelta": { + "storage": "=", + "major": "+1", + "minor": "0", + "patch": "0" + } + }, + "GrandaMento": { + "changes": { + "storage": [], + "major": [ + { + "contract": "GrandaMento", + "type": "NewContract" + } + ], + "minor": [], + "patch": [] + }, + "versionDelta": { + "storage": "=", + "major": "+1", + "minor": "0", + "patch": "0" + } + }, + "OdisPayments": { + "changes": { + "storage": [], + "major": [ + { + "contract": "OdisPayments", + "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" + } + }, + "UsingRegistryV2": { + "changes": { + "storage": [], + "major": [ + { + "contract": "UsingRegistryV2", + "type": "NewContract" + } + ], + "minor": [], + "patch": [] + }, + "versionDelta": { + "storage": "=", + "major": "+1", + "minor": "0", + "patch": "0" + } + }, + "UsingRegistryV2BackwardsCompatible": { + "changes": { + "storage": [], + "major": [ + { + "contract": "UsingRegistryV2BackwardsCompatible", + "type": "NewContract" + } + ], + "minor": [], + "patch": [] + }, + "versionDelta": { + "storage": "=", + "major": "+1", + "minor": "0", + "patch": "0" + } + }, + "Accounts": { + "changes": { + "storage": [], + "major": [], + "minor": [ + { + "contract": "Accounts", + "signature": "setPaymentDelegation(address,uint256)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "getPaymentDelegation(address)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "isSigner(address,address,bytes32)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "setEip712DomainSeparator()", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "addStorageRoot(bytes)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "removeStorageRoot(uint256)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "getOffchainStorageRoots(address)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "deletePaymentDelegation()", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "setIndexedSigner(address,bytes32)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "authorizeSignerWithSignature(address,bytes32,uint8,bytes32,bytes32)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "authorizeSigner(address,bytes32)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "completeSignerAuthorization(address,bytes32)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "isLegacySigner(address,address,bytes32)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "isDefaultSigner(address,address,bytes32)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "isIndexedSigner(address,address,bytes32)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "removeDefaultSigner(bytes32)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "removeIndexedSigner(bytes32)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "removeSigner(address,bytes32)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "isLegacyRole(bytes32)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "getLegacySigner(address,bytes32)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "getDefaultSigner(address,bytes32)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "getIndexedSigner(address,bytes32)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "hasLegacySigner(address,bytes32)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "hasDefaultSigner(address,bytes32)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "hasIndexedSigner(address,bytes32)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "hasAuthorizedSigner(address,string)", + "type": "MethodAdded" + }, + { + "contract": "Accounts", + "signature": "getRoleAuthorizationSigner(address,address,bytes32,uint8,bytes32,bytes32)", + "type": "MethodAdded" + } + ], + "patch": [ + { + "contract": "Accounts", + "type": "DeployedBytecode" + }, + { + "contract": "Accounts", + "dependency": "Signatures", + "type": "LibraryLinkingChange" + } + ] + }, + "versionDelta": { + "storage": "=", + "major": "=", + "minor": "+1", + "patch": "0" + } + }, + "Election": { + "changes": { + "storage": [], + "major": [], + "minor": [ + { + "contract": "Election", + "signature": "activateForAccount(address,address)", + "type": "MethodAdded" + } + ], + "patch": [ + { + "contract": "Election", + "type": "DeployedBytecode" + }, + { + "contract": "Election", + "dependency": "AddressSortedLinkedList", + "type": "LibraryLinkingChange" + } + ] + }, + "versionDelta": { + "storage": "=", + "major": "=", + "minor": "+1", + "patch": "+1" + } + }, + "Governance": { + "changes": { + "storage": [], + "major": [], + "minor": [ + { + "contract": "Governance", + "signature": "revokeVotes()", + "type": "MethodAdded" + } + ], + "patch": [ + { + "contract": "Governance", + "type": "DeployedBytecode" + }, + { + "contract": "Governance", + "dependency": "Proposals", + "type": "LibraryLinkingChange" + }, + { + "contract": "Governance", + "dependency": "IntegerSortedLinkedList", + "type": "LibraryLinkingChange" + } + ] + }, + "versionDelta": { + "storage": "=", + "major": "=", + "minor": "+1", + "patch": "-1" + } + }, + "LockedGold": { + "changes": { + "storage": [], + "major": [], + "minor": [ + { + "contract": "LockedGold", + "signature": "getPendingWithdrawal(address,uint256)", + "type": "MethodAdded" + } + ], + "patch": [ + { + "contract": "LockedGold", + "type": "DeployedBytecode" + }, + { + "contract": "LockedGold", + "dependency": "Signatures", + "type": "LibraryLinkingChange" + } + ] + }, + "versionDelta": { + "storage": "=", + "major": "=", + "minor": "+1", + "patch": "0" + } + }, + "MetaTransactionWallet": { + "changes": { + "storage": [], + "major": [], + "minor": [ + { + "contract": "MetaTransactionWallet", + "signature": "setGuardian(address)", + "type": "MethodAdded" + }, + { + "contract": "MetaTransactionWallet", + "signature": "recoverWallet(address)", + "type": "MethodAdded" + } + ], + "patch": [ + { + "contract": "MetaTransactionWallet", + "type": "DeployedBytecode" + }, + { + "contract": "MetaTransactionWallet", + "dependency": "Signatures", + "type": "LibraryLinkingChange" + } + ] + }, + "versionDelta": { + "storage": "=", + "major": "=", + "minor": "+1", + "patch": "+1" + } + }, + "Attestations": { + "changes": { + "storage": [], + "major": [], + "minor": [], + "patch": [ + { + "contract": "Attestations", + "type": "DeployedBytecode" + }, + { + "contract": "Attestations", + "dependency": "Signatures", + "type": "LibraryLinkingChange" + } + ] + }, + "versionDelta": { + "storage": "=", + "major": "=", + "minor": "=", + "patch": "+1" + } + }, + "GoldToken": { + "changes": { + "storage": [], + "major": [], + "minor": [], + "patch": [ + { + "contract": "GoldToken", + "type": "DeployedBytecode" + } + ] + }, + "versionDelta": { + "storage": "=", + "major": "=", + "minor": "=", + "patch": "+1" + } + }, + "MetaTransactionWalletDeployer": { + "changes": { + "storage": [], + "major": [], + "minor": [], + "patch": [ + { + "contract": "MetaTransactionWalletDeployer", + "type": "DeployedBytecode" + } + ] + }, + "versionDelta": { + "storage": "=", + "major": "=", + "minor": "=", + "patch": "+1" + } + }, + "Reserve": { + "changes": { + "storage": [], + "major": [], + "minor": [], + "patch": [ + { + "contract": "Reserve", + "signature": "getExchangeSpenders()", + "oldValue": "public", + "newValue": "external", + "type": "MethodVisibility" + }, + { + "contract": "Reserve", + "type": "DeployedBytecode" + } + ] + }, + "versionDelta": { + "storage": "=", + "major": "=", + "minor": "=", + "patch": "+2" + } + }, + "SortedOracles": { + "changes": { + "storage": [], + "major": [], + "minor": [], + "patch": [ + { + "contract": "SortedOracles", + "type": "DeployedBytecode" + }, + { + "contract": "SortedOracles", + "dependency": "AddressSortedLinkedListWithMedian", + "type": "LibraryLinkingChange" + } + ] + }, + "versionDelta": { + "storage": "=", + "major": "=", + "minor": "=", + "patch": "+1" + } + }, + "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" + }, + { + "contract": "Validators", + "dependency": "AddressLinkedList", + "type": "LibraryLinkingChange" + } + ] + }, + "versionDelta": { + "storage": "=", + "major": "=", + "minor": "=", + "patch": "+3" + } + } + }, + "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" + } + ] + } + } + } +} diff --git a/packages/protocol/releaseData/nonstandard/baklavaUpdate.json b/packages/protocol/releaseData/nonstandard/baklavaUpdate.json new file mode 100644 index 00000000000..ecd71b6820f --- /dev/null +++ b/packages/protocol/releaseData/nonstandard/baklavaUpdate.json @@ -0,0 +1,7 @@ +{ + "GrandaMento": ["0x000000000000000000000000000000000000ce10", "0x0000000000000000000000000000000000000000", "300000000000000000000000", "0", "1209600"], + "StableTokenBRL": ["Celo Brazilian Real", "cREAL", 18, "0x000000000000000000000000000000000000ce10", "1000000000000000000000000", "47304000", [], [], "ExchangeBRL"], + "ExchangeBRL": ["0x000000000000000000000000000000000000ce10", "0x0000000000000000000000000000000000000000", "5000000000000000000000", "250000000000000000000", "300", "5"], + "FederatedAttestations": [], + "OdisPayments": [] +} \ No newline at end of file From 7cd45f58396165f068cffd20d0e6c3d07c19117a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Volpe?= Date: Wed, 12 Oct 2022 22:10:51 +0200 Subject: [PATCH 2/7] Fixed some versions --- .../baklava_fix_report_report.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/protocol/releaseData/nonstandarVersionReports/baklava_fix_report_report.json b/packages/protocol/releaseData/nonstandarVersionReports/baklava_fix_report_report.json index db7faeff9e4..e1bcaf8aaca 100644 --- a/packages/protocol/releaseData/nonstandarVersionReports/baklava_fix_report_report.json +++ b/packages/protocol/releaseData/nonstandarVersionReports/baklava_fix_report_report.json @@ -70,7 +70,7 @@ }, "versionDelta": { "storage": "=", - "major": "+3", + "major": "+1", "minor": "0", "patch": "0" } @@ -205,9 +205,9 @@ }, "versionDelta": { "storage": "=", - "major": "+1", + "major": "0", "minor": "0", - "patch": "0" + "patch": "+1" } }, "OdisPayments": { @@ -245,7 +245,7 @@ "storage": "=", "major": "+1", "minor": "0", - "patch": "0" + "patch": "+1" } }, "UsingRegistryV2": { From 913a4502aa61de8e4ba8b8c3fb32f9bf68fc540e Mon Sep 17 00:00:00 2001 From: Martin Volpe Date: Wed, 12 Oct 2022 22:27:02 +0200 Subject: [PATCH 3/7] Removing registry v2 --- .../baklava_fix_report_report.json | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/packages/protocol/releaseData/nonstandarVersionReports/baklava_fix_report_report.json b/packages/protocol/releaseData/nonstandarVersionReports/baklava_fix_report_report.json index e1bcaf8aaca..4332bd43418 100644 --- a/packages/protocol/releaseData/nonstandarVersionReports/baklava_fix_report_report.json +++ b/packages/protocol/releaseData/nonstandarVersionReports/baklava_fix_report_report.json @@ -248,25 +248,6 @@ "patch": "+1" } }, - "UsingRegistryV2": { - "changes": { - "storage": [], - "major": [ - { - "contract": "UsingRegistryV2", - "type": "NewContract" - } - ], - "minor": [], - "patch": [] - }, - "versionDelta": { - "storage": "=", - "major": "+1", - "minor": "0", - "patch": "0" - } - }, "UsingRegistryV2BackwardsCompatible": { "changes": { "storage": [], From bd31c5bbd5c4ffa1cdff4084420f6a728b081319 Mon Sep 17 00:00:00 2001 From: Martin Volpe Date: Wed, 12 Oct 2022 22:31:45 +0200 Subject: [PATCH 4/7] Added the approver to GrandaMento --- packages/protocol/releaseData/nonstandard/baklavaUpdate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/protocol/releaseData/nonstandard/baklavaUpdate.json b/packages/protocol/releaseData/nonstandard/baklavaUpdate.json index ecd71b6820f..08e64be75ae 100644 --- a/packages/protocol/releaseData/nonstandard/baklavaUpdate.json +++ b/packages/protocol/releaseData/nonstandard/baklavaUpdate.json @@ -1,5 +1,5 @@ { - "GrandaMento": ["0x000000000000000000000000000000000000ce10", "0x0000000000000000000000000000000000000000", "300000000000000000000000", "0", "1209600"], + "GrandaMento": ["0x000000000000000000000000000000000000ce10", "0x0Cc59Ed03B3e763c02d54D695FFE353055f1502D", "300000000000000000000000", "0", "1209600"], "StableTokenBRL": ["Celo Brazilian Real", "cREAL", 18, "0x000000000000000000000000000000000000ce10", "1000000000000000000000000", "47304000", [], [], "ExchangeBRL"], "ExchangeBRL": ["0x000000000000000000000000000000000000ce10", "0x0000000000000000000000000000000000000000", "5000000000000000000000", "250000000000000000000", "300", "5"], "FederatedAttestations": [], From 2e4c0add597014aeeaa6b78760cc0c6b658aea7a Mon Sep 17 00:00:00 2001 From: Martin Volpe Date: Wed, 12 Oct 2022 22:52:34 +0200 Subject: [PATCH 5/7] removing UsingRegistryV2BackwardsCompatible --- .../nonstandarVersionReports/baklava_fix_report_report.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/protocol/releaseData/nonstandarVersionReports/baklava_fix_report_report.json b/packages/protocol/releaseData/nonstandarVersionReports/baklava_fix_report_report.json index 4332bd43418..7aba93a176b 100644 --- a/packages/protocol/releaseData/nonstandarVersionReports/baklava_fix_report_report.json +++ b/packages/protocol/releaseData/nonstandarVersionReports/baklava_fix_report_report.json @@ -248,12 +248,12 @@ "patch": "+1" } }, - "UsingRegistryV2BackwardsCompatible": { + "UsingRegistryV2": { "changes": { "storage": [], "major": [ { - "contract": "UsingRegistryV2BackwardsCompatible", + "contract": "UsingRegistryV2", "type": "NewContract" } ], From 564b82ea390a8fe126ba19f5e264f810d72ccc92 Mon Sep 17 00:00:00 2001 From: Martin Volpe Date: Thu, 13 Oct 2022 21:32:06 +0200 Subject: [PATCH 6/7] moved folders --- .../nonstandarVersionReports/baklava_fix_report_report.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/protocol/releaseData/{ => versionReports}/nonstandarVersionReports/baklava_fix_report_report.json (100%) diff --git a/packages/protocol/releaseData/nonstandarVersionReports/baklava_fix_report_report.json b/packages/protocol/releaseData/versionReports/nonstandarVersionReports/baklava_fix_report_report.json similarity index 100% rename from packages/protocol/releaseData/nonstandarVersionReports/baklava_fix_report_report.json rename to packages/protocol/releaseData/versionReports/nonstandarVersionReports/baklava_fix_report_report.json From 67accf97f3a7d20cb72f408fd545a44aec3123aa Mon Sep 17 00:00:00 2001 From: Martin Volpe Date: Thu, 13 Oct 2022 22:51:32 +0200 Subject: [PATCH 7/7] renaming and fixed params --- packages/protocol/releaseData/nonstandard/baklavaUpdate.json | 2 +- .../baklava_fix_report_report.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename packages/protocol/releaseData/versionReports/{nonstandarVersionReports => nonstandar}/baklava_fix_report_report.json (100%) diff --git a/packages/protocol/releaseData/nonstandard/baklavaUpdate.json b/packages/protocol/releaseData/nonstandard/baklavaUpdate.json index 08e64be75ae..2ca0978aa34 100644 --- a/packages/protocol/releaseData/nonstandard/baklavaUpdate.json +++ b/packages/protocol/releaseData/nonstandard/baklavaUpdate.json @@ -1,7 +1,7 @@ { "GrandaMento": ["0x000000000000000000000000000000000000ce10", "0x0Cc59Ed03B3e763c02d54D695FFE353055f1502D", "300000000000000000000000", "0", "1209600"], "StableTokenBRL": ["Celo Brazilian Real", "cREAL", 18, "0x000000000000000000000000000000000000ce10", "1000000000000000000000000", "47304000", [], [], "ExchangeBRL"], - "ExchangeBRL": ["0x000000000000000000000000000000000000ce10", "0x0000000000000000000000000000000000000000", "5000000000000000000000", "250000000000000000000", "300", "5"], + "ExchangeBRL": ["0x000000000000000000000000000000000000ce10", "StableTokenBRL", "5000000000000000000000", "250000000000000000000", "300", "5"], "FederatedAttestations": [], "OdisPayments": [] } \ No newline at end of file diff --git a/packages/protocol/releaseData/versionReports/nonstandarVersionReports/baklava_fix_report_report.json b/packages/protocol/releaseData/versionReports/nonstandar/baklava_fix_report_report.json similarity index 100% rename from packages/protocol/releaseData/versionReports/nonstandarVersionReports/baklava_fix_report_report.json rename to packages/protocol/releaseData/versionReports/nonstandar/baklava_fix_report_report.json