Skip to content

Commit

Permalink
Merge pull request #10 from IliyanIlievPH/9
Browse files Browse the repository at this point in the history
Closes #9
  • Loading branch information
starkmsu committed May 8, 2020
2 parents 466afed + 59f98b0 commit 3befea0
Show file tree
Hide file tree
Showing 26 changed files with 56 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<None Remove="MAVN.Service.CrossChainWalletLinker.Client.xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Falcon.Numerics" Version="0.1.1" />
<PackageReference Include="Lykke.HttpClientGenerator" Version="2.5.0" />
<PackageReference Include="Lykke.SettingsReader" Version="5.2.0" />
<PackageReference Include="MAVN.Numerics" Version="1.0.0" />
<PackageReference Include="Refit" Version="4.6.107" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Falcon.Numerics;
using MAVN.Numerics;
using JetBrains.Annotations;

namespace MAVN.Service.CrossChainWalletLinker.Client.Models
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Falcon.Numerics;
using MAVN.Numerics;

namespace MAVN.Service.CrossChainWalletLinker.Contract.Linking
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Falcon.Numerics;
using MAVN.Numerics;

namespace MAVN.Service.CrossChainWalletLinker.Contract.Linking
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Falcon.Numerics;
using MAVN.Numerics;

namespace MAVN.Service.CrossChainWalletLinker.Contract.Linking
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

</PropertyGroup>
<ItemGroup>
<PackageReference Include="Falcon.Numerics" Version="0.1.1" />
<PackageReference Include="MAVN.Numerics" Version="1.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Version>1.0.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Falcon.Numerics" Version="0.1.1" />
<PackageReference Include="Lykke.Common" Version="7.5.0" />
<PackageReference Include="Lykke.Common.MsSql" Version="2.3.0" />
<PackageReference Include="MAVN.Numerics" Version="1.0.0" />
<PackageReference Include="MAVN.PrivateBlockchain.MVNGateway" Version="1.0.0-beta.1" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using Falcon.Numerics;
using MAVN.Numerics;

namespace MAVN.Service.CrossChainWalletLinker.Domain.Models
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Threading.Tasks;
using Falcon.Numerics;
using MAVN.Numerics;
using Lykke.Common.MsSql;
using MAVN.Service.CrossChainWalletLinker.Domain.Models;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Threading.Tasks;
using Falcon.Numerics;
using MAVN.Numerics;
using MAVN.Service.CrossChainWalletLinker.Domain.Models;

namespace MAVN.Service.CrossChainWalletLinker.Domain.Services
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Threading.Tasks;
using Common.Log;
using Falcon.Numerics;
using MAVN.Numerics;
using Lykke.Common.Log;
using MAVN.Service.CrossChainWalletLinker.Domain.Enums;
using MAVN.Service.CrossChainWalletLinker.Domain.Models;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Version>1.0.0</Version>
Expand All @@ -9,14 +9,14 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="9.0.0" />
<PackageReference Include="Falcon.Job.EthereumBridge.Contract" Version="2.2.0" />
<PackageReference Include="Falcon.Job.QuorumTransactionWatcher.Contract" Version="4.8.0" />
<PackageReference Include="Falcon.Service.NotificationSystem.SubscriberContract" Version="1.0.2" />
<PackageReference Include="Falcon.Service.PrivateBlockchainFacade.Client" Version="2.9.0" />
<PackageReference Include="Falcon.Service.PrivateBlockchainFacade.Contract" Version="2.13.0" />
<PackageReference Include="Falcon.Service.WalletManagement.Client" Version="3.5.0" />
<PackageReference Include="Lykke.Common.MsSql" Version="2.3.0" />
<PackageReference Include="Lykke.RabbitMqBroker" Version="7.13.1" />
<PackageReference Include="MAVN.Job.EthereumBridge.Contract" Version="1.0.1" />
<PackageReference Include="MAVN.Job.QuorumTransactionWatcher.Contract" Version="1.1.0" />
<PackageReference Include="MAVN.Service.NotificationSystem.SubscriberContract" Version="1.1.0" />
<PackageReference Include="MAVN.Service.PrivateBlockchainFacade.Client" Version="1.1.0" />
<PackageReference Include="MAVN.Service.PrivateBlockchainFacade.Contract" Version="1.1.0" />
<PackageReference Include="MAVN.Service.WalletManagement.Client" Version="1.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.2.4" />
<PackageReference Include="Nethereum.Signer" Version="3.7.1" />
<PackageReference Include="System.Data.SqlClient" Version="4.6.1" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using Lykke.Common;
using Lykke.Common.Log;
using Lykke.RabbitMqBroker.Publisher;
using MAVN.Service.CrossChainWalletLinker.Domain.RabbitMq.Publishers;
using MAVN.Service.CrossChainWalletLinker.Domain.Services;
using Lykke.Service.NotificationSystem.SubscriberContract;
using MAVN.Service.NotificationSystem.SubscriberContract;

