@keep-network/tbtc-v2 0.1.1-dev.68 → 0.1.1-dev.70

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 (71) hide show
  1. package/artifacts/Bank.json +6 -6
  2. package/artifacts/Bridge.json +21 -21
  3. package/artifacts/DefaultProxyAdmin.json +5 -5
  4. package/artifacts/Deposit.json +11 -11
  5. package/artifacts/DepositSweep.json +9 -9
  6. package/artifacts/EcdsaDkgValidator.json +4 -4
  7. package/artifacts/EcdsaInactivity.json +3 -3
  8. package/artifacts/Fraud.json +21 -21
  9. package/artifacts/KeepRegistry.json +1 -1
  10. package/artifacts/KeepStake.json +2 -2
  11. package/artifacts/KeepToken.json +2 -2
  12. package/artifacts/KeepTokenStaking.json +1 -1
  13. package/artifacts/MovingFunds.json +16 -16
  14. package/artifacts/NuCypherStakingEscrow.json +1 -1
  15. package/artifacts/NuCypherToken.json +2 -2
  16. package/artifacts/RandomBeaconStub.json +3 -3
  17. package/artifacts/Redemption.json +13 -13
  18. package/artifacts/ReimbursementPool.json +5 -5
  19. package/artifacts/Relay.json +11 -11
  20. package/artifacts/SortitionPool.json +6 -6
  21. package/artifacts/T.json +2 -2
  22. package/artifacts/TBTC.json +6 -6
  23. package/artifacts/TBTCToken.json +6 -6
  24. package/artifacts/TokenStaking.json +1 -1
  25. package/artifacts/TokenholderGovernor.json +9 -9
  26. package/artifacts/TokenholderTimelock.json +8 -8
  27. package/artifacts/VendingMachine.json +13 -13
  28. package/artifacts/VendingMachineKeep.json +1 -1
  29. package/artifacts/VendingMachineNuCypher.json +1 -1
  30. package/artifacts/WalletRegistry.json +12 -12
  31. package/artifacts/WalletRegistry_Implementation.json +3 -3
  32. package/artifacts/WalletRegistry_Proxy.json +12 -12
  33. package/artifacts/Wallets.json +7 -7
  34. package/artifacts/solcInputs/{849676ae534cda0adec6ccf4d074608c.json → 922f95457ca7980d018c851fb3308a7e.json} +5 -5
  35. package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
  36. package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
  37. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
  38. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.json +2 -2
  39. package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  40. package/build/contracts/bridge/Bridge.sol/Bridge.json +34 -34
  41. package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
  42. package/build/contracts/bridge/BridgeState.sol/BridgeState.json +2 -2
  43. package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
  44. package/build/contracts/bridge/Deposit.sol/Deposit.json +4 -4
  45. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
  46. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.json +2 -2
  47. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
  48. package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
  49. package/build/contracts/bridge/Fraud.sol/Fraud.json +5 -5
  50. package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
  51. package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
  52. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
  53. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.json +9 -9
  54. package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
  55. package/build/contracts/bridge/Redemption.sol/OutboundTx.json +2 -2
  56. package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
  57. package/build/contracts/bridge/Redemption.sol/Redemption.json +6 -6
  58. package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
  59. package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
  60. package/build/contracts/bridge/Wallets.sol/Wallets.json +2 -2
  61. package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
  62. package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
  63. package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
  64. package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
  65. package/contracts/bridge/Bridge.sol +45 -35
  66. package/contracts/bridge/Deposit.sol +2 -2
  67. package/contracts/bridge/Fraud.sol +38 -22
  68. package/contracts/bridge/MovingFunds.sol +10 -7
  69. package/contracts/bridge/Redemption.sol +4 -4
  70. package/export.json +36 -36
  71. package/package.json +1 -1
package/export.json CHANGED
@@ -14282,7 +14282,7 @@
14282
14282
  "type": "uint32"
14283
14283
  },
14284
14284
  {
14285
- "indexed": false,
14285
+ "indexed": true,
14286
14286
  "internalType": "address",
14287
14287
  "name": "depositor",
14288
14288
  "type": "address"
@@ -14300,7 +14300,7 @@
14300
14300
  "type": "bytes8"
14301
14301
  },
