@keep-network/tbtc-v2 0.1.1-dev.86 → 0.1.1-dev.89
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.
- package/artifacts/Bank.json +3 -3
- package/artifacts/Bridge.json +5 -5
- package/artifacts/Deposit.json +2 -2
- package/artifacts/DepositSweep.json +2 -2
- package/artifacts/EcdsaDkgValidator.json +1 -1
- package/artifacts/EcdsaInactivity.json +1 -1
- package/artifacts/EcdsaSortitionPool.json +2 -2
- package/artifacts/Fraud.json +2 -2
- package/artifacts/KeepRegistry.json +1 -1
- package/artifacts/KeepStake.json +2 -2
- package/artifacts/KeepToken.json +2 -2
- package/artifacts/KeepTokenStaking.json +1 -1
- package/artifacts/MovingFunds.json +2 -2
- package/artifacts/NuCypherStakingEscrow.json +1 -1
- package/artifacts/NuCypherToken.json +2 -2
- package/artifacts/RandomBeaconStub.json +1 -1
- package/artifacts/Redemption.json +2 -2
- package/artifacts/ReimbursementPool.json +2 -2
- package/artifacts/Relay.json +2 -2
- package/artifacts/T.json +2 -2
- package/artifacts/TBTC.json +3 -3
- package/artifacts/TBTCToken.json +3 -3
- package/artifacts/TBTCVault.json +142 -69
- package/artifacts/TokenStaking.json +1 -1
- package/artifacts/TokenholderGovernor.json +9 -9
- package/artifacts/TokenholderTimelock.json +8 -8
- package/artifacts/VendingMachine.json +3 -3
- package/artifacts/VendingMachineKeep.json +1 -1
- package/artifacts/VendingMachineNuCypher.json +1 -1
- package/artifacts/WalletRegistry.json +5 -5
- package/artifacts/WalletRegistryGovernance.json +2 -2
- package/artifacts/Wallets.json +2 -2
- package/artifacts/solcInputs/{6371edede0c121e15ead18cf51551442.json → 00e4740299c76687f54267cd49adc9d5.json} +4 -4
- package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
- package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
- package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
- package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
- package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
- package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
- package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
- package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
- package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
- package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
- package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
- package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
- package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
- package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
- package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
- package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
- package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
- package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
- package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
- package/build/contracts/vault/TBTCVault.sol/TBTCVault.json +87 -29
- package/contracts/vault/TBTCVault.sol +68 -36
- package/deploy/{03_transfer_roles.ts → 03_transfer_vending_machine_roles.ts} +1 -1
- package/deploy/{08_transfer_ownership.ts → 08_transfer_bank_ownership.ts} +1 -1
- package/deploy/09_transfer_tbtc_vault_ownership.ts +15 -0
- package/deploy/{09_transfer_governance.ts → 10_transfer_bridge_governance.ts} +1 -1
- package/deploy/{10_transfer_proxy_admin_ownership.ts → 11_transfer_proxy_admin_ownership.ts} +0 -0
- package/deploy/{11_deploy_proxy_admin_with_deputy.ts → 12_deploy_proxy_admin_with_deputy.ts} +0 -0
- package/export.json +85 -27
- package/package.json +1 -1
package/export.json
CHANGED
|
@@ -16830,19 +16830,19 @@
|
|
|
16830
16830
|
"anonymous": false,
|
|
16831
16831
|
"inputs": [
|
|
16832
16832
|
{
|
|
16833
|
-
"indexed":
|
|
16833
|
+
"indexed": true,
|
|
16834
16834
|
"internalType": "address",
|
|
16835
|
-
"name": "
|
|
16835
|
+
"name": "to",
|
|
16836
16836
|
"type": "address"
|
|
16837
16837
|
},
|
|
16838
16838
|
{
|
|
16839
16839
|
"indexed": false,
|
|
16840
|
-
"internalType": "
|
|
16841
|
-
"name": "
|
|
16842
|
-
"type": "
|
|
16840
|
+
"internalType": "uint256",
|
|
16841
|
+
"name": "amount",
|
|
16842
|
+
"type": "uint256"
|
|
16843
16843
|
}
|
|
16844
16844
|
],
|
|
16845
|
-
"name": "
|
|
16845
|
+
"name": "Minted",
|
|
16846
16846
|
"type": "event"
|
|
16847
16847
|
},
|
|
16848
16848
|
{
|
|
@@ -16851,17 +16851,17 @@
|
|
|
16851
16851
|
{
|
|
16852
16852
|
"indexed": true,
|
|
16853
16853
|
"internalType": "address",
|
|
16854
|
-
"name": "
|
|
16854
|
+
"name": "previousOwner",
|
|
16855
16855
|
"type": "address"
|
|
16856
16856
|
},
|
|
16857
16857
|
{
|
|
16858
|
-
"indexed":
|
|
16859
|
-
"internalType": "
|
|
16860
|
-
"name": "
|
|
16861
|
-
"type": "
|
|
16858
|
+
"indexed": true,
|
|
16859
|
+
"internalType": "address",
|
|
16860
|
+
"name": "newOwner",
|
|
16861
|
+
"type": "address"
|
|
16862
16862
|
}
|
|
16863
16863
|
],
|
|
16864
|
-
"name": "
|
|
16864
|
+
"name": "OwnershipTransferred",
|
|
16865
16865
|
"type": "event"
|
|
16866
16866
|
},
|
|
16867
16867
|
{
|
|
@@ -16948,19 +16948,6 @@
|
|
|
16948
16948
|
"stateMutability": "nonpayable",
|
|
16949
16949
|
"type": "function"
|
|
16950
16950
|
},
|
|
16951
|
-
{
|
|
16952
|
-
"inputs": [],
|
|
16953
|
-
"name": "governance",
|
|
16954
|
-
"outputs": [
|
|
16955
|
-
{
|
|
16956
|
-
"internalType": "address",
|
|
16957
|
-
"name": "",
|
|
16958
|
-
"type": "address"
|
|
16959
|
-
}
|
|
16960
|
-
],
|
|
16961
|
-
"stateMutability": "view",
|
|
16962
|
-
"type": "function"
|
|
16963
|
-
},
|
|
16964
16951
|
{
|
|
16965
16952
|
"inputs": [
|
|
16966
16953
|
{
|
|
@@ -17000,6 +16987,19 @@
|
|
|
17000
16987
|
"stateMutability": "view",
|
|
17001
16988
|
"type": "function"
|
|
17002
16989
|
},
|
|
16990
|
+
{
|
|
16991
|
+
"inputs": [],
|
|
16992
|
+
"name": "owner",
|
|
16993
|
+
"outputs": [
|
|
16994
|
+
{
|
|
16995
|
+
"internalType": "address",
|
|
16996
|
+
"name": "",
|
|
16997
|
+
"type": "address"
|
|
16998
|
+
}
|
|
16999
|
+
],
|
|
17000
|
+
"stateMutability": "view",
|
|
17001
|
+
"type": "function"
|
|
17002
|
+
},
|
|
17003
17003
|
{
|
|
17004
17004
|
"inputs": [
|
|
17005
17005
|
{
|
|
@@ -17092,6 +17092,29 @@
|
|
|
17092
17092
|
"stateMutability": "nonpayable",
|
|
17093
17093
|
"type": "function"
|
|
17094
17094
|
},
|
|
17095
|
+
{
|
|
17096
|
+
"inputs": [
|
|
17097
|
+
{
|
|
17098
|
+
"internalType": "contract IERC20",
|
|
17099
|
+
"name": "token",
|
|
17100
|
+
"type": "address"
|
|
17101
|
+
},
|
|
17102
|
+
{
|
|
17103
|
+
"internalType": "address",
|
|
17104
|
+
"name": "recipient",
|
|
17105
|
+
"type": "address"
|
|
17106
|
+
},
|
|
17107
|
+
{
|
|
17108
|
+
"internalType": "uint256",
|
|
17109
|
+
"name": "amount",
|
|
17110
|
+
"type": "uint256"
|
|
17111
|
+
}
|
|
17112
|
+
],
|
|
17113
|
+
"name": "recoverERC20FromToken",
|
|
17114
|
+
"outputs": [],
|
|
17115
|
+
"stateMutability": "nonpayable",
|
|
17116
|
+
"type": "function"
|
|
17117
|
+
},
|
|
17095
17118
|
{
|
|
17096
17119
|
"inputs": [
|
|
17097
17120
|
{
|
|
@@ -17120,6 +17143,41 @@
|
|
|
17120
17143
|
"stateMutability": "nonpayable",
|
|
17121
17144
|
"type": "function"
|
|
17122
17145
|
},
|
|
17146
|
+
{
|
|
17147
|
+
"inputs": [
|
|
17148
|
+
{
|
|
17149
|
+
"internalType": "contract IERC721",
|
|
17150
|
+
"name": "token",
|
|
17151
|
+
"type": "address"
|
|
17152
|
+
},
|
|
17153
|
+
{
|
|
17154
|
+
"internalType": "address",
|
|
17155
|
+
"name": "recipient",
|
|
17156
|
+
"type": "address"
|
|
17157
|
+
},
|
|
17158
|
+
{
|
|
17159
|
+
"internalType": "uint256",
|
|
17160
|
+
"name": "tokenId",
|
|
17161
|
+
"type": "uint256"
|
|
17162
|
+
},
|
|
17163
|
+
{
|
|
17164
|
+
"internalType": "bytes",
|
|
17165
|
+
"name": "data",
|
|
17166
|
+
"type": "bytes"
|
|
17167
|
+
}
|
|
17168
|
+
],
|
|
17169
|
+
"name": "recoverERC721FromToken",
|
|
17170
|
+
"outputs": [],
|
|
17171
|
+
"stateMutability": "nonpayable",
|
|
17172
|
+
"type": "function"
|
|
17173
|
+
},
|
|
17174
|
+
{
|
|
17175
|
+
"inputs": [],
|
|
17176
|
+
"name": "renounceOwnership",
|
|
17177
|
+
"outputs": [],
|
|
17178
|
+
"stateMutability": "nonpayable",
|
|
17179
|
+
"type": "function"
|
|
17180
|
+
},
|
|
17123
17181
|
{
|
|
17124
17182
|
"inputs": [],
|
|
17125
17183
|
"name": "tbtcToken",
|
|
@@ -17137,11 +17195,11 @@
|
|
|
17137
17195
|
"inputs": [
|
|
17138
17196
|
{
|
|
17139
17197
|
"internalType": "address",
|
|
17140
|
-
"name": "
|
|
17198
|
+
"name": "newOwner",
|
|
17141
17199
|
"type": "address"
|
|
17142
17200
|
}
|
|
17143
17201
|
],
|
|
17144
|
-
"name": "
|
|
17202
|
+
"name": "transferOwnership",
|
|
17145
17203
|
"outputs": [],
|
|
17146
17204
|
"stateMutability": "nonpayable",
|
|
17147
17205
|
"type": "function"
|