Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use TxIn type from bitcoin-ffi #610

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import org.junit.runner.RunWith
import kotlin.test.AfterTest
import kotlin.test.assertTrue
import java.io.File
import org.rustbitcoin.bitcoin.Network
import org.rustbitcoin.bitcoin.Amount
import org.rustbitcoin.bitcoin.FeeRate
import org.bitcoindevkit.bitcoinffi.Network
import org.bitcoindevkit.bitcoinffi.Amount
import org.bitcoindevkit.bitcoinffi.FeeRate

private const val SIGNET_ESPLORA_URL = "http://signet.bitcoindevkit.net"
private const val TESTNET_ESPLORA_URL = "https://esplora.testnet.kuutamo.cloud"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import org.junit.runner.RunWith
import kotlin.test.AfterTest
import kotlin.test.assertTrue
import java.io.File
import org.rustbitcoin.bitcoin.Network
import org.rustbitcoin.bitcoin.Amount
import org.rustbitcoin.bitcoin.FeeRate
import org.bitcoindevkit.bitcoinffi.Network
import org.bitcoindevkit.bitcoinffi.Amount
import org.bitcoindevkit.bitcoinffi.FeeRate

private const val SIGNET_ESPLORA_URL = "http://signet.bitcoindevkit.net"
private const val TESTNET_ESPLORA_URL = "https://esplora.testnet.kuutamo.cloud"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import kotlin.test.Test
import kotlin.test.assertEquals
import androidx.test.ext.junit.runners.AndroidJUnit4
import org.junit.runner.RunWith
import org.rustbitcoin.bitcoin.Network
import org.bitcoindevkit.bitcoinffi.Network

@RunWith(AndroidJUnit4::class)
class OfflineDescriptorTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import androidx.test.platform.app.InstrumentationRegistry
import org.junit.runner.RunWith
import kotlin.test.AfterTest
import java.io.File
import org.rustbitcoin.bitcoin.Network
import org.bitcoindevkit.bitcoinffi.Network

@RunWith(AndroidJUnit4::class)
class OfflineWalletTest {
Expand Down
17 changes: 0 additions & 17 deletions bdk-android/plugins/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions bdk-android/plugins/build.gradle.kts

This file was deleted.

8 changes: 0 additions & 8 deletions bdk-android/plugins/settings.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading