From a97b5d22bbd3360798eee62247ca6d25a168de77 Mon Sep 17 00:00:00 2001 From: Gleb Date: Wed, 20 Sep 2023 10:42:33 -0700 Subject: [PATCH] [WAL-1123/WAL-816/WAL-870]: Bump SDK version and remove deprecated classes (#117) * WAL-1123: Bump SDK version * Remove deprecated classes * Fix version declaration --- docs/WalletGuide.md | 5 +- .../documentation/src/example-account-01.kt | 5 +- gradle/libs.versions.toml | 2 +- wallet-sdk/build.gradle.kts | 2 +- .../kotlin/org/stellar/walletsdk/Constant.kt | 11 - .../main/kotlin/org/stellar/walletsdk/Data.kt | 108 ------- .../kotlin/org/stellar/walletsdk/Wallet.kt | 4 +- .../org/stellar/walletsdk/extension/Server.kt | 65 ---- .../walletsdk/horizon/AccountService.kt | 23 +- .../org/stellar/walletsdk/horizon/Stellar.kt | 20 +- .../transaction/CommonTransactionBuilder.kt | 2 +- .../horizon/transaction/SponsoringBuilder.kt | 2 +- .../horizon/transaction/TransactionBuilder.kt | 10 +- .../kotlin/org/stellar/walletsdk/toml/Data.kt | 2 +- .../org/stellar/walletsdk/toml/StellarToml.kt | 2 +- .../org/stellar/walletsdk/util/Format.kt | 257 --------------- .../walletsdk/SubmitTransactionTest.kt | 4 +- .../stellar/walletsdk/account/GetInfoTest.kt | 48 --- .../walletsdk/helpers/MapFromTomlFile.kt | 2 +- .../util/FormatStellarOperationTest.kt | 297 ------------------ .../src/test/resources/account_basic.json | 14 +- .../src/test/resources/account_full.json | 42 +-- .../test/resources/expired_transaction.json | 10 +- .../test/resources/stellar_operations.json | 159 ---------- 24 files changed, 70 insertions(+), 1026 deletions(-) delete mode 100644 wallet-sdk/src/test/kotlin/org/stellar/walletsdk/account/GetInfoTest.kt delete mode 100644 wallet-sdk/src/test/kotlin/org/stellar/walletsdk/util/FormatStellarOperationTest.kt delete mode 100644 wallet-sdk/src/test/resources/stellar_operations.json diff --git a/docs/WalletGuide.md b/docs/WalletGuide.md index 9ca33798..49e9a89f 100644 --- a/docs/WalletGuide.md +++ b/docs/WalletGuide.md @@ -128,6 +128,7 @@ Once the Wallet is configured, you can use the following: