@keep-network/tbtc-v2 1.1.0 → 1.2.0-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/artifacts/.chainId +1 -1
  2. package/artifacts/BLS.json +223 -0
  3. package/artifacts/Bank.json +50 -40
  4. package/artifacts/BeaconAuthorization.json +273 -0
  5. package/artifacts/BeaconDkg.json +241 -0
  6. package/artifacts/BeaconDkgValidator.json +501 -0
  7. package/artifacts/BeaconInactivity.json +151 -0
  8. package/artifacts/BeaconSortitionPool.json +1187 -0
  9. package/artifacts/Bridge.json +449 -32
  10. package/artifacts/BridgeGovernance.json +24 -24
  11. package/artifacts/BridgeGovernanceParameters.json +10 -10
  12. package/artifacts/Deposit.json +13 -13
  13. package/artifacts/DepositSweep.json +13 -13
  14. package/artifacts/DonationVault.json +17 -17
  15. package/artifacts/EcdsaDkgValidator.json +517 -0
  16. package/artifacts/EcdsaInactivity.json +156 -0
  17. package/artifacts/EcdsaSortitionPool.json +1187 -0
  18. package/artifacts/Fraud.json +14 -14
  19. package/artifacts/KeepRegistry.json +99 -0
  20. package/artifacts/KeepStake.json +286 -0
  21. package/artifacts/KeepToken.json +711 -0
  22. package/artifacts/KeepTokenStaking.json +483 -0
  23. package/artifacts/LightRelay.json +38 -38
  24. package/artifacts/MaintainerProxy.json +47 -47
  25. package/artifacts/MovingFunds.json +14 -14
  26. package/artifacts/NuCypherStakingEscrow.json +287 -0
  27. package/artifacts/NuCypherToken.json +711 -0
  28. package/artifacts/RandomBeacon.json +3271 -0
  29. package/artifacts/RandomBeaconChaosnet.json +252 -0
  30. package/artifacts/RandomBeaconGovernance.json +3499 -0
  31. package/artifacts/Redemption.json +13 -13
  32. package/artifacts/ReimbursementPool.json +509 -0
  33. package/artifacts/T.json +1148 -0
  34. package/artifacts/TBTC.json +37 -36
  35. package/artifacts/TBTCToken.json +738 -0
  36. package/artifacts/TBTCVault.json +47 -47
  37. package/artifacts/TokenStaking.json +2288 -0
  38. package/artifacts/TokenholderGovernor.json +1795 -0
  39. package/artifacts/TokenholderTimelock.json +1058 -0
  40. package/artifacts/VendingMachine.json +35 -34
  41. package/artifacts/VendingMachineKeep.json +400 -0
  42. package/artifacts/VendingMachineNuCypher.json +400 -0
  43. package/artifacts/VendingMachineV2.json +19 -19
  44. package/artifacts/VendingMachineV3.json +19 -19
  45. package/artifacts/WalletRegistry.json +1962 -0
  46. package/artifacts/WalletRegistryGovernance.json +2863 -0
  47. package/artifacts/Wallets.json +13 -13
  48. package/artifacts/solcInputs/{fccb130292c8c7cc958ab4fa31a3e180.json → cc4433405642a987910ddb374547d19a.json} +15 -12
  49. package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +11975 -0
  50. package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +51806 -0
  51. package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +11988 -0
  52. package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +822 -0
  53. package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +12729 -0
  54. package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +2160 -0
  55. package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +3407 -0
  56. package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +14263 -0
  57. package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +10644 -0
  58. package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +1160 -0
  59. package/export/test/integration/data/bls.js +12 -0
  60. package/export/test/integration/data/integration.js +133 -0
  61. package/export/test/integration/utils/ecdsa-wallet-registry.js +370 -0
  62. package/export/test/integration/utils/random-beacon.js +193 -0
  63. package/export/{deploy/08_deploy_maintainer_proxy.js → test/integration/utils/staking.js} +35 -32
  64. package/package.json +5 -5
  65. package/artifacts/solcInputs/7cc3eda3cb3ff2522d18b5e7b31ea228.json +0 -102
  66. package/artifacts/solcInputs/802132f7da69a8a4226cb9424480847b.json +0 -218
  67. package/artifacts/solcInputs/887fad6b16575ba42183543c324eeb0e.json +0 -335
  68. package/export/deploy/00_resolve_relay.js +0 -83
  69. package/export/deploy/01_deploy_tbtc_v2_token.js +0 -70
  70. package/export/deploy/02_deploy_vending_machine.js +0 -84
  71. package/export/deploy/03_transfer_vending_machine_roles.js +0 -69
  72. package/export/deploy/04_deploy_bank.js +0 -73
  73. package/export/deploy/05_deploy_bridge.js +0 -178
  74. package/export/deploy/06_deploy_tbtc_vault.js +0 -80
  75. package/export/deploy/07_deploy_bridge_governance.js +0 -87
  76. package/export/deploy/09_bank_update_bridge.js +0 -63
  77. package/export/deploy/10_authorize_spv_maintainer_in_bridge.js +0 -61
  78. package/export/deploy/11_transfer_bank_ownership.js +0 -60
  79. package/export/deploy/12_transfer_bridge_governance.js +0 -63
  80. package/export/deploy/13_transfer_bridge_governance_ownership.js +0 -60
  81. package/export/deploy/14_transfer_tbtc_vault_ownership.js +0 -60
  82. package/export/deploy/15_transfer_maintainer_proxy_ownership.js +0 -60
  83. package/export/deploy/16_initialize_wallet_owner.js +0 -63
  84. package/export/deploy/16_transfer_proxy_admin_ownership.js +0 -73
  85. package/export/deploy/17_authorize_maintainer_proxy_in_bridge.js +0 -63
  86. package/export/deploy/17_transfer_proxy_admin_ownership.js +0 -73
  87. package/export/deploy/18_authorize_maintainer_proxy_in_bridge.js +0 -63
  88. package/export/deploy/18_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -63
  89. package/export/deploy/19_authorize_bridge_in_reimbursement_pool.js +0 -63
  90. package/export/deploy/19_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -63
  91. package/export/deploy/20_authorize_bridge_in_reimbursement_pool.js +0 -63
  92. package/export/deploy/20_deploy_proxy_admin_with_deputy.js +0 -80
  93. package/export/deploy/21_transfer_reimbursement_pool_ownership.js +0 -60
  94. package/export/deploy/22_deploy_proxy_admin_with_deputy.js +0 -80
  95. package/export/deploy/24_transfer_maintainer_proxy_ownership.js +0 -60
  96. package/export/deploy/25_transfer_proxy_admin_ownership.js +0 -73
  97. package/export/deploy/26_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -70
  98. package/export/deploy/27_authorize_bridge_in_reimbursement_pool.js +0 -70
  99. package/export/deploy/28_deploy_proxy_admin_with_deputy.js +0 -80
  100. package/export/typechain/RelayStub.js +0 -2
  101. package/export/typechain/TestRelay.js +0 -2
  102. package/export/typechain/factories/RelayStub__factory.js +0 -546
  103. package/export/typechain/factories/TestRelay__factory.js +0 -168
