Skip to content

Commit

Permalink
Drop V0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhxyz committed Jul 27, 2023
1 parent deb1e13 commit 4cfdd3c
Show file tree
Hide file tree
Showing 50 changed files with 0 additions and 2,977 deletions.
20 changes: 0 additions & 20 deletions maestro-exe/Maestro/Run/Address.hs

This file was deleted.

11 changes: 0 additions & 11 deletions maestro-exe/Maestro/Run/Datum.hs

This file was deleted.

12 changes: 0 additions & 12 deletions maestro-exe/Maestro/Run/Epochs.hs

This file was deleted.

9 changes: 0 additions & 9 deletions maestro-exe/Maestro/Run/General.hs

This file was deleted.

65 changes: 0 additions & 65 deletions maestro-exe/Maestro/Run/Pools.hs

This file was deleted.

11 changes: 0 additions & 11 deletions maestro-exe/Maestro/Run/Scripts.hs

This file was deleted.

30 changes: 0 additions & 30 deletions maestro-exe/Maestro/Run/Tx.hs

This file was deleted.

29 changes: 0 additions & 29 deletions maestro-exe/Main.hs

This file was deleted.

81 changes: 0 additions & 81 deletions maestro-sdk.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,6 @@ common common
library
import: common
exposed-modules:
Maestro.API.V0
Maestro.API.V0.Accounts
Maestro.API.V0.Address
Maestro.API.V0.Assets
Maestro.API.V0.Datum
Maestro.API.V0.Epochs
Maestro.API.V0.General
Maestro.API.V0.Pool
Maestro.API.V0.Scripts
Maestro.API.V0.Transaction
Maestro.API.V0.TxManager

Maestro.API.V1
Maestro.API.V1.Addresses
Maestro.API.V1.Datum
Expand All @@ -66,19 +54,6 @@ library

Maestro.Client.Env
Maestro.Client.Error
Maestro.Client.V0
Maestro.Client.V0.Core
Maestro.Client.V0.Core.Pagination
Maestro.Client.V0.Datum
Maestro.Client.V0.Epochs
Maestro.Client.V0.Accounts
Maestro.Client.V0.Address
Maestro.Client.V0.Assets
Maestro.Client.V0.General
Maestro.Client.V0.Pools
Maestro.Client.V0.Scripts
Maestro.Client.V0.Transaction
Maestro.Client.V0.TxManager

Maestro.Client.V1
Maestro.Client.V1.Core
Expand All @@ -91,16 +66,6 @@ library
Maestro.Client.V1.TxManager

Maestro.Types.Common
Maestro.Types.V0
Maestro.Types.V0.Accounts
Maestro.Types.V0.Address
Maestro.Types.V0.Assets
Maestro.Types.V0.Common
Maestro.Types.V0.Datum
Maestro.Types.V0.Epochs
Maestro.Types.V0.General
Maestro.Types.V0.Pool
Maestro.Types.V0.Transactions

Maestro.Types.V1
Maestro.Types.V1.Addresses
Expand Down Expand Up @@ -133,49 +98,3 @@ library

hs-source-dirs: src
default-language: Haskell2010

test-suite maestro-sdk-tests
import: common
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Driver.hs
other-modules:
Maestro.Test.Datum
Maestro.Test.Epochs
Maestro.Test.General
Maestro.Test.Pool
Maestro.Test.Transaction

build-depends:
base
, maestro-sdk
, aeson
, bytestring
, containers
, raw-strings-qq
, hspec
, tasty
, tasty-hspec
, time
build-tool-depends:
tasty-discover:tasty-discover

executable maestro-exe
import: common
default-language: Haskell2010
other-modules:
Maestro.Run.Datum
Maestro.Run.General
Maestro.Run.Pools
Maestro.Run.Scripts
Maestro.Run.Tx
Maestro.Run.Epochs
Maestro.Run.Address
-- other-extensions:
hs-source-dirs: maestro-exe
main-is: Main.hs
build-depends:
base,
maestro-sdk,
text
32 changes: 0 additions & 32 deletions src/Maestro/API/V0.hs

This file was deleted.

52 changes: 0 additions & 52 deletions src/Maestro/API/V0/Accounts.hs

This file was deleted.

Loading

0 comments on commit 4cfdd3c

Please sign in to comment.