namespace MAVN.Service.CrossChainWalletLinker.DomainServices.RabbitMq.Publishers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using Common.Log;
using Lykke.Common.Log;
using Lykke.Job.QuorumTransactionWatcher.Contract;
using MAVN.Job.QuorumTransactionWatcher.Contract;
using Lykke.RabbitMqBroker.Subscriber;
using MAVN.Service.CrossChainWalletLinker.Domain.RabbitMq.Handlers;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using Common.Log;
using Lykke.Common.Log;
using Lykke.Job.EthereumBridge.Contract;
using MAVN.Job.EthereumBridge.Contract;
using Lykke.RabbitMqBroker.Subscriber;
using MAVN.Service.CrossChainWalletLinker.Domain.RabbitMq.Handlers;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System.Threading.Tasks;
using System.Threading.Tasks;
using Common.Log;
using Lykke.Common.Log;
using Lykke.RabbitMqBroker.Subscriber;
using MAVN.Service.CrossChainWalletLinker.Domain.RabbitMq.Handlers;
using Lykke.Service.PrivateBlockchainFacade.Contract.Events;
using MAVN.Service.PrivateBlockchainFacade.Contract.Events;

namespace MAVN.Service.CrossChainWalletLinker.DomainServices.RabbitMq.Subscribers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System;
using System;
using System.Linq;
using System.Threading.Tasks;
using Common.Log;
using Falcon.Numerics;
using MAVN.Numerics;
using Lykke.Common.Log;
using Lykke.Common.MsSql;
using Lykke.RabbitMqBroker.Publisher;
Expand All @@ -11,9 +11,9 @@
using MAVN.Service.CrossChainWalletLinker.Domain.Models;
using MAVN.Service.CrossChainWalletLinker.Domain.Repositories;
using MAVN.Service.CrossChainWalletLinker.Domain.Services;
using Lykke.Service.PrivateBlockchainFacade.Client;
using Lykke.Service.WalletManagement.Client;
using Lykke.Service.WalletManagement.Client.Enums;
using MAVN.Service.PrivateBlockchainFacade.Client;
using MAVN.Service.WalletManagement.Client;
using MAVN.Service.WalletManagement.Client.Enums;

namespace MAVN.Service.CrossChainWalletLinker.DomainServices
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Falcon.Numerics;
using MAVN.Numerics;
using MAVN.Service.CrossChainWalletLinker.Domain.Models;

namespace MAVN.Service.CrossChainWalletLinker.MsSqlRepositories.Entities
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Data.SqlClient;
using System.Threading.Tasks;
using Common.Log;
using Falcon.Numerics;
using MAVN.Numerics;
using Lykke.Common.Log;
using Lykke.Common.MsSql;
using MAVN.Service.CrossChainWalletLinker.Domain.Exceptions;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using Autofac;
using Autofac;
using JetBrains.Annotations;
using MAVN.Service.CrossChainWalletLinker.Settings;
using Lykke.Service.PrivateBlockchainFacade.Client;
using Lykke.Service.WalletManagement.Client;
using MAVN.Service.PrivateBlockchainFacade.Client;
using MAVN.Service.WalletManagement.Client;
using Lykke.SettingsReader;

