Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
b3be9b5
validator: improve handling of anchor and bundle close method mismatch
dr-orlovsky Sep 18, 2024
6ea499d
validation: use new closing method API from DBC
dr-orlovsky Oct 12, 2024
0f4db24
vm: fix consensus ordering for regtests, testnet
dr-orlovsky Sep 29, 2024
4d4078a
vm: improve WitnessPos Display implementation
dr-orlovsky Sep 29, 2024
d0c7672
Merge branch 'fix/273-2' into develop
dr-orlovsky Oct 12, 2024
c61d4b3
Merge branch 'methods' into develop
dr-orlovsky Oct 12, 2024
0450760
stl: update
dr-orlovsky Oct 12, 2024
d582878
chore: add patches
dr-orlovsky Oct 13, 2024
4e7a7b9
chore: fix fmt with new style_edition
dr-orlovsky Oct 13, 2024
966d409
chore: update dependencies, bump version
dr-orlovsky Oct 13, 2024
58c81b3
chore: bump MSRV
dr-orlovsky Oct 13, 2024
93867bc
ci: update branch selection criteria
dr-orlovsky Oct 13, 2024
5002749
Merge branch 'chore' into develop
dr-orlovsky Oct 13, 2024
5ff9821
vm: fix checks for the blocktime window in consensus ordering
dr-orlovsky Oct 15, 2024
4fbc55a
Merge remote-tracking branch 'origin/fix/273-2' into develop
dr-orlovsky Oct 15, 2024
476c9e7
chore: update dependencies, fix lints
dr-orlovsky Oct 15, 2024
52592c6
Merge pull request #277 from RGB-WG/develop
dr-orlovsky Oct 31, 2024
91a270c
chore: lint code with rust 1.84.0
zoedberg Jan 13, 2025
e1f0481
schema: remove support for alt layers
zoedberg Dec 4, 2024
6bcf339
schema: make contract commit to a close method
zoedberg Dec 4, 2024
952e9e2
vm: handle RGB reorgs
zoedberg Dec 13, 2024
b4544bd
fix(validation): detect double spend
zoedberg Jan 11, 2025
b461511
operation: add layer1 to Genesis
zoedberg Jan 16, 2025
5d07b15
schema: remove pedersen commitments
zoedberg Jan 17, 2025
f1e1d07
vm: add WitnessOrd::Ignored
zoedberg Jan 21, 2025
cca8df4
operation: remove XChain
zoedberg Jan 23, 2025
1954130
validation: unified seals
zoedberg Jan 24, 2025
4265485
operation: chain net in genesis + resolver check
zoedberg Jan 30, 2025
5111760
chore: remove bp-std
zoedberg Feb 12, 2025
a2013df
doc: fix Genesis fields
zoedberg Feb 12, 2025
5883d22
chore: update bp-core to 0.11.1-alpha.1
zoedberg Feb 12, 2025
af35bcd
operation: remove concealed states
zoedberg Feb 14, 2025
261f655
Merge pull request #285 from zoedberg/v0.11_fixes
dr-orlovsky Feb 19, 2025
8dabd36
chore: experimental release v0.11.1-alpha.1. Do not use!
dr-orlovsky Feb 19, 2025
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
dac6d6c
update deps
zoedberg Apr 18, 2025
fcd2065
schema: add optional default assignment
zoedberg Apr 25, 2025
c755508
operation: add seal_closing_strategy to Genesis
zoedberg Apr 25, 2025
2267906
operation: no empty set in input_map + Assignments tiny->small
zoedberg Apr 27, 2025
9e3c36b
chore: remove unnecessary layers
zoedberg Apr 29, 2025
adc50f6
chore: remove unnecessary StrictSerialize from RevealedData
zoedberg Apr 30, 2025
8b566c4
vm: allow no (in|out)puts in load_revealed_(in|out)puts
St333p Apr 16, 2025
a82a562
validation: add trusted_op_seals + move validated opids to status
St333p Apr 16, 2025
8b948e6
schema: add utilities to recognize replace transitions and asset assi…
St333p Apr 16, 2025
7595406
vm: remove consensus order check in prev_checked
zoedberg Apr 18, 2025
41f79ea
vm: prevent outputs with amount 0
zoedberg Apr 29, 2025
c89bb85
chore: bump version to 0.11.1-alpha.2+unreviewed
zoedberg May 1, 2025
c4d00a2
Merge pull request #287 from zoedberg/0.11.1-2
dr-orlovsky May 11, 2025
9267913
ci: fix github actions
dr-orlovsky May 11, 2025
44df908
validation: add Warning::UnsafeHistory only if map is not empty
zoedberg May 14, 2025
7ca176f
operation: remove Assign custom Eq implementation
zoedberg May 15, 2025
e536532
chore: lint code with rust 1.87.0
zoedberg May 20, 2025
cc6f145
chore: bump version to 0.11.1-alpha.3+unreviewed
zoedberg May 22, 2025
bbc63f8
Merge pull request #289 from zoedberg/0.11.1-3
dr-orlovsky May 26, 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
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- master
tags:
- 'v[0-9]+\.*'
- 'v[0-9]+.*'
pull_request:
branches:
- master
- develop
- 'v[0-9]+.[0-9]+'
- 'v[0-9]+.?*'

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ nightly, beta, stable, 1.76.0 ]
toolchain: [ nightly, beta, stable, 1.81.0 ]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- master
tags:
- 'v[0-9]+\.*'
- 'v[0-9]+.*'
pull_request:
branches:
- master
- develop
- 'v[0-9]+.[0-9]+'
- 'v[0-9]+.?*'

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
- develop
- 'v[0-9]+.[0-9]+'
- 'v[0-9]+.?*'

env:
CARGO_TERM_COLOR: always
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- master
tags:
- 'v[0-9]+\.*'
- 'v[0-9]+.*'
pull_request:
branches:
- master
- develop
- 'v[0-9]+.[0-9]+'
- 'v[0-9]+.?*'

env:
CARGO_TERM_COLOR: always
Expand All @@ -36,4 +36,4 @@ jobs:
- name: Add wasm32 target
run: rustup target add wasm32-unknown-unknown
- name: Test in headless Chrome
run: wasm-pack test --headless --chrome
run: RUSTFLAGS='--cfg getrandom_backend="wasm_js"' wasm-pack test --headless --chrome
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