Skip to content

Commit

Permalink
Merge pull request #7 from IliyanIlievPH/2
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
PaterSantyago committed Apr 14, 2020
2 parents 578f006 + e8cb5d5 commit a53b069
Show file tree
Hide file tree
Showing 15 changed files with 35 additions and 35 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Autofac;
using Autofac;
using JetBrains.Annotations;
using Lykke.HttpClientGenerator;
using Lykke.HttpClientGenerator.Infrastructure;
Expand Down Expand Up @@ -30,7 +30,7 @@ public static class AutofacExtension
if (string.IsNullOrWhiteSpace(settings.ServiceUrl))
throw new ArgumentException("Value cannot be null or whitespace.", nameof(QuorumOperationExecutorServiceClientSettings.ServiceUrl));

var clientBuilder = HttpClientGenerator.HttpClientGenerator.BuildForUrl(settings.ServiceUrl)
var clientBuilder = HttpClientGenerator.BuildForUrl(settings.ServiceUrl)
.WithAdditionalCallsWrapper(new ExceptionHandlerCallsWrapper());

clientBuilder = builderConfigure?.Invoke(clientBuilder) ?? clientBuilder.WithoutRetries();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Lykke.Nethereum.Extension;
using Lykke.PrivateBlockchain.Services;
using Lykke.Nethereum.Extension;
using MAVN.PrivateBlockchain.Services;
using Nethereum.RPC.Eth.Services;

namespace MAVN.Service.QuorumOperationExecutor.DomainServices
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<ProjectReference Include="..\MAVN.Service.QuorumOperationExecutor.Domain\MAVN.Service.QuorumOperationExecutor.Domain.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Falcon.PrivateBlockchain.CustomerRegistry" Version="3.0.1" />
<PackageReference Include="Falcon.PrivateBlockchain.MVNToken" Version="3.1.0" />
<PackageReference Include="Falcon.PrivateBlockchain.MVNGateway" Version="2.1.0" />
<PackageReference Include="MAVN.PrivateBlockchain.MVNToken" Version="1.0.0-beta.1" />
<PackageReference Include="MAVN.PrivateBlockchain.CustomerRegistry" Version="1.0.0-beta.1" />
<PackageReference Include="MAVN.PrivateBlockchain.MVNGateway" Version="1.0.0-beta.1" />
<PackageReference Include="Falcon.Service.PrivateBlockchainFacade" Version="1.2.0" />
<PackageReference Include="Falcon.Service.PrivateBlockchainFacade.Contract" Version="2.9.0" />
<PackageReference Include="Falcon.Service.QuorumTransactionSigner.Client" Version="1.2.0" />
<PackageReference Include="LykkeBiz.Nethereum.Extension" Version="1.0.11" />
<PackageReference Include="Nethereum.JsonRpc.WebSocketClient" Version="3.6.0" />
<PackageReference Include="Nethereum.Web3" Version="3.6.0" />
<PackageReference Include="Nethereum.Web3" Version="3.7.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using Lykke.PrivateBlockchain.Definitions;
using System;
using MAVN.PrivateBlockchain.Definitions;
using Lykke.Service.PrivateBlockchainFacade.Contract.Operations;

namespace MAVN.Service.QuorumOperationExecutor.DomainServices.Strategies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using Lykke.PrivateBlockchain.Definitions;
using System;
using MAVN.PrivateBlockchain.Definitions;
using Lykke.Service.PrivateBlockchainFacade.Client;

namespace MAVN.Service.QuorumOperationExecutor.DomainServices.Strategies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using Lykke.PrivateBlockchain.Definitions;
using System;
using MAVN.PrivateBlockchain.Definitions;
using Lykke.Service.PrivateBlockchainFacade.Contract.Operations;

namespace MAVN.Service.QuorumOperationExecutor.DomainServices.Strategies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using Lykke.PrivateBlockchain.Definitions;
using System;
using MAVN.PrivateBlockchain.Definitions;
using Lykke.Service.PrivateBlockchainFacade.Contract.Operations;

