Skip to content

0.11.1-alpha.2 #287

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 26 commits into
base: v0.11.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7bcb7c8
chore: fix stl and tests
zoedberg Feb 28, 2025
90d24d8
vm: change WitnessOrd variants order
zoedberg Feb 24, 2025
b79b3c3
validation: add unsafe history check
zoedberg Feb 13, 2025
5c54fc1
validation: move UnsafeHistory from Info to Warning
zoedberg Feb 27, 2025
814ecaa
validation: remove blank transitions
zoedberg Feb 19, 2025
2da5081
operation: remove extensions and valencies
zoedberg Mar 4, 2025
bc04976
schema: remove interfaces
zoedberg Mar 6, 2025
be0c9a8
vm: remove RgbIsa::Timechain and TimechainOp
zoedberg Mar 11, 2025
96b543b
schema: remove reserved bytes for computed state
zoedberg Mar 12, 2025
0ba254c
vm: use BlockHeight from bp-consensus
zoedberg Mar 21, 2025
7c77e62
operation: use NonEmptyVec for TypedAssigns
zoedberg Mar 21, 2025
5e366e2
chore: remove commented code
zoedberg Mar 24, 2025
60237a7
vm: change evolve_state error
zoedberg Mar 22, 2025
41a425b
operation: use NonEmptyOrdSet for Inputs
zoedberg Mar 22, 2025
bb837d7
operation: add signature to Transition
zoedberg Apr 2, 2025
3a6d354
vm: fix nth subtract with overflow
zoedberg Apr 2, 2025
06d8acc
vm: add Vts operator
zoedberg Apr 2, 2025
dac80b9
chore: bump MSRV to 1.81.0
zoedberg Apr 2, 2025
ec33616
operation: remove attachment assignment
zoedberg Mar 28, 2025
365f6ce
chore: remove unused code
zoedberg Apr 1, 2025
1d7d45e
refactor: remove generic mpc_proof from anchor
zoedberg Apr 7, 2025
d9adbe9
schema: remove timestamp and developer
zoedberg Apr 16, 2025
0bd570e
schema/operation: drop ReservedBytes
zoedberg Apr 18, 2025
3442d9a
chore: remove TODOs
zoedberg Apr 23, 2025
b860598
fix: use correct stl lib name for Layer1
zoedberg Apr 19, 2025
ab23fb8
update deps
zoedberg Apr 18, 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 @@ -57,7 +57,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