14302
14302
  {
14303
- "indexed": false,
14303
+ "indexed": true,
14304
14304
  "internalType": "bytes20",
14305
14305
  "name": "walletPubKeyHash",
14306
14306
  "type": "bytes20"
@@ -14360,7 +14360,7 @@
14360
14360
  "anonymous": false,
14361
14361
  "inputs": [
14362
14362
  {
14363
- "indexed": false,
14363
+ "indexed": true,
14364
14364
  "internalType": "bytes20",
14365
14365
  "name": "walletPubKeyHash",
14366
14366
  "type": "bytes20"
@@ -14372,7 +14372,7 @@
14372
14372
  "type": "bytes"
14373
14373
  },
14374
14374
  {
14375
- "indexed": false,
14375
+ "indexed": true,
14376
14376
  "internalType": "address",
14377
14377
  "name": "redeemer",
14378
14378
  "type": "address"
@@ -14403,7 +14403,7 @@
14403
14403
  "anonymous": false,
14404
14404
  "inputs": [
14405
14405
  {
14406
- "indexed": false,
14406
+ "indexed": true,
14407
14407
  "internalType": "bytes20",
14408
14408
  "name": "walletPubKeyHash",
14409
14409
  "type": "bytes20"
@@ -14422,7 +14422,7 @@
14422
14422
  "anonymous": false,
14423
14423
  "inputs": [
14424
14424
  {
14425
- "indexed": false,
14425
+ "indexed": true,
14426
14426
  "internalType": "bytes20",
14427
14427
  "name": "walletPubKeyHash",
14428
14428
  "type": "bytes20"
@@ -14552,7 +14552,7 @@
14552
14552
  "anonymous": false,
14553
14553
  "inputs": [
14554
14554
  {
14555
- "indexed": false,
14555
+ "indexed": true,
14556
14556
  "internalType": "bytes20",
14557
14557
  "name": "walletPubKeyHash",
14558
14558
  "type": "bytes20"
@@ -14571,7 +14571,7 @@
14571
14571
  "anonymous": false,
14572
14572
  "inputs": [
14573
14573
  {
14574
- "indexed": false,
14574
+ "indexed": true,
14575
14575
  "internalType": "bytes20",
14576
14576
  "name": "walletPubKeyHash",
14577
14577
  "type": "bytes20"
@@ -14590,7 +14590,7 @@
14590
14590
  "anonymous": false,
14591
14591
  "inputs": [
14592
14592
  {
14593
- "indexed": false,
14593
+ "indexed": true,
14594
14594
  "internalType": "bytes20",
14595
14595
  "name": "walletPubKeyHash",
14596
14596
  "type": "bytes20"
@@ -14632,7 +14632,7 @@
14632
14632
  "anonymous": false,
14633
14633
  "inputs": [
14634
14634
  {
14635
- "indexed": false,
14635
+ "indexed": true,
14636
14636
  "internalType": "bytes20",
14637
14637
  "name": "walletPubKeyHash",
14638
14638
  "type": "bytes20"
@@ -14657,7 +14657,7 @@
14657
14657
  "anonymous": false,
14658
14658
  "inputs": [
14659
14659
  {
14660
- "indexed": false,
14660
+ "indexed": true,
14661
14661
  "internalType": "bytes20",
14662
14662
  "name": "walletPubKeyHash",
14663
14663
  "type": "bytes20"
@@ -14676,7 +14676,7 @@
14676
14676
  "anonymous": false,
14677
14677
  "inputs": [
14678
14678
  {
14679
- "indexed": false,
14679
+ "indexed": true,
14680
14680
  "internalType": "bytes20",
14681
14681
  "name": "walletPubKeyHash",
14682
14682
  "type": "bytes20"
@@ -14689,7 +14689,7 @@
14689
14689
  "anonymous": false,
14690
14690
  "inputs": [
14691
14691
  {
14692
- "indexed": false,
14692
+ "indexed": true,
14693
14693
  "internalType": "bytes20",
14694
14694
  "name": "walletPubKeyHash",
14695
14695
  "type": "bytes20"
@@ -14714,7 +14714,7 @@
14714
14714
  "anonymous": false,
14715
14715
  "inputs": [
14716
14716
  {
14717
- "indexed": false,
14717
+ "indexed": true,
14718
14718
  "internalType": "bytes20",
14719
14719
  "name": "walletPubKeyHash",
14720
14720
  "type": "bytes20"
@@ -14733,7 +14733,7 @@
14733
14733
  "anonymous": false,
14734
14734
  "inputs": [
14735
14735
  {
14736
- "indexed": false,
14736
+ "indexed": true,
14737
14737
  "internalType": "bytes20",
14738
14738
  "name": "walletPubKeyHash",
14739
14739
  "type": "bytes20"
@@ -14746,7 +14746,7 @@
14746
14746
  "anonymous": false,
14747
14747
  "inputs": [
14748
14748
  {
14749
- "indexed": false,
14749
+ "indexed": true,
14750
14750
  "internalType": "bytes20",
14751
14751
  "name": "walletPubKeyHash",
14752
14752
  "type": "bytes20"
@@ -14800,7 +14800,7 @@
14800
14800
  {
14801
14801
  "type": "address",
14802
14802
  "name": "depositor",
14803
- "indexed": false
14803
+ "indexed": true
14804
14804
  },
14805
14805
  {
14806
14806
  "type": "uint64",
@@ -14815,7 +14815,7 @@
14815
14815
  {
14816
14816
  "type": "bytes20",
14817
14817
  "name": "walletPubKeyHash",
14818
- "indexed": false
14818
+ "indexed": true
14819
14819
  },
14820
14820
  {
14821
14821
  "type": "bytes20",
@@ -14859,7 +14859,7 @@
14859
14859
  {
14860
14860
  "type": "bytes20",
14861
14861
  "name": "walletPubKeyHash",
14862
- "indexed": false
14862
+ "indexed": true
14863
14863
  },
14864
14864
  {
14865
14865
  "type": "bytes32",
@@ -14876,7 +14876,7 @@
14876
14876
  {
14877
14877
  "type": "bytes20",
14878
14878
  "name": "walletPubKeyHash",
14879
- "indexed": false
14879
+ "indexed": true
14880
14880
  },
14881
14881
  {
14882
14882
  "type": "bytes32",
@@ -14893,7 +14893,7 @@
14893
14893
  {
14894
14894
  "type": "bytes20",
14895
14895
  "name": "walletPubKeyHash",
14896
- "indexed": false
14896
+ "indexed": true
14897
14897
  },
14898
14898
  {
14899
14899
  "type": "bytes32",
@@ -14981,7 +14981,7 @@
14981
14981
  {
14982
14982
  "type": "bytes20",
14983
14983
  "name": "walletPubKeyHash",
14984
- "indexed": false
14984
+ "indexed": true
14985
14985
  },
14986
14986
  {
14987
14987
  "type": "bytes32",
@@ -15003,7 +15003,7 @@
15003
15003
  {
15004
15004
  "type": "bytes20",
15005
15005
  "name": "walletPubKeyHash",
15006
- "indexed": false
15006
+ "indexed": true
15007
15007
  },
15008
15008
  {
15009
15009
  "type": "bytes32",
@@ -15020,7 +15020,7 @@
15020
15020
  {
15021
15021
  "type": "bytes20",
15022
15022
  "name": "walletPubKeyHash",
15023
- "indexed": false
15023
+ "indexed": true
15024
15024
  }
15025
15025
  ]
15026
15026
  },
@@ -15032,7 +15032,7 @@
15032
15032
  {
15033
15033
  "type": "bytes20",
15034
15034
  "name": "walletPubKeyHash",
15035
- "indexed": false
15035
+ "indexed": true
15036
15036
  },
15037
15037
  {
15038
15038
  "type": "bytes20[]",
@@ -15054,7 +15054,7 @@
15054
15054
  {
15055
15055
  "type": "bytes20",
15056
15056
  "name": "walletPubKeyHash",
15057
- "indexed": false
15057
+ "indexed": true
15058
15058
  },
15059
15059
  {
15060
15060
  "type": "bytes32",
@@ -15123,7 +15123,7 @@
15123
15123
  {
15124
15124
  "type": "bytes20",
15125
15125
  "name": "walletPubKeyHash",
15126
- "indexed": false
15126
+ "indexed": true
15127
15127
  }
15128
15128
  ]
15129
15129
  },
@@ -15135,7 +15135,7 @@
15135
15135
  {
15136
15136
  "type": "bytes20",
15137
15137
  "name": "walletPubKeyHash",
15138
- "indexed": false
15138
+ "indexed": true
15139
15139
  }
15140
15140
  ]
15141
15141
  },
@@ -15207,7 +15207,7 @@
15207
15207
  {
15208
15208
  "type": "bytes20",
15209
15209
  "name": "walletPubKeyHash",
15210
- "indexed": false
15210
+ "indexed": true
15211
15211
  },
15212
15212
  {
15213
15213
  "type": "bytes",
@@ -15217,7 +15217,7 @@
15217
15217
  {
15218
15218
  "type": "address",
15219
15219
  "name": "redeemer",
15220
- "indexed": false
15220
+ "indexed": true
15221
15221
  },
15222
15222
  {
15223
15223
  "type": "uint64",
@@ -15244,7 +15244,7 @@
15244
15244
  {
15245
15245
  "type": "bytes20",
15246
15246
  "name": "walletPubKeyHash",
15247
- "indexed": false
15247
+ "indexed": true
15248
15248
  },
15249
15249
  {
15250
15250
  "type": "bytes",
@@ -15261,7 +15261,7 @@
15261
15261
  {
15262
15262
  "type": "bytes20",
15263
15263
  "name": "walletPubKeyHash",
15264
- "indexed": false
15264
+ "indexed": true
15265
15265
  },
15266
15266
  {
15267
15267
  "type": "bytes32",
@@ -15858,8 +15858,8 @@
15858
15858
  "name": "walletMembersIDs"
15859
15859
  },
15860
15860
  {
15861
- "type": "bytes32",
15862
- "name": "sighash"
15861
+ "type": "bytes",
15862
+ "name": "preimageSha256"
15863
15863
  }
15864
15864
  ],
15865
15865
  "outputs": []
@@ -16652,8 +16652,8 @@
16652
16652
  "name": "walletPublicKey"
16653
16653
  },
16654
16654
  {
16655
- "type": "bytes32",
16656
- "name": "sighash"
16655
+ "type": "bytes",
16656
+ "name": "preimageSha256"
16657
16657
  },
16658
16658
  {
16659
16659
  "type": "tuple",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keep-network/tbtc-v2",
3
- "version": "0.1.1-dev.68+main.00076d66ab1e4233f9e40817305de7dd30425d19",
3
+ "version": "0.1.1-dev.70+main.b4eeb6c7af8a69554710724e6830a246f7b610db",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "artifacts/",