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.10.5 #165

Merged
merged 19 commits into from
Jul 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
3b3317d
stl: update to new strict-types providing arbitrary data types for ma…
dr-orlovsky Jun 28, 2023
7c4c5f4
stl: re-export RGB-related STL libraries from dependencies
dr-orlovsky Jun 28, 2023
3735b23
chore: update dependencies
dr-orlovsky Jun 28, 2023
a28ce02
Merge pull request #162 from RGB-WG/develop
dr-orlovsky Jun 28, 2023
1de67f7
chore: update dependencies
dr-orlovsky Jun 28, 2023
54e7cbb
chore: downgrade half dependency to maintain MSRV
dr-orlovsky Jun 29, 2023
23706b5
contract: preserve historic state for reorgs and unmined witness txes
dr-orlovsky Jul 8, 2023
bd10d34
chore: fmt with new nightly
dr-orlovsky Jul 8, 2023
3bc8347
Merge pull request #166 from RGB-WG/preserve-historic-state
dr-orlovsky Jul 8, 2023
ec836e2
chore: fix half version to maintain MSRV
dr-orlovsky Jul 10, 2023
8e09cad
stl: update strict types version
dr-orlovsky Jul 10, 2023
3f764f1
chore: update to released crate versions, bump MSRV
dr-orlovsky Jul 12, 2023
ea99548
contract: refactor ordering for global state data
dr-orlovsky Jul 12, 2023
c40a510
contract: export new state ordering types
dr-orlovsky Jul 12, 2023
4fb3ea6
contract: add convenience WitnessOrd::with_mempool constructor
dr-orlovsky Jul 12, 2023
c77cc3b
contract: improve height resolver API names
dr-orlovsky Jul 13, 2023
858ce53
contract: improve panic on invalid ContractHistory::consume_bundles use
dr-orlovsky Jul 13, 2023
6af83b5
Merge pull request #169 from RGB-WG/resoler
dr-orlovsky Jul 14, 2023
5a453fa
release v0.10.5
dr-orlovsky Jul 14, 2023
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 @@ -72,7 +72,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ nightly, beta, stable, 1.66.0 ]
toolchain: [ nightly, beta, stable, 1.67.0 ]
steps:
- uses: actions/checkout@v2
- name: Install rust ${{ matrix.toolchain }}
Expand Down
2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fn_call_width = 100
format_code_in_doc_comments = true
fn_single_line = true
format_macro_matchers = true
format_macro_bodues = true
format_macro_bodies = true
format_strings = true
merge_derives = false
overflow_delimited_expr = true
Expand Down
Loading
Loading