Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
security_audit:
name: Security audit
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
defaults:
run:
working-directory: bdk-ffi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build-test:
name: "Build and test"
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
defaults:
run:
working-directory: bdk-ffi
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

fmt:
name: "Rust fmt"
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
defaults:
run:
working-directory: bdk-ffi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kotlin-api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch

jobs:
deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/live-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
jvm-tests:
name: "Build and test JVM library on Linux"
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: "Checkout publishing branch"
uses: actions/checkout@v4
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:

python-tests:
name: "Build and test Python library on Linux"
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
defaults:
run:
working-directory: bdk-python
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-android.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Publish bdk-android to Maven Central
on: [workflow_dispatch]

# The default Android NDK on the ubuntu-22.04 image is 25.2.9519653
# The default Android NDK on the ubuntu-24.04 image is 25.2.9519653

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: "Check out PR branch"
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-jvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
build-full-library:
name: Create full bdk-jvm library
needs: [build-macOS-native-libs, build-windows-native-lib]
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: "Checkout publishing branch"
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [workflow_dispatch]
jobs:
build-manylinux_2_28-x86_64-wheels:
name: "Build Manylinux 2.28 x86_64 wheel"
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
defaults:
run:
working-directory: bdk-python
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:

publish-pypi:
name: "Publish on PyPI"
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
defaults:
run:
working-directory: bdk-python
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
- "bdk-ffi/**"
- "bdk-android/**"

# The default Android NDK on the ubuntu-22.04 image is 25.2.9519653
# The default Android NDK on the ubuntu-24.04 image is 25.2.9519653

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: "Show default version of NDK"
run: echo $ANDROID_NDK_ROOT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-jvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: "Check out PR branch"
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build-manylinux_2_28-x86_64-wheels:
name: "Build and test Manylinux 2.28 x86_64 wheels"
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
defaults:
run:
working-directory: bdk-python
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:

ruff:
name: "Lint tests"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
defaults:
run:
working-directory: bdk-python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class LiveTxBuilderTest {
val psbt: Psbt = TxBuilder()
.setRecipients(allRecipients)
.feeRate(FeeRate.fromSatPerVb(4uL))
.changePolicy(ChangeSpendPolicy.CHANGE_FORBIDDEN)
.finish(wallet)

wallet.sign(psbt)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ class LiveTxBuilderTest {
val psbt: Psbt = TxBuilder()
.setRecipients(allRecipients)
.feeRate(FeeRate.fromSatPerVb(4uL))
.changePolicy(ChangeSpendPolicy.CHANGE_FORBIDDEN)
.finish(wallet)

wallet.sign(psbt)
Expand Down
4 changes: 2 additions & 2 deletions bdk-python/tests/test_live_kyoto.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from bdkpython import Connection, Client, Network, Descriptor, KeychainKind, CbfBuilder, CbfComponents, CbfClient, CbfNode, IpAddress, ScanType, Peer, Update, Wallet
from bdkpython import Connection, Network, Descriptor, KeychainKind, CbfBuilder, CbfComponents, CbfClient, CbfNode, IpAddress, ScanType, Peer, Update, Wallet
import unittest
import os
import asyncio
Expand Down Expand Up @@ -39,7 +39,7 @@ async def testKyoto(self) -> None:
light_client: CbfComponents = CbfBuilder().scan_type(ScanType.NEW()).peers(peers).connections(1).build(wallet)
client: CbfClient = light_client.client
node: CbfNode = light_client.node
async def log_loop(client: Client):
async def log_loop(client: CbfClient):
while True:
log = await client.next_log()
print(log)
Expand Down
Loading