namespace MAVN.Service.QuorumOperationExecutor.DomainServices.Strategies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using Lykke.PrivateBlockchain.Definitions;
using System;
using MAVN.PrivateBlockchain.Definitions;
using Lykke.Service.PrivateBlockchainFacade.Contract.Operations;
using Nethereum.Hex.HexConvertors.Extensions;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using Lykke.PrivateBlockchain.Definitions;
using System;
using MAVN.PrivateBlockchain.Definitions;
using Lykke.Service.PrivateBlockchainFacade.Contract.Operations;
using Nethereum.Hex.HexConvertors.Extensions;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using Lykke.PrivateBlockchain.Definitions;
using System;
using MAVN.PrivateBlockchain.Definitions;
using Lykke.Service.PrivateBlockchainFacade.Contract.Operations;

namespace MAVN.Service.QuorumOperationExecutor.DomainServices.Strategies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using Lykke.PrivateBlockchain.Definitions;
using System;
using MAVN.PrivateBlockchain.Definitions;
using Lykke.Service.PrivateBlockchainFacade.Contract.Operations;

namespace MAVN.Service.QuorumOperationExecutor.DomainServices.Strategies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using Lykke.PrivateBlockchain.Definitions;
using System;
using MAVN.PrivateBlockchain.Definitions;
using Lykke.Service.PrivateBlockchainFacade.Contract.Operations;

namespace MAVN.Service.QuorumOperationExecutor.DomainServices.Strategies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Net.Http;
Expand All @@ -16,8 +16,8 @@
using Nethereum.JsonRpc.WebSocketClient;
using Nethereum.RPC.Eth.Services;
using Nethereum.Web3;
using MVNGatewayService = Lykke.PrivateBlockchain.Services.MVNGatewayService;
using MVNTokenService = Lykke.PrivateBlockchain.Services.MVNTokenService;
using MVNGatewayService = MAVN.PrivateBlockchain.Services.MVNGatewayService;
using MVNTokenService = MAVN.PrivateBlockchain.Services.MVNTokenService;

namespace MAVN.Service.QuorumOperationExecutor.Clients
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using System.Threading.Tasks;
using MAVN.Service.QuorumOperationExecutor.Client;
Expand All @@ -9,8 +9,8 @@
using Lykke.Service.QuorumTransactionSigner.Client.Exceptions;
using Microsoft.AspNetCore.Mvc;

using ClientOperationState = Lykke.Service.QuorumOperationExecutor.Client.Models.Responses.OperationState;
using DomainOperationState = Lykke.Service.QuorumOperationExecutor.Domain.OperationState;
using ClientOperationState = MAVN.Service.QuorumOperationExecutor.Client.Models.Responses.OperationState;
using DomainOperationState = MAVN.Service.QuorumOperationExecutor.Domain.OperationState;

namespace MAVN.Service.QuorumOperationExecutor.Controllers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using System;
using System;
using System.Threading.Tasks;
using MAVN.Service.QuorumOperationExecutor.Client;
using MAVN.Service.QuorumOperationExecutor.Client.Models.Responses;
using MAVN.Service.QuorumOperationExecutor.Domain.Services;
using Microsoft.AspNetCore.Mvc;

using DomainTransactionState = Lykke.Service.QuorumOperationExecutor.Domain.TransactionState;
using ClientTransactionState = Lykke.Service.QuorumOperationExecutor.Client.Models.Responses.TransactionState;
using DomainTransactionState = MAVN.Service.QuorumOperationExecutor.Domain.TransactionState;
using ClientTransactionState = MAVN.Service.QuorumOperationExecutor.Client.Models.Responses.TransactionState;

namespace MAVN.Service.QuorumOperationExecutor.Controllers
{
Expand Down

0 comments on commit a53b069

Please sign in to comment.