Skip to content

0.11.1-alpha.2 #291

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

Open
wants to merge 25 commits into
base: v0.11.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
49f7d01
bump MSRV to 1.80.0
zoedberg Feb 20, 2025
d61409e
remove duplicated check_chain_net function
zoedberg Feb 21, 2025
727e5be
validation: add unsafe history check
zoedberg Mar 4, 2025
1a2eb26
remove blank transitions
zoedberg Feb 19, 2025
85ea7d0
remove supplements
zoedberg Mar 1, 2025
5f57bbc
remove extensions and valencies
zoedberg Mar 4, 2025
3429058
remove interfaces
zoedberg Mar 5, 2025
f015712
move rgb resolvers implementation to rgb-std
zoedberg Mar 11, 2025
c71931d
allow multiple tweaks per terminal
zoedberg Mar 18, 2025
0d646bf
add optional InternalPk to Beneficiary::WitnessVout
zoedberg Mar 18, 2025
2e7acca
chore: bump MSRV to 1.81.0
zoedberg Apr 2, 2025
634bcee
remove attachment assignment
zoedberg Mar 28, 2025
7d9c7fc
refactor anchor and related structures
zoedberg Apr 3, 2025
4d9d5e9
use serde_yaml only on cli
zoedberg Apr 11, 2025
42f71b2
remove/solve TODOs
zoedberg Apr 23, 2025
f40bad1
remove kit/consignment signatures
zoedberg Apr 23, 2025
43e2173
fix InvalidTransitionsNumber err message
zoedberg Apr 24, 2025
9624c55
update deps
zoedberg Apr 18, 2025
af01b7b
Opids: add derivations
zoedberg Apr 28, 2025
eba67a2
schema: add optional default assignment
zoedberg Apr 25, 2025
95f04a2
fix for rework invoice parsing/formatting
zoedberg Apr 25, 2025
5a2e369
no empty set in input_map
zoedberg Apr 27, 2025
610c53e
pay: handle InvoiceState::Void
zoedberg Apr 29, 2025
e141b9f
remove unnecessary layers
zoedberg Apr 29, 2025
19e3334
chore: bump version to 0.11.1-alpha.2+unreviewed
zoedberg May 1, 2025
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 @@ -65,7 +65,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ nightly, beta, stable, 1.77.0 ]
toolchain: [ nightly, beta, stable, 1.81.0 ]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand Down
Loading