@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.
Files changed (76) hide show
  1. package/artifacts/Bank.json +3 -3
  2. package/artifacts/Bridge.json +5 -5
  3. package/artifacts/BridgeGovernance.json +13 -13
  4. package/artifacts/BridgeGovernanceParameters.json +2 -2
  5. package/artifacts/Deposit.json +7 -7
  6. package/artifacts/DepositSweep.json +9 -9
  7. package/artifacts/EcdsaDkgValidator.json +1 -1
  8. package/artifacts/EcdsaInactivity.json +1 -1
  9. package/artifacts/EcdsaSortitionPool.json +2 -2
  10. package/artifacts/Fraud.json +7 -7
  11. package/artifacts/KeepRegistry.json +1 -1
  12. package/artifacts/KeepStake.json +2 -2
  13. package/artifacts/KeepToken.json +2 -2
  14. package/artifacts/KeepTokenStaking.json +1 -1
  15. package/artifacts/MaintainerProxy.json +9 -9
  16. package/artifacts/MovingFunds.json +7 -7
  17. package/artifacts/NuCypherStakingEscrow.json +1 -1
  18. package/artifacts/NuCypherToken.json +2 -2
  19. package/artifacts/RandomBeaconStub.json +1 -1
  20. package/artifacts/Redemption.json +9 -9
  21. package/artifacts/ReimbursementPool.json +2 -2
  22. package/artifacts/Relay.json +7 -7
  23. package/artifacts/T.json +2 -2
  24. package/artifacts/TBTC.json +3 -3
  25. package/artifacts/TBTCToken.json +3 -3
  26. package/artifacts/TBTCVault.json +3 -3
  27. package/artifacts/TokenStaking.json +1 -1
  28. package/artifacts/TokenholderGovernor.json +9 -9
  29. package/artifacts/TokenholderTimelock.json +8 -8
  30. package/artifacts/VendingMachine.json +3 -3
  31. package/artifacts/VendingMachineKeep.json +1 -1
  32. package/artifacts/VendingMachineNuCypher.json +1 -1
  33. package/artifacts/WalletRegistry.json +5 -5
  34. package/artifacts/WalletRegistryGovernance.json +2 -2
  35. package/artifacts/Wallets.json +7 -7
  36. package/artifacts/solcInputs/{f53bc10568b6d3c32d2989742aa1c456.json → 4d9b6f53ac50e0b0457be71c45eba893.json} +3 -3
  37. package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
  38. package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
  39. package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
  40. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
  41. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.json +2 -2
  42. package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  43. package/build/contracts/bridge/Bridge.sol/Bridge.json +2 -2
  44. package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.dbg.json +1 -1
  45. package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +2 -2
  46. package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
  47. package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
  48. package/build/contracts/bridge/BridgeState.sol/BridgeState.json +2 -2
  49. package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
  50. package/build/contracts/bridge/Deposit.sol/Deposit.json +2 -2
  51. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
  52. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.json +2 -2
  53. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
  54. package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
  55. package/build/contracts/bridge/Fraud.sol/Fraud.json +2 -2
  56. package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
  57. package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
  58. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
  59. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.json +2 -2
  60. package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
  61. package/build/contracts/bridge/Redemption.sol/OutboundTx.json +2 -2
  62. package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
  63. package/build/contracts/bridge/Redemption.sol/Redemption.json +2 -2
  64. package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
  65. package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
  66. package/build/contracts/bridge/Wallets.sol/Wallets.json +2 -2
  67. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
  68. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +2 -2
  69. package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
  70. package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
  71. package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
  72. package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
  73. package/contracts/bridge/Bridge.sol +2 -2
  74. package/contracts/bridge/BridgeGovernance.sol +2 -2
  75. package/contracts/bridge/Redemption.sol +3 -3
  76. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/7d4c715d41b90f9992960e00fe51d4e8.json"
3
+ "buildInfo": "../../../build-info/af4088d07d242870c25a4caa413f2a4e.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/7d4c715d41b90f9992960e00fe51d4e8.json"
3
+ "buildInfo": "../../../build-info/af4088d07d242870c25a4caa413f2a4e.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/7d4c715d41b90f9992960e00fe51d4e8.json"
3
+ "buildInfo": "../../../build-info/af4088d07d242870c25a4caa413f2a4e.json"
4
4
  }
@@ -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 `redemeer`.
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 `redemeer` is
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 trannsferred event can be read
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 transafer amount update process.
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 redemeer address who will be able co claim back the Bank
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 `redemeer`.
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 `redemeer` is
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),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keep-network/tbtc-v2",
3
- "version": "0.1.1-dev.102+main.244b61e58ddbcf21db808062b41beead8734611a",
3
+ "version": "0.1.1-dev.103+main.a038deeb55891909c36a8537ad390e1e5da3fd24",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "artifacts/",