Skip to content

Commit 61599ad

Browse files
committed
feat: Update corepc-types to v0.11.0
- corepc-types v0.11.0 support Bitcoind v30 which the client is defaulting to.
1 parent 685e258 commit 61599ad

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: cargo audit --deny warnings
4848

4949
- name: Run cargo audit again for GitHub Security tab upload
50-
uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212ae3e3c0d700
50+
uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998
5151
with:
5252
token: ${{ secrets.GITHUB_TOKEN }}
5353
deny: warnings

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = ["Bitcoin Dev Kit Developers"]
1212
readme = "README.md"
1313

1414
[dependencies]
15-
corepc-types = { version = "0.10.1", features = ["default"]}
15+
corepc-types = { version = "0.11.0", features = ["default"]}
1616
jsonrpc = { version = "0.18.0", features = ["simple_http", "simple_tcp", "minreq_http", "simple_uds", "proxy"] }
1717

1818
[features]

src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use corepc_types::{
1414
Block, BlockHash, Transaction, Txid,
1515
},
1616
model::{GetBlockCount, GetBlockFilter, GetRawMempool},
17-
v29::GetBlockVerboseOne,
17+
v30::GetBlockVerboseOne,
1818
};
1919
use jsonrpc::{
2020
serde,

0 commit comments

Comments
 (0)