@keep-network/tbtc-v2 0.1.1-dev.102 → 0.1.1-dev.103
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/BridgeGovernance.json +13 -13
- package/artifacts/BridgeGovernanceParameters.json +2 -2
- package/artifacts/Deposit.json +7 -7
- package/artifacts/DepositSweep.json +9 -9
- package/artifacts/EcdsaDkgValidator.json +1 -1
- package/artifacts/EcdsaInactivity.json +1 -1
- package/artifacts/EcdsaSortitionPool.json +2 -2
- package/artifacts/Fraud.json +7 -7
- 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/MaintainerProxy.json +9 -9
- package/artifacts/MovingFunds.json +7 -7
- package/artifacts/NuCypherStakingEscrow.json +1 -1
- package/artifacts/NuCypherToken.json +2 -2
- package/artifacts/RandomBeaconStub.json +1 -1
- package/artifacts/Redemption.json +9 -9
- package/artifacts/ReimbursementPool.json +2 -2
- package/artifacts/Relay.json +7 -7
- package/artifacts/T.json +2 -2
- package/artifacts/TBTC.json +3 -3
- package/artifacts/TBTCToken.json +3 -3
- package/artifacts/TBTCVault.json +3 -3
- 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 +7 -7
- package/artifacts/solcInputs/{f53bc10568b6d3c32d2989742aa1c456.json → 4d9b6f53ac50e0b0457be71c45eba893.json} +3 -3
- 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/BitcoinTx.sol/BitcoinTx.json +2 -2
- package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
- package/build/contracts/bridge/Bridge.sol/Bridge.json +2 -2
- package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.dbg.json +1 -1
- package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +2 -2
- package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
- package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
- package/build/contracts/bridge/BridgeState.sol/BridgeState.json +2 -2
- package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
- package/build/contracts/bridge/Deposit.sol/Deposit.json +2 -2
- package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
- package/build/contracts/bridge/DepositSweep.sol/DepositSweep.json +2 -2
- 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/Fraud.sol/Fraud.json +2 -2
- 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/MovingFunds.sol/MovingFunds.json +2 -2
- package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/OutboundTx.json +2 -2
- package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/Redemption.json +2 -2
- 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/bridge/Wallets.sol/Wallets.json +2 -2
- package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
- package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +2 -2
- 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/contracts/bridge/Bridge.sol +2 -2
- package/contracts/bridge/BridgeGovernance.sol +2 -2
- package/contracts/bridge/Redemption.sol +3 -3
- package/package.json +1 -1
|
@@ -472,10 +472,10 @@ contract Bridge is
|
|
|
472
472
|
/// - redeemer: The Ethereum address of the redeemer who will be able
|
|
473
473
|
/// to claim Bank balance if anything goes wrong during the redemption.
|
|
474
474
|
/// In the most basic case, when someone redeems their balance
|
|
475
|
-
/// from the Bank, `balanceOwner` is the same as `
|
|
475
|
+
/// from the Bank, `balanceOwner` is the same as `redeemer`.
|
|
476
476
|
/// However, when a Vault is redeeming part of its balance for some
|
|
477
477
|
/// redeemer address (for example, someone who has earlier deposited
|
|
478
|
-
/// into that Vault), `balanceOwner` is the Vault, and `
|
|
478
|
+
/// into that Vault), `balanceOwner` is the Vault, and `redeemer` is
|
|
479
479
|
/// the address for which the vault is redeeming its balance to,
|
|
480
480
|
/// - walletPubKeyHash: The 20-byte wallet public key hash (computed
|
|
481
481
|
/// using Bitcoin HASH160 over the compressed ECDSA public key),
|
|
@@ -336,7 +336,7 @@ contract BridgeGovernance is Ownable {
|
|
|
336
336
|
|
|
337
337
|
/// @notice Finalizes the bridge governance transfer process.
|
|
338
338
|
/// @dev Can be called only by the contract owner, after the governance
|
|
339
|
-
/// delay elapses. Bridge governance
|
|
339
|
+
/// delay elapses. Bridge governance transferred event can be read
|
|
340
340
|
/// from the Governable bridge contract 'GovernanceTransferred(old, new)'.
|
|
341
341
|
/// Event that informs about the transfer in this function is skipped on
|
|
342
342
|
/// purpose to go down with the contract size.
|
|
@@ -1329,7 +1329,7 @@ contract BridgeGovernance is Ownable {
|
|
|
1329
1329
|
walletData.finalizeWalletMaxAgeUpdate(governanceDelay());
|
|
1330
1330
|
}
|
|
1331
1331
|
|
|
1332
|
-
/// @notice Begins the wallet max btc
|
|
1332
|
+
/// @notice Begins the wallet max btc transfer amount update process.
|
|
1333
1333
|
/// @dev Can be called only by the contract owner.
|
|
1334
1334
|
/// @param _newWalletMaxBtcTransfer New wallet max btc transfer.
|
|
1335
1335
|
function beginWalletMaxBtcTransferUpdate(uint64 _newWalletMaxBtcTransfer)
|
|
@@ -218,7 +218,7 @@ library Redemption {
|
|
|
218
218
|
/// the Ethereum chain.
|
|
219
219
|
/// @param balanceOwner The address of the Bank balance owner whose balance
|
|
220
220
|
/// is getting redeemed. Balance owner address is stored as
|
|
221
|
-
/// a
|
|
221
|
+
/// a redeemer address who will be able co claim back the Bank
|
|
222
222
|
/// balance if anything goes wrong during the redemption.
|
|
223
223
|
/// @param redeemerOutputScript The redeemer's length-prefixed output
|
|
224
224
|
/// script (P2PKH, P2WPKH, P2SH or P2WSH) that will be used to lock
|
|
@@ -289,10 +289,10 @@ library Redemption {
|
|
|
289
289
|
/// - redeemer: The Ethereum address of the redeemer who will be able
|
|
290
290
|
/// to claim Bank balance if anything goes wrong during the redemption.
|
|
291
291
|
/// In the most basic case, when someone redeems their Bitcoin
|
|
292
|
-
/// balance from the Bank, `balanceOwner` is the same as `
|
|
292
|
+
/// balance from the Bank, `balanceOwner` is the same as `redeemer`.
|
|
293
293
|
/// However, when a Vault is redeeming part of its balance for some
|
|
294
294
|
/// redeemer address (for example, someone who has earlier deposited
|
|
295
|
-
/// into that Vault), `balanceOwner` is the Vault, and `
|
|
295
|
+
/// into that Vault), `balanceOwner` is the Vault, and `redeemer` is
|
|
296
296
|
/// the address for which the vault is redeeming its balance to,
|
|
297
297
|
/// - walletPubKeyHash: The 20-byte wallet public key hash (computed
|
|
298
298
|
/// using Bitcoin HASH160 over the compressed ECDSA public key),
|