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

Release v0.11.0 beta 9 #68

Merged
merged 32 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
4851d5d
layer2: export Layer2Empty type
dr-orlovsky Sep 7, 2024
6eacbf0
wallet: default to empty layer2 in TxRow
dr-orlovsky Sep 7, 2024
76a3d3e
wallet: impl Hash for row types
dr-orlovsky Sep 7, 2024
806ccb4
hot: improve short cli help strings
dr-orlovsky Sep 7, 2024
173993c
cli: improve failed descriptor reporting
dr-orlovsky Sep 7, 2024
c58fed0
cli: fix listing external descriptor-typed wallets
dr-orlovsky Sep 7, 2024
1aba927
wallet: save cache upon updates. Closes #69
dr-orlovsky Sep 7, 2024
c60db06
wallet: fix data descriptor initialization
dr-orlovsky Sep 7, 2024
90dfd3f
indexers: feature-gate eprints to cli
dr-orlovsky Sep 11, 2024
f62a006
wallet: add methods accessing all previous txos
dr-orlovsky Sep 20, 2024
d319c45
cli: improve history printout
dr-orlovsky Sep 20, 2024
7e6e933
wallet: expose utxo and txo cache methods to wallet
dr-orlovsky Sep 20, 2024
65588b5
wallet: improve outpoint and UTXO accessors
dr-orlovsky Sep 20, 2024
44c5d43
cli: add flag to disable network data dir prefix
dr-orlovsky Sep 20, 2024
ea556fb
wallet: refactor wallet id to make API non-breaking
dr-orlovsky Sep 25, 2024
4387142
chore: reflect signers feature from bp-std
dr-orlovsky Sep 25, 2024
7935e20
indexers: re-export error types
dr-orlovsky Sep 25, 2024
0405406
wallet: separate persisting layer2 in Wallet from co-persisting layer2
dr-orlovsky Sep 25, 2024
68debe9
wallet: add ayer 2 data and cache accessor methods
dr-orlovsky Sep 25, 2024
4fab1f3
wallet: add layer 2 mutable accessors
dr-orlovsky Sep 28, 2024
1acf19e
indexers: re-export electrum and esplora configs
dr-orlovsky Oct 5, 2024
fb86a5b
chore: update dependencies
dr-orlovsky Oct 5, 2024
a27d3d2
layer2: fix serde for Layer2Empty
dr-orlovsky Oct 5, 2024
f850c3b
hot: fix distrinction between hot and signer features
dr-orlovsky Oct 6, 2024
3bd18c9
cli: fix tabs in list command for default wallet
dr-orlovsky Oct 8, 2024
4c639ca
Merge branch 'fix_windows_ci' into develop
dr-orlovsky Oct 12, 2024
a6862d0
chore: update patches
dr-orlovsky Oct 12, 2024
427ceab
wallet: add information about number of our inputs to the history
dr-orlovsky Oct 12, 2024
d1b94f2
Merge branch 'fix/history' into develop
dr-orlovsky Oct 12, 2024
1e7f55c
chore: update dependencies
dr-orlovsky Oct 31, 2024
c76fe78
chore: fix fmt
dr-orlovsky Oct 31, 2024
e93cf77
chore: update MSRV
dr-orlovsky Oct 31, 2024
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/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ nightly, beta, stable, 1.76.0 ]
toolchain: [ nightly, beta, stable, 1.77.0 ]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand Down
2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
edition = "2021"
version = "Two"
style_edition = "2021"

max_width = 100
array_width = 100
Expand Down
Loading