diff --git a/src/RadixDlt.NetworkGateway.GatewayApi/Validators/RadixAddressValidator.cs b/src/RadixDlt.NetworkGateway.GatewayApi/Validators/RadixAddressValidator.cs index 87dc32e35..e6a18edf3 100644 --- a/src/RadixDlt.NetworkGateway.GatewayApi/Validators/RadixAddressValidator.cs +++ b/src/RadixDlt.NetworkGateway.GatewayApi/Validators/RadixAddressValidator.cs @@ -63,7 +63,6 @@ */ using FluentValidation; -using RadixDlt.NetworkGateway.Abstractions; using RadixDlt.NetworkGateway.Abstractions.Network; using System; diff --git a/src/RadixDlt.NetworkGateway.PostgresIntegration/LedgerExtension/Processors/LedgerTransactionMarkers/EpochChangeLedgerTransactionMarkerProcessor.cs b/src/RadixDlt.NetworkGateway.PostgresIntegration/LedgerExtension/Processors/LedgerTransactionMarkers/EpochChangeLedgerTransactionMarkerProcessor.cs index d898c5c9b..2ffa418ba 100644 --- a/src/RadixDlt.NetworkGateway.PostgresIntegration/LedgerExtension/Processors/LedgerTransactionMarkers/EpochChangeLedgerTransactionMarkerProcessor.cs +++ b/src/RadixDlt.NetworkGateway.PostgresIntegration/LedgerExtension/Processors/LedgerTransactionMarkers/EpochChangeLedgerTransactionMarkerProcessor.cs @@ -62,11 +62,6 @@ * permissions under this License. */ -// -// Copyright (c) PlaceholderCompany. All rights reserved. -// - -using RadixDlt.NetworkGateway.Abstractions.Network; using RadixDlt.NetworkGateway.PostgresIntegration.Models; using System.Collections.Generic; diff --git a/src/RadixDlt.NetworkGateway.PostgresIntegration/LedgerExtension/Processors/LedgerTransactionMarkers/EventLedgerTransactionMarkerProcessor.cs b/src/RadixDlt.NetworkGateway.PostgresIntegration/LedgerExtension/Processors/LedgerTransactionMarkers/EventLedgerTransactionMarkerProcessor.cs index 6b505df86..96d9abf65 100644 --- a/src/RadixDlt.NetworkGateway.PostgresIntegration/LedgerExtension/Processors/LedgerTransactionMarkers/EventLedgerTransactionMarkerProcessor.cs +++ b/src/RadixDlt.NetworkGateway.PostgresIntegration/LedgerExtension/Processors/LedgerTransactionMarkers/EventLedgerTransactionMarkerProcessor.cs @@ -62,7 +62,6 @@ * permissions under this License. */ -using RadixDlt.NetworkGateway.Abstractions.Network; using RadixDlt.NetworkGateway.Abstractions.Numerics; using RadixDlt.NetworkGateway.PostgresIntegration.Models; using RadixDlt.NetworkGateway.PostgresIntegration.Utils; diff --git a/src/RadixDlt.NetworkGateway.PostgresIntegration/LedgerExtension/Processors/LedgerTransactionMarkers/TransactionTypeLedgerTransactionMarkerProcessor.cs b/src/RadixDlt.NetworkGateway.PostgresIntegration/LedgerExtension/Processors/LedgerTransactionMarkers/TransactionTypeLedgerTransactionMarkerProcessor.cs index 4c02d6a0d..47d10f096 100644 --- a/src/RadixDlt.NetworkGateway.PostgresIntegration/LedgerExtension/Processors/LedgerTransactionMarkers/TransactionTypeLedgerTransactionMarkerProcessor.cs +++ b/src/RadixDlt.NetworkGateway.PostgresIntegration/LedgerExtension/Processors/LedgerTransactionMarkers/TransactionTypeLedgerTransactionMarkerProcessor.cs @@ -62,7 +62,6 @@ * permissions under this License. */ -using RadixDlt.NetworkGateway.Abstractions.Network; using RadixDlt.NetworkGateway.PostgresIntegration.Models; using System; using System.Collections.Generic; diff --git a/src/RadixDlt.NetworkGateway.PostgresIntegration/Migrations/MigrationsDbContextModelSnapshot.cs b/src/RadixDlt.NetworkGateway.PostgresIntegration/Migrations/MigrationsDbContextModelSnapshot.cs index 9d1e2e00c..84713434e 100644 --- a/src/RadixDlt.NetworkGateway.PostgresIntegration/Migrations/MigrationsDbContextModelSnapshot.cs +++ b/src/RadixDlt.NetworkGateway.PostgresIntegration/Migrations/MigrationsDbContextModelSnapshot.cs @@ -68,11 +68,8 @@ using System.Numerics; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; -using Microsoft.EntityFrameworkCore.Storage.ValueConversion; -using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata; using RadixDlt.NetworkGateway.Abstractions.Model; using RadixDlt.NetworkGateway.Abstractions.StandardMetadata; -using RadixDlt.NetworkGateway.PostgresIntegration; using RadixDlt.NetworkGateway.PostgresIntegration.Models; #nullable disable diff --git a/src/RadixDlt.NetworkGateway.PostgresIntegration/Services/TransactionDetailsQuery.cs b/src/RadixDlt.NetworkGateway.PostgresIntegration/Services/TransactionDetailsQuery.cs index 6815fe38f..e242e0368 100644 --- a/src/RadixDlt.NetworkGateway.PostgresIntegration/Services/TransactionDetailsQuery.cs +++ b/src/RadixDlt.NetworkGateway.PostgresIntegration/Services/TransactionDetailsQuery.cs @@ -62,10 +62,6 @@ * permissions under this License. */ -// -// Copyright (c) PlaceholderCompany. All rights reserved. -// - using Microsoft.EntityFrameworkCore; using RadixDlt.NetworkGateway.Abstractions.Model; using RadixDlt.NetworkGateway.Abstractions.Numerics;