Skip to content

Commit

Permalink
chore: Update 0.40.0 deployment directory
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Dec 2, 2021
1 parent 1df337d commit a00ce61
Show file tree
Hide file tree
Showing 22 changed files with 137 additions and 137 deletions.
182 changes: 91 additions & 91 deletions raiden_contracts/data_0.40.0/contracts.json

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions raiden_contracts/data_0.40.0/gas.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@
"CustomToken.mint": 50776,
"CustomToken.transfer": 36556,
"CustomToken.transferFrom": 29060,
"MonitoringService.claimReward": 45683,
"MonitoringService.monitor": 224971,
"OneToN.bulkClaim 1 ious": 107282,
"OneToN.bulkClaim 6 ious": 166847,
"OneToN.claim": 103888,
"MonitoringService.claimReward": 45555,
"MonitoringService.monitor": 224140,
"OneToN.bulkClaim 1 ious": 106874,
"OneToN.bulkClaim 6 ious": 165202,
"OneToN.claim": 103516,
"SecretRegistry.registerSecret": 46205,
"SecretRegistry.registerSecretBatch1": 46799,
"SecretRegistry.registerSecretBatch2": 71627,
"SecretRegistry.registerSecretBatch3": 96455,
"ServiceRegistry.deposit": 478020,
"SecretRegistry.registerSecretBatch1": 46786,
"SecretRegistry.registerSecretBatch2": 71602,
"SecretRegistry.registerSecretBatch3": 96418,
"ServiceRegistry.deposit": 468946,
"ServiceRegistry.setURL": 47165,
"TokenNetwork DEPLOYMENT": 3892049,
"TokenNetwork.closeChannel": 118508,
"TokenNetwork.cooperativeSettle": 112577,
"TokenNetwork.openChannel": 113376,
"TokenNetwork.openChannelWithDeposit": 149786,
"TokenNetwork.setTotalDeposit": 56274,
"TokenNetwork.setTotalWithdraw": 115218,
"TokenNetwork.settleChannel": 108640,
"TokenNetwork.unlock 1 locks": 38857,
"TokenNetwork.unlock 6 locks": 54090,
"TokenNetwork.updateNonClosingBalanceProof": 90533,
"TokenNetworkRegistry DEPLOYMENT": 4579540,
"TokenNetworkRegistry createERC20TokenNetwork": 3666639,
"UserDeposit.deposit": 98831,
"UserDeposit.deposit (increase balance)": 34631,
"TokenNetwork DEPLOYMENT": 3862593,
"TokenNetwork.closeChannel": 118503,
"TokenNetwork.cooperativeSettle": 112294,
"TokenNetwork.openChannel": 113248,
"TokenNetwork.openChannelWithDeposit": 149414,
"TokenNetwork.setTotalDeposit": 56006,
"TokenNetwork.setTotalWithdraw": 115143,
"TokenNetwork.settleChannel": 108564,
"TokenNetwork.unlock 1 locks": 38625,
"TokenNetwork.unlock 6 locks": 53054,
"TokenNetwork.updateNonClosingBalanceProof": 90557,
"TokenNetworkRegistry DEPLOYMENT": 4547001,
"TokenNetworkRegistry createERC20TokenNetwork": 3639446,
"UserDeposit.deposit": 98691,
"UserDeposit.deposit (increase balance)": 34491,
"UserDeposit.planWithdraw": 69778,
"UserDeposit.withdraw": 49317
"UserDeposit.withdraw": 49189
}
2 changes: 1 addition & 1 deletion raiden_contracts/data_0.40.0/source/lib/ECVerify.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
/* solium-disable error-reason */
pragma solidity 0.8.7;
pragma solidity 0.8.10;
pragma abicoder v2;

library ECVerify {
Expand Down
2 changes: 1 addition & 1 deletion raiden_contracts/data_0.40.0/source/lib/MessageType.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
/* solium-disable error-reason */
pragma solidity 0.8.7;
pragma solidity 0.8.10;
pragma abicoder v2;

library MessageType {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
pragma solidity 0.8.10;
pragma abicoder v2;

contract Controllable {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
pragma solidity 0.8.10;
pragma abicoder v2;

/// @title SecretRegistry
Expand Down
2 changes: 1 addition & 1 deletion raiden_contracts/data_0.40.0/source/raiden/Token.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
pragma solidity 0.8.10;
pragma abicoder v2;

interface Token {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
/* solium-disable indentation */
pragma solidity 0.8.7;
pragma solidity 0.8.10;
pragma abicoder v2;

import "lib/ECVerify.sol";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
/* solium-disable error-reason */
pragma solidity 0.8.7;
pragma solidity 0.8.10;
pragma abicoder v2;

import "raiden/Utils.sol";
Expand Down
2 changes: 1 addition & 1 deletion raiden_contracts/data_0.40.0/source/raiden/Utils.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
pragma solidity 0.8.10;
pragma abicoder v2;

/// @title Utils
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
pragma solidity 0.8.10;
pragma abicoder v2;

import "lib/ECVerify.sol";
Expand Down
2 changes: 1 addition & 1 deletion raiden_contracts/data_0.40.0/source/services/OneToN.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
pragma solidity 0.8.10;
pragma abicoder v2;

import "lib/ECVerify.sol";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
/* solium-disable indentation */
/* solium-disable security/no-block-members */
pragma solidity 0.8.7;
pragma solidity 0.8.10;
pragma abicoder v2;

import "raiden/Token.sol";
Expand Down Expand Up @@ -245,7 +245,7 @@ contract ServiceRegistry is Utils, ServiceRegistryConfigurableParameters {
) {
require(address(_token_for_registration) != address(0x0), "token at address zero");
require(contractExists(address(_token_for_registration)), "token has no code");
require(_initial_price >= min_price, "initial price too low");
require(_initial_price >= _min_price, "initial price too low");
require(_initial_price <= 2 ** 90, "intiial price too high");

token = _token_for_registration;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
pragma solidity 0.8.10;
pragma abicoder v2;

import "raiden/Token.sol";
Expand Down
2 changes: 1 addition & 1 deletion raiden_contracts/data_0.40.0/source/test/CustomToken.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
/* solium-disable error-reason */
pragma solidity 0.8.7;
pragma solidity 0.8.10;

/*
This Token Contract implements the standard token functionality (https://github.com/ethereum/EIPs/issues/20), the ERC223 functionality (https://github.com/ethereum/EIPs/issues/223) as well as the following OPTIONAL extras intended for use by humans.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
/* solium-disable */
pragma solidity 0.8.7;
pragma solidity 0.8.10;

import "test/StandardToken.sol";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
pragma solidity 0.8.10;

import "services/MonitoringService.sol";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
pragma solidity 0.8.10;

import "services/OneToN.sol";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
pragma solidity 0.8.10;

/*
* This is a contract used for testing the ECVerify library and ecrecover behaviour.
Expand Down
2 changes: 1 addition & 1 deletion raiden_contracts/data_0.40.0/source/test/StandardToken.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
/* solium-disable */
pragma solidity 0.8.7;
pragma solidity 0.8.10;

import "raiden/Token.sol";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
pragma solidity 0.8.10;
pragma experimental ABIEncoderV2;

import "lib/MessageType.sol";
Expand Down
2 changes: 1 addition & 1 deletion raiden_contracts/data_0.40.0/source/test/UDCTransfer.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
pragma solidity 0.8.10;

import "services/UserDeposit.sol";

Expand Down

0 comments on commit a00ce61

Please sign in to comment.