@@ -1,60 +0,0 @@
1
- "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
- var __generator = (this && this.__generator) || function (thisArg, body) {
12
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
13
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
14
- function verb(n) { return function (v) { return step([n, v]); }; }
15
- function step(op) {
16
- if (f) throw new TypeError("Generator is already executing.");
17
- while (_) try {
18
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
19
- if (y = 0, t) op = [op[0] & 2, t.value];
20
- switch (op[0]) {
21
- case 0: case 1: t = op; break;
22
- case 4: _.label++; return { value: op[1], done: false };
23
- case 5: _.label++; y = op[1]; op = [0]; continue;
24
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
25
- default:
26
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
27
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
28
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
29
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
30
- if (t[2]) _.ops.pop();
31
- _.trys.pop(); continue;
32
- }
33
- op = body.call(thisArg, _);
34
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
35
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
36
- }
37
- };
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- var func = function (hre) {
40
- return __awaiter(this, void 0, void 0, function () {
41
- var getNamedAccounts, helpers, _a, deployer, governance;
42
- return __generator(this, function (_b) {
43
- switch (_b.label) {
44
- case 0:
45
- getNamedAccounts = hre.getNamedAccounts, helpers = hre.helpers;
46
- return [4 /*yield*/, getNamedAccounts()];
47
- case 1:
48
- _a = _b.sent(), deployer = _a.deployer, governance = _a.governance;
49
- return [4 /*yield*/, helpers.ownable.transferOwnership("ReimbursementPool", governance, deployer)];
50
- case 2:
51
- _b.sent();
52
- return [2 /*return*/];
53
- }
54
- });
55
- });
56
- };
57
- exports.default = func;
58
- func.tags = ["TransferReimbursementPoolOwnership"];
59
- func.dependencies = ["ReimbursementPool"];
60
- func.runAtTheEnd = true;
@@ -1,80 +0,0 @@
1
- "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
- var __generator = (this && this.__generator) || function (thisArg, body) {
12
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
13
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
14
- function verb(n) { return function (v) { return step([n, v]); }; }
15
- function step(op) {
16
- if (f) throw new TypeError("Generator is already executing.");
17
- while (_) try {
18
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
19
- if (y = 0, t) op = [op[0] & 2, t.value];
20
- switch (op[0]) {
21
- case 0: case 1: t = op; break;
22
- case 4: _.label++; return { value: op[1], done: false };
23
- case 5: _.label++; y = op[1]; op = [0]; continue;
24
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
25
- default:
26
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
27
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
28
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
29
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
30
- if (t[2]) _.ops.pop();
31
- _.trys.pop(); continue;
32
- }
33
- op = body.call(thisArg, _);
34
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
35
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
36
- }
37
- };
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- var func = function (hre) { return __awaiter(void 0, void 0, void 0, function () {
40
- var ethers, getNamedAccounts, upgrades, deployments, _a, deployer, dao, esdm, BridgeProxyAdminWithDeputy, Bridge, proxyAdmin, _b, _c;
41
- return __generator(this, function (_d) {
42
- switch (_d.label) {
43
- case 0:
44
- ethers = hre.ethers, getNamedAccounts = hre.getNamedAccounts, upgrades = hre.upgrades, deployments = hre.deployments;
45
- return [4 /*yield*/, getNamedAccounts()];
46
- case 1:
47
- _a = _d.sent(), deployer = _a.deployer, dao = _a.dao, esdm = _a.esdm;
48
- return [4 /*yield*/, deployments.deploy("BridgeProxyAdminWithDeputy", {
49
- contract: "ProxyAdminWithDeputy",
50
- from: deployer,
51
- args: [dao, esdm],
52
- log: true,
53
- waitConfirmations: 1,
54
- })];
55
- case 2:
56
- BridgeProxyAdminWithDeputy = _d.sent();
57
- return [4 /*yield*/, deployments.get("Bridge")];
58
- case 3:
59
- Bridge = _d.sent();
60
- return [4 /*yield*/, upgrades.admin.getInstance()];
61
- case 4:
62
- proxyAdmin = _d.sent();
63
- _c = (_b = proxyAdmin)
64
- .connect;
65
- return [4 /*yield*/, ethers.getSigner(esdm)];
66
- case 5: return [4 /*yield*/, _c.apply(_b, [_d.sent()])
67
- .changeProxyAdmin(Bridge.address, BridgeProxyAdminWithDeputy.address)];
68
- case 6:
69
- _d.sent();
70
- return [2 /*return*/];
71
- }
72
- });
73
- }); };
74
- exports.default = func;
75
- func.tags = ["BridgeProxyAdminWithDeputy"];
76
- func.dependencies = ["Bridge"];
77
- // TODO: For now we skip this script as DAO is not yet established.
78
- func.skip = function () { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
79
- return [2 /*return*/, true];
80
- }); }); };
@@ -1,60 +0,0 @@
1
- "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
- var __generator = (this && this.__generator) || function (thisArg, body) {
12
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
13
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
14
- function verb(n) { return function (v) { return step([n, v]); }; }
15
- function step(op) {
16
- if (f) throw new TypeError("Generator is already executing.");
17
- while (_) try {
18
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
19
- if (y = 0, t) op = [op[0] & 2, t.value];
20
- switch (op[0]) {
21
- case 0: case 1: t = op; break;
22
- case 4: _.label++; return { value: op[1], done: false };
23
- case 5: _.label++; y = op[1]; op = [0]; continue;
24
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
25
- default:
26
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
27
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
28
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
29
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
30
- if (t[2]) _.ops.pop();
31
- _.trys.pop(); continue;
32
- }
33
- op = body.call(thisArg, _);
34
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
35
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
36
- }
37
- };
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- var func = function (hre) {
40
- return __awaiter(this, void 0, void 0, function () {
41
- var getNamedAccounts, helpers, _a, deployer, governance;
42
- return __generator(this, function (_b) {
43
- switch (_b.label) {
44
- case 0:
45
- getNamedAccounts = hre.getNamedAccounts, helpers = hre.helpers;
46
- return [4 /*yield*/, getNamedAccounts()];
47
- case 1:
48
- _a = _b.sent(), deployer = _a.deployer, governance = _a.governance;
49
- return [4 /*yield*/, helpers.ownable.transferOwnership("MaintainerProxy", governance, deployer)];
50
- case 2:
51
- _b.sent();
52
- return [2 /*return*/];
53
- }
54
- });
55
- });
56
- };
57
- exports.default = func;
58
- func.tags = ["TransferMaintainerProxyOwnership"];
59
- func.dependencies = ["MaintainerProxy"];
60
- func.runAtTheEnd = true;
@@ -1,73 +0,0 @@
1
- "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
- var __generator = (this && this.__generator) || function (thisArg, body) {
12
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
13
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
14
- function verb(n) { return function (v) { return step([n, v]); }; }
15
- function step(op) {
16
- if (f) throw new TypeError("Generator is already executing.");
17
- while (_) try {
18
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
19
- if (y = 0, t) op = [op[0] & 2, t.value];
20
- switch (op[0]) {
21
- case 0: case 1: t = op; break;
22
- case 4: _.label++; return { value: op[1], done: false };
23
- case 5: _.label++; y = op[1]; op = [0]; continue;
24
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
25
- default:
26
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
27
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
28
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
29
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
30
- if (t[2]) _.ops.pop();
31
- _.trys.pop(); continue;
32
- }
33
- op = body.call(thisArg, _);
34
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
35
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
36
- }
37
- };
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- var func = function (hre) { return __awaiter(void 0, void 0, void 0, function () {
40
- var helpers, upgrades, deployments, _a, esdm, deployer, log, newProxyAdminOwner, proxyAdmin, currentOwner;
41
- return __generator(this, function (_b) {
42
- switch (_b.label) {
43
- case 0:
44
- helpers = hre.helpers, upgrades = hre.upgrades, deployments = hre.deployments;
45
- return [4 /*yield*/, helpers.signers.getNamedSigners()];
46
- case 1:
47
- _a = _b.sent(), esdm = _a.esdm, deployer = _a.deployer;
48
- log = deployments.log;
49
- newProxyAdminOwner = esdm.address;
50
- return [4 /*yield*/, upgrades.admin.getInstance()];
51
- case 2:
52
- proxyAdmin = _b.sent();
53
- return [4 /*yield*/, proxyAdmin.owner()
54
- // The `@openzeppelin/hardhat-upgrades` plugin deploys a single ProxyAdmin
55
- // per network. We don't want to transfer the ownership if the owner is already
56
- // set to the desired address.
57
- ];
58
- case 3:
59
- currentOwner = _b.sent();
60
- if (!!helpers.address.equal(currentOwner, newProxyAdminOwner)) return [3 /*break*/, 6];
61
- log("transferring ownership of ProxyAdmin to ".concat(newProxyAdminOwner));
62
- return [4 /*yield*/, proxyAdmin.connect(deployer).transferOwnership(newProxyAdminOwner)];
63
- case 4: return [4 /*yield*/, (_b.sent()).wait()];
64
- case 5:
65
- _b.sent();
66
- _b.label = 6;
67
- case 6: return [2 /*return*/];
68
- }
69
- });
70
- }); };
71
- exports.default = func;
72
- func.tags = ["TransferProxyAdminOwnership"];
73
- func.dependencies = ["Bridge"];
@@ -1,70 +0,0 @@
1
- "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
- var __generator = (this && this.__generator) || function (thisArg, body) {
12
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
13
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
14
- function verb(n) { return function (v) { return step([n, v]); }; }
15
- function step(op) {
16
- if (f) throw new TypeError("Generator is already executing.");
17
- while (_) try {
18
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
19
- if (y = 0, t) op = [op[0] & 2, t.value];
20
- switch (op[0]) {
21
- case 0: case 1: t = op; break;
22
- case 4: _.label++; return { value: op[1], done: false };
23
- case 5: _.label++; y = op[1]; op = [0]; continue;
24
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
25
- default:
26
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
27
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
28
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
29
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
30
- if (t[2]) _.ops.pop();
31
- _.trys.pop(); continue;
32
- }
33
- op = body.call(thisArg, _);
34
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
35
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
36
- }
37
- };
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- var func = function (hre) {
40
- return __awaiter(this, void 0, void 0, function () {
41
- var getNamedAccounts, deployments, execute, governance, MaintainerProxy;
42
- return __generator(this, function (_a) {
43
- switch (_a.label) {
44
- case 0:
45
- getNamedAccounts = hre.getNamedAccounts, deployments = hre.deployments;
46
- execute = deployments.execute;
47
- return [4 /*yield*/, getNamedAccounts()];
48
- case 1:
49
- governance = (_a.sent()).governance;
50
- return [4 /*yield*/, deployments.get("MaintainerProxy")];
51
- case 2:
52
- MaintainerProxy = _a.sent();
53
- return [4 /*yield*/, execute("ReimbursementPool", { from: governance, log: true, waitConfirmations: 1 }, "authorize", MaintainerProxy.address)];
54
- case 3:
55
- _a.sent();
56
- return [2 /*return*/];
57
- }
58
- });
59
- });
60
- };
61
- exports.default = func;
62
- func.tags = ["AuthorizeMaintainerProxyInReimbursementPool"];
63
- func.dependencies = ["ReimbursementPool", "MaintainerProxy"];
64
- // On mainnet, the ReimbursementPool ownership is passed to the Treshold
65
- // Council / DAO and that address is not controlled by the dev team.
66
- // Hence, this step can be executed only for non-mainnet networks such as
67
- // Hardhat (unit tests) and Goerli (testnet).
68
- func.skip = function (hre) { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
69
- return [2 /*return*/, hre.network.name === "mainnet"];
70
- }); }); };
@@ -1,70 +0,0 @@
1
- "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
- var __generator = (this && this.__generator) || function (thisArg, body) {
12
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
13
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
14
- function verb(n) { return function (v) { return step([n, v]); }; }
15
- function step(op) {
16
- if (f) throw new TypeError("Generator is already executing.");
17
- while (_) try {
18
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
19
- if (y = 0, t) op = [op[0] & 2, t.value];
20
- switch (op[0]) {
21
- case 0: case 1: t = op; break;
22
- case 4: _.label++; return { value: op[1], done: false };
23
- case 5: _.label++; y = op[1]; op = [0]; continue;
24
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
25
- default:
26
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
27
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
28
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
29
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
30
- if (t[2]) _.ops.pop();
31
- _.trys.pop(); continue;
32
- }
33
- op = body.call(thisArg, _);
34
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
35
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
36
- }
37
- };
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- var func = function (hre) {
40
- return __awaiter(this, void 0, void 0, function () {
41
- var getNamedAccounts, deployments, execute, governance, Bridge;
42
- return __generator(this, function (_a) {
43
- switch (_a.label) {
44
- case 0:
45
- getNamedAccounts = hre.getNamedAccounts, deployments = hre.deployments;
46
- execute = deployments.execute;
47
- return [4 /*yield*/, getNamedAccounts()];
48
- case 1:
49
- governance = (_a.sent()).governance;
50
- return [4 /*yield*/, deployments.get("Bridge")];
51
- case 2:
52
- Bridge = _a.sent();
53
- return [4 /*yield*/, execute("ReimbursementPool", { from: governance, log: true, waitConfirmations: 1 }, "authorize", Bridge.address)];
54
- case 3:
55
- _a.sent();
56
- return [2 /*return*/];
57
- }
58
- });
59
- });
60
- };
61
- exports.default = func;
62
- func.tags = ["AuthorizeBridgeInReimbursementPool"];
63
- func.dependencies = ["ReimbursementPool", "Bridge"];
64
- // On mainnet, the ReimbursementPool ownership is passed to the Treshold
65
- // Council / DAO and that address is not controlled by the dev team.
66
- // Hence, this step can be executed only for non-mainnet networks such as
67
- // Hardhat (unit tests) and Goerli (testnet).
68
- func.skip = function (hre) { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
69
- return [2 /*return*/, hre.network.name === "mainnet"];
70
- }); }); };
@@ -1,80 +0,0 @@
1
- "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
- var __generator = (this && this.__generator) || function (thisArg, body) {
12
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
13
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
14
- function verb(n) { return function (v) { return step([n, v]); }; }
15
- function step(op) {
16
- if (f) throw new TypeError("Generator is already executing.");
17
- while (_) try {
18
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
19
- if (y = 0, t) op = [op[0] & 2, t.value];
20
- switch (op[0]) {
21
- case 0: case 1: t = op; break;
22
- case 4: _.label++; return { value: op[1], done: false };
23
- case 5: _.label++; y = op[1]; op = [0]; continue;
24
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
25
- default:
26
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
27
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
28
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
29
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
30
- if (t[2]) _.ops.pop();
31
- _.trys.pop(); continue;
32
- }
33
- op = body.call(thisArg, _);
34
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
35
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
36
- }
37
- };
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- var func = function (hre) { return __awaiter(void 0, void 0, void 0, function () {
40
- var ethers, getNamedAccounts, upgrades, deployments, _a, deployer, dao, esdm, BridgeProxyAdminWithDeputy, Bridge, proxyAdmin, _b, _c;
41
- return __generator(this, function (_d) {
42
- switch (_d.label) {
43
- case 0:
44
- ethers = hre.ethers, getNamedAccounts = hre.getNamedAccounts, upgrades = hre.upgrades, deployments = hre.deployments;
45
- return [4 /*yield*/, getNamedAccounts()];
46
- case 1:
47
- _a = _d.sent(), deployer = _a.deployer, dao = _a.dao, esdm = _a.esdm;
48
- return [4 /*yield*/, deployments.deploy("BridgeProxyAdminWithDeputy", {
49
- contract: "ProxyAdminWithDeputy",
50
- from: deployer,
51
- args: [dao, esdm],
52
- log: true,
53
- waitConfirmations: 1,
54
- })];
55
- case 2:
56
- BridgeProxyAdminWithDeputy = _d.sent();
57
- return [4 /*yield*/, deployments.get("Bridge")];
58
- case 3:
59
- Bridge = _d.sent();
60
- return [4 /*yield*/, upgrades.admin.getInstance()];
61
- case 4:
62
- proxyAdmin = _d.sent();
63
- _c = (_b = proxyAdmin)
64
- .connect;
65
- return [4 /*yield*/, ethers.getSigner(esdm)];
66
- case 5: return [4 /*yield*/, _c.apply(_b, [_d.sent()])
67
- .changeProxyAdmin(Bridge.address, BridgeProxyAdminWithDeputy.address)];
68
- case 6:
69
- _d.sent();
70
- return [2 /*return*/];
71
- }
72
- });
73
- }); };
74
- exports.default = func;
75
- func.tags = ["BridgeProxyAdminWithDeputy"];
76
- func.dependencies = ["Bridge"];
77
- // TODO: For now we skip this script as DAO is not yet established.
78
- func.skip = function () { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
79
- return [2 /*return*/, true];
80
- }); }); };
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });