From 5c224089eb732b55c7688d237e061616289b2512 Mon Sep 17 00:00:00 2001 From: Shebin John Date: Mon, 29 Jun 2020 21:58:40 +0530 Subject: [PATCH 1/3] RAB Pragma updated of Linguo and Escrow --- contracts/standard/arbitration/Linguo.sol | 2 +- contracts/standard/arbitration/LinguoToken.sol | 2 +- .../arbitration/MultipleArbitrableTokenTransaction.sol | 4 ++-- .../standard/arbitration/MultipleArbitrableTransaction.sol | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contracts/standard/arbitration/Linguo.sol b/contracts/standard/arbitration/Linguo.sol index ed2ee077..f10164bc 100644 --- a/contracts/standard/arbitration/Linguo.sol +++ b/contracts/standard/arbitration/Linguo.sol @@ -1,6 +1,6 @@ /** * @authors: [@unknownunknown1] - * @reviewers: [@ferittuncer*, @clesaege*, @satello*, @hbarcelos, @mtsalenc] + * @reviewers: [@ferittuncer*, @clesaege*, @satello*, @hbarcelos, @mtsalenc, @remedcu] * @auditors: [] * @bounties: [] * @deployments: [] diff --git a/contracts/standard/arbitration/LinguoToken.sol b/contracts/standard/arbitration/LinguoToken.sol index c8956fea..f1350fc5 100644 --- a/contracts/standard/arbitration/LinguoToken.sol +++ b/contracts/standard/arbitration/LinguoToken.sol @@ -1,6 +1,6 @@ /** * @authors: [@unknownunknown1] - * @reviewers: [] + * @reviewers: [@remedcu] * @auditors: [] * @bounties: [] * @deployments: [] diff --git a/contracts/standard/arbitration/MultipleArbitrableTokenTransaction.sol b/contracts/standard/arbitration/MultipleArbitrableTokenTransaction.sol index 8a12ef96..a5ebb16e 100644 --- a/contracts/standard/arbitration/MultipleArbitrableTokenTransaction.sol +++ b/contracts/standard/arbitration/MultipleArbitrableTokenTransaction.sol @@ -1,9 +1,9 @@ /** * @authors: [@n1c01a5, @hellwolf, @satello] - * @reviewers: [@ferittuncer, @unknownunknown1, @mtsalenc, @clesaege] + * @reviewers: [@ferittuncer, @unknownunknown1, @mtsalenc, @clesaege, @remedcu] * @auditors: [] * @bounties: [] - * @deployments: [] + * @deployments: [ https://etherscan.io/address/0xc25a0b9681abf6f090aed71a8c08fb564b41dab6 ] * @tools: [MythX] */ diff --git a/contracts/standard/arbitration/MultipleArbitrableTransaction.sol b/contracts/standard/arbitration/MultipleArbitrableTransaction.sol index 51cf5077..e2f19076 100644 --- a/contracts/standard/arbitration/MultipleArbitrableTransaction.sol +++ b/contracts/standard/arbitration/MultipleArbitrableTransaction.sol @@ -1,9 +1,9 @@ /** * @authors: [@eburgos, @n1c01a5] - * @reviewers: [@unknownunknown1, @clesaege*, @ferittuncer] + * @reviewers: [@unknownunknown1, @clesaege*, @ferittuncer, @remedcu] * @auditors: [] * @bounties: [] - * @deployments: [] + * @deployments: [ https://etherscan.io/address/0x0d67440946949FE293B45c52eFD8A9b3d51e2522 ] * @tools: [MythX] */ From 6aef8e325fe1c821caad7e61ee607dc389780bd4 Mon Sep 17 00:00:00 2001 From: Shebin John Date: Mon, 29 Jun 2020 22:02:52 +0530 Subject: [PATCH 2/3] Comment updated from % to share --- .../MultipleArbitrableTokenTransactionWithFee.sol | 8 ++++---- .../arbitration/MultipleArbitrableTransactionWithFee.sol | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/contracts/standard/arbitration/MultipleArbitrableTokenTransactionWithFee.sol b/contracts/standard/arbitration/MultipleArbitrableTokenTransactionWithFee.sol index fc49b164..8628c2c8 100644 --- a/contracts/standard/arbitration/MultipleArbitrableTokenTransactionWithFee.sol +++ b/contracts/standard/arbitration/MultipleArbitrableTokenTransactionWithFee.sol @@ -46,8 +46,8 @@ contract MultipleArbitrableTokenTransactionWithFee is IArbitrable { Status status; } - address public feeRecipient; // Address which receives a % of receiver payment. - uint public feeRecipientBasisPoint; // The % of fee to be received by the feeRecipient, down to 2 decimal places as 550 = 5.5%. + address public feeRecipient; // Address which receives a share of receiver payment. + uint public feeRecipientBasisPoint; // The share of fee to be received by the feeRecipient, down to 2 decimal places as 550 = 5.5%. Transaction[] public transactions; Arbitrator public arbitrator; // Address of the arbitrator contract. bytes public arbitratorExtraData; // Extra data to set up the arbitration. @@ -109,8 +109,8 @@ contract MultipleArbitrableTokenTransactionWithFee is IArbitrable { /** @dev Constructor. * @param _arbitrator The arbitrator of the contract. * @param _arbitratorExtraData Extra data for the arbitrator. - * @param _feeRecipient Address which receives a % of receiver payment. - * @param _feeRecipientBasisPoint The % of fee to be received by the feeRecipient, down to 2 decimal places as 550 = 5.5%. + * @param _feeRecipient Address which receives a share of receiver payment. + * @param _feeRecipientBasisPoint The share of fee to be received by the feeRecipient, down to 2 decimal places as 550 = 5.5%. * @param _feeTimeout Arbitration fee timeout for the parties. */ constructor ( diff --git a/contracts/standard/arbitration/MultipleArbitrableTransactionWithFee.sol b/contracts/standard/arbitration/MultipleArbitrableTransactionWithFee.sol index 3b22fec5..2e055fba 100644 --- a/contracts/standard/arbitration/MultipleArbitrableTransactionWithFee.sol +++ b/contracts/standard/arbitration/MultipleArbitrableTransactionWithFee.sol @@ -37,8 +37,8 @@ contract MultipleArbitrableTransactionWithFee is IArbitrable { Status status; } - address public feeRecipient; // Address which receives a % of receiver payment. - uint public feeRecipientBasisPoint; // The % of fee to be received by the feeRecipient, down to 2 decimal places as 550 = 5.5%. + address public feeRecipient; // Address which receives a share of receiver payment. + uint public feeRecipientBasisPoint; // The share of fee to be received by the feeRecipient, down to 2 decimal places as 550 = 5.5%. Transaction[] public transactions; bytes public arbitratorExtraData; // Extra data to set up the arbitration. Arbitrator public arbitrator; // Address of the arbitrator contract. @@ -99,8 +99,8 @@ contract MultipleArbitrableTransactionWithFee is IArbitrable { /** @dev Constructor. * @param _arbitrator The arbitrator of the contract. * @param _arbitratorExtraData Extra data for the arbitrator. - * @param _feeRecipient Address which receives a % of receiver payment. - * @param _feeRecipientBasisPoint The % of fee to be received by the feeRecipient, down to 2 decimal places as 550 = 5.5%. + * @param _feeRecipient Address which receives a share of receiver payment. + * @param _feeRecipientBasisPoint The share of fee to be received by the feeRecipient, down to 2 decimal places as 550 = 5.5%. * @param _feeTimeout Arbitration fee timeout for the parties. */ constructor ( From 2ca565ae4a5bf8216ddc4af0291c82c5a2e5403f Mon Sep 17 00:00:00 2001 From: Shebin John Date: Mon, 6 Jul 2020 20:15:44 +0530 Subject: [PATCH 3/3] RAB Pragma of Realitio Arbitrator Proxy Updated --- contracts/standard/proxy/RealitioArbitratorProxy.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/standard/proxy/RealitioArbitratorProxy.sol b/contracts/standard/proxy/RealitioArbitratorProxy.sol index 0c4509e9..b6838305 100644 --- a/contracts/standard/proxy/RealitioArbitratorProxy.sol +++ b/contracts/standard/proxy/RealitioArbitratorProxy.sol @@ -1,9 +1,9 @@ /** * https://contributing.kleros.io/smart-contract-workflow * @reviewers: [@clesaege, @unknownunknown1] - * @auditors: [] + * @auditors: [@remedcu] * @bounties: [] - * @deployments: [] + * @deployments: [ https://etherscan.io/address/0xd47f72a2d1d0e91b0ec5e5f5d02b2dc26d00a14d ] * @tools: [MythX] */