namespace MAVN.Service.CrossChainWalletLinker.Modules
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
using Autofac;
using Autofac;
using Common;
using JetBrains.Annotations;
using Lykke.Job.EthereumBridge.Contract;
using Lykke.Job.QuorumTransactionWatcher.Contract;
using MAVN.Job.EthereumBridge.Contract;
using MAVN.Job.QuorumTransactionWatcher.Contract;
using Lykke.RabbitMqBroker.Publisher;
using Lykke.RabbitMqBroker.Subscriber;
using MAVN.Service.CrossChainWalletLinker.Contract.Linking;
using MAVN.Service.CrossChainWalletLinker.Domain.RabbitMq.Publishers;
using MAVN.Service.CrossChainWalletLinker.DomainServices.RabbitMq.Publishers;
using MAVN.Service.CrossChainWalletLinker.DomainServices.RabbitMq.Subscribers;
using MAVN.Service.CrossChainWalletLinker.Settings;
using Lykke.Service.PrivateBlockchainFacade.Contract.Events;
using MAVN.Service.PrivateBlockchainFacade.Contract.Events;
using Lykke.SettingsReader;

namespace MAVN.Service.CrossChainWalletLinker.Modules
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System.Threading.Tasks;
using Lykke.Job.EthereumBridge.Contract;
using Lykke.Job.QuorumTransactionWatcher.Contract;
using System.Threading.Tasks;
using MAVN.Job.EthereumBridge.Contract;
using MAVN.Job.QuorumTransactionWatcher.Contract;
using Lykke.RabbitMqBroker.Subscriber;
using Lykke.Sdk;
using Lykke.Service.PrivateBlockchainFacade.Contract.Events;
using MAVN.Service.PrivateBlockchainFacade.Contract.Events;

namespace MAVN.Service.CrossChainWalletLinker.Services
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using JetBrains.Annotations;
using JetBrains.Annotations;
using Lykke.Sdk.Settings;
using Lykke.Service.PrivateBlockchainFacade.Client;
using Lykke.Service.WalletManagement.Client;
using MAVN.Service.PrivateBlockchainFacade.Client;
using MAVN.Service.WalletManagement.Client;

namespace MAVN.Service.CrossChainWalletLinker.Settings
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Lykke.Service.PrivateBlockchainFacade.Client;
using MAVN.Service.PrivateBlockchainFacade.Client;

namespace MAVN.Service.CrossChainWalletLinker.Tests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Threading.Tasks;
using Falcon.Numerics;
using MAVN.Numerics;
using Lykke.Common.MsSql;
using Lykke.Logs;
using MAVN.Service.CrossChainWalletLinker.Domain.Enums;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
using MAVN.Service.CrossChainWalletLinker.DomainServices;
using MAVN.Service.CrossChainWalletLinker.MsSqlRepositories;
using MAVN.Service.CrossChainWalletLinker.MsSqlRepositories.Entities;
using Lykke.Service.PrivateBlockchainFacade.Client;
using Lykke.Service.PrivateBlockchainFacade.Client.Models;
using Lykke.Service.WalletManagement.Client;
using Lykke.Service.WalletManagement.Client.Enums;
using Lykke.Service.WalletManagement.Client.Models.Responses;
using MAVN.Service.PrivateBlockchainFacade.Client;
using MAVN.Service.PrivateBlockchainFacade.Client.Models;
using MAVN.Service.WalletManagement.Client;
using MAVN.Service.WalletManagement.Client.Enums;
using MAVN.Service.WalletManagement.Client.Models.Responses;
using Moq;
using Xunit;
using LinkingError = MAVN.Service.CrossChainWalletLinker.Domain.Models.LinkingError;
Expand Down

0 comments on commit 3befea0

Please sign in to comment.