@keep-network/tbtc-v2 0.1.1-dev.54 → 0.1.1-dev.55
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 +6 -6
- package/artifacts/Bridge.json +81 -76
- package/artifacts/Deposit.json +7 -7
- package/artifacts/EcdsaDkgValidator.json +1 -1
- package/artifacts/EcdsaInactivity.json +1 -1
- 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/MovingFunds.json +9 -9
- 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 +9 -9
- package/artifacts/SortitionPool.json +2 -2
- package/artifacts/Sweep.json +7 -7
- package/artifacts/T.json +2 -2
- package/artifacts/TBTC.json +6 -6
- package/artifacts/TBTCToken.json +6 -6
- package/artifacts/TokenStaking.json +1 -1
- package/artifacts/TokenholderGovernor.json +9 -9
- package/artifacts/TokenholderTimelock.json +8 -8
- package/artifacts/VendingMachine.json +6 -6
- package/artifacts/VendingMachineKeep.json +1 -1
- package/artifacts/VendingMachineNuCypher.json +1 -1
- package/artifacts/WalletRegistry.json +2 -2
- package/artifacts/WalletRegistryGovernance.json +2 -2
- package/artifacts/Wallets.json +7 -7
- package/artifacts/solcInputs/{799c7b289d9b6d9cfc600d2fc23c7b64.json → 6d69fc514efd874ebb1cb86b04981772.json} +2 -2
- package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
- package/build/contracts/bank/Bank.sol/Bank.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 +72 -72
- package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
- package/build/contracts/bridge/BridgeState.sol/BridgeState.json +16 -16
- 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/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/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/Sweep.sol/Sweep.dbg.json +1 -1
- package/build/contracts/bridge/Sweep.sol/Sweep.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/token/TBTC.sol/TBTC.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 +49 -49
- package/contracts/bridge/BridgeState.sol +52 -52
- package/export.json +38 -38
- package/package.json +1 -1
package/export.json
CHANGED
|
@@ -14207,16 +14207,10 @@
|
|
|
14207
14207
|
{
|
|
14208
14208
|
"anonymous": false,
|
|
14209
14209
|
"inputs": [
|
|
14210
|
-
{
|
|
14211
|
-
"indexed": false,
|
|
14212
|
-
"internalType": "uint96",
|
|
14213
|
-
"name": "fraudSlashingAmount",
|
|
14214
|
-
"type": "uint96"
|
|
14215
|
-
},
|
|
14216
14210
|
{
|
|
14217
14211
|
"indexed": false,
|
|
14218
14212
|
"internalType": "uint256",
|
|
14219
|
-
"name": "
|
|
14213
|
+
"name": "fraudChallengeDepositAmount",
|
|
14220
14214
|
"type": "uint256"
|
|
14221
14215
|
},
|
|
14222
14216
|
{
|
|
@@ -14225,10 +14219,16 @@
|
|
|
14225
14219
|
"name": "fraudChallengeDefeatTimeout",
|
|
14226
14220
|
"type": "uint256"
|
|
14227
14221
|
},
|
|
14222
|
+
{
|
|
14223
|
+
"indexed": false,
|
|
14224
|
+
"internalType": "uint96",
|
|
14225
|
+
"name": "fraudSlashingAmount",
|
|
14226
|
+
"type": "uint96"
|
|
14227
|
+
},
|
|
14228
14228
|
{
|
|
14229
14229
|
"indexed": false,
|
|
14230
14230
|
"internalType": "uint256",
|
|
14231
|
-
"name": "
|
|
14231
|
+
"name": "fraudNotifierRewardMultiplier",
|
|
14232
14232
|
"type": "uint256"
|
|
14233
14233
|
}
|
|
14234
14234
|
],
|
|
@@ -14320,6 +14320,12 @@
|
|
|
14320
14320
|
"name": "movingFundsTxMaxTotalFee",
|
|
14321
14321
|
"type": "uint64"
|
|
14322
14322
|
},
|
|
14323
|
+
{
|
|
14324
|
+
"indexed": false,
|
|
14325
|
+
"internalType": "uint64",
|
|
14326
|
+
"name": "movingFundsDustThreshold",
|
|
14327
|
+
"type": "uint64"
|
|
14328
|
+
},
|
|
14323
14329
|
{
|
|
14324
14330
|
"indexed": false,
|
|
14325
14331
|
"internalType": "uint32",
|
|
@@ -14337,12 +14343,6 @@
|
|
|
14337
14343
|
"internalType": "uint256",
|
|
14338
14344
|
"name": "movingFundsTimeoutNotifierRewardMultiplier",
|
|
14339
14345
|
"type": "uint256"
|
|
14340
|
-
},
|
|
14341
|
-
{
|
|
14342
|
-
"indexed": false,
|
|
14343
|
-
"internalType": "uint64",
|
|
14344
|
-
"name": "movingFundsDustThreshold",
|
|
14345
|
-
"type": "uint64"
|
|
14346
14346
|
}
|
|
14347
14347
|
],
|
|
14348
14348
|
"name": "MovingFundsParametersUpdated",
|
|
@@ -14878,14 +14878,9 @@
|
|
|
14878
14878
|
"inputs": [],
|
|
14879
14879
|
"name": "fraudParameters",
|
|
14880
14880
|
"outputs": [
|
|
14881
|
-
{
|
|
14882
|
-
"internalType": "uint96",
|
|
14883
|
-
"name": "fraudSlashingAmount",
|
|
14884
|
-
"type": "uint96"
|
|
14885
|
-
},
|
|
14886
14881
|
{
|
|
14887
14882
|
"internalType": "uint256",
|
|
14888
|
-
"name": "
|
|
14883
|
+
"name": "fraudChallengeDepositAmount",
|
|
14889
14884
|
"type": "uint256"
|
|
14890
14885
|
},
|
|
14891
14886
|
{
|
|
@@ -14893,9 +14888,14 @@
|
|
|
14893
14888
|
"name": "fraudChallengeDefeatTimeout",
|
|
14894
14889
|
"type": "uint256"
|
|
14895
14890
|
},
|
|
14891
|
+
{
|
|
14892
|
+
"internalType": "uint96",
|
|
14893
|
+
"name": "fraudSlashingAmount",
|
|
14894
|
+
"type": "uint96"
|
|
14895
|
+
},
|
|
14896
14896
|
{
|
|
14897
14897
|
"internalType": "uint256",
|
|
14898
|
-
"name": "
|
|
14898
|
+
"name": "fraudNotifierRewardMultiplier",
|
|
14899
14899
|
"type": "uint256"
|
|
14900
14900
|
}
|
|
14901
14901
|
],
|
|
@@ -14956,6 +14956,11 @@
|
|
|
14956
14956
|
"name": "movingFundsTxMaxTotalFee",
|
|
14957
14957
|
"type": "uint64"
|
|
14958
14958
|
},
|
|
14959
|
+
{
|
|
14960
|
+
"internalType": "uint64",
|
|
14961
|
+
"name": "movingFundsDustThreshold",
|
|
14962
|
+
"type": "uint64"
|
|
14963
|
+
},
|
|
14959
14964
|
{
|
|
14960
14965
|
"internalType": "uint32",
|
|
14961
14966
|
"name": "movingFundsTimeout",
|
|
@@ -14970,11 +14975,6 @@
|
|
|
14970
14975
|
"internalType": "uint256",
|
|
14971
14976
|
"name": "movingFundsTimeoutNotifierRewardMultiplier",
|
|
14972
14977
|
"type": "uint256"
|
|
14973
|
-
},
|
|
14974
|
-
{
|
|
14975
|
-
"internalType": "uint64",
|
|
14976
|
-
"name": "movingFundsDustThreshold",
|
|
14977
|
-
"type": "uint64"
|
|
14978
14978
|
}
|
|
14979
14979
|
],
|
|
14980
14980
|
"stateMutability": "view",
|
|
@@ -16080,14 +16080,9 @@
|
|
|
16080
16080
|
},
|
|
16081
16081
|
{
|
|
16082
16082
|
"inputs": [
|
|
16083
|
-
{
|
|
16084
|
-
"internalType": "uint96",
|
|
16085
|
-
"name": "fraudSlashingAmount",
|
|
16086
|
-
"type": "uint96"
|
|
16087
|
-
},
|
|
16088
16083
|
{
|
|
16089
16084
|
"internalType": "uint256",
|
|
16090
|
-
"name": "
|
|
16085
|
+
"name": "fraudChallengeDepositAmount",
|
|
16091
16086
|
"type": "uint256"
|
|
16092
16087
|
},
|
|
16093
16088
|
{
|
|
@@ -16095,9 +16090,14 @@
|
|
|
16095
16090
|
"name": "fraudChallengeDefeatTimeout",
|
|
16096
16091
|
"type": "uint256"
|
|
16097
16092
|
},
|
|
16093
|
+
{
|
|
16094
|
+
"internalType": "uint96",
|
|
16095
|
+
"name": "fraudSlashingAmount",
|
|
16096
|
+
"type": "uint96"
|
|
16097
|
+
},
|
|
16098
16098
|
{
|
|
16099
16099
|
"internalType": "uint256",
|
|
16100
|
-
"name": "
|
|
16100
|
+
"name": "fraudNotifierRewardMultiplier",
|
|
16101
16101
|
"type": "uint256"
|
|
16102
16102
|
}
|
|
16103
16103
|
],
|
|
@@ -16113,6 +16113,11 @@
|
|
|
16113
16113
|
"name": "movingFundsTxMaxTotalFee",
|
|
16114
16114
|
"type": "uint64"
|
|
16115
16115
|
},
|
|
16116
|
+
{
|
|
16117
|
+
"internalType": "uint64",
|
|
16118
|
+
"name": "movingFundsDustThreshold",
|
|
16119
|
+
"type": "uint64"
|
|
16120
|
+
},
|
|
16116
16121
|
{
|
|
16117
16122
|
"internalType": "uint32",
|
|
16118
16123
|
"name": "movingFundsTimeout",
|
|
@@ -16127,11 +16132,6 @@
|
|
|
16127
16132
|
"internalType": "uint256",
|
|
16128
16133
|
"name": "movingFundsTimeoutNotifierRewardMultiplier",
|
|
16129
16134
|
"type": "uint256"
|
|
16130
|
-
},
|
|
16131
|
-
{
|
|
16132
|
-
"internalType": "uint64",
|
|
16133
|
-
"name": "movingFundsDustThreshold",
|
|
16134
|
-
"type": "uint64"
|
|
16135
16135
|
}
|
|
16136
16136
|
],
|
|
16137
16137
|
"name": "updateMovingFundsParameters",
|