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

0.11.1-alpha.1 #30

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
b8583d4
update submodules to fix lint
zoedberg Jan 13, 2025
522e7fe
change tapret_wlt_receiving_opret in parametrized test
zoedberg Dec 4, 2024
eafa662
remove support for alt layers
zoedberg Dec 4, 2024
63bc241
make contract commit to a close method
zoedberg Dec 4, 2024
e37879c
handle RGB reorgs
zoedberg Jan 7, 2025
383cee3
fix validation: detect double spend
zoedberg Jan 11, 2025
85e75b0
fix same blinded transfer twice
zoedberg Jan 11, 2025
632d9e2
add altered submodules to show double spend fix works
zoedberg Jan 14, 2025
e7c3fcc
udpate bp-core based on review
zoedberg Jan 16, 2025
6de01c3
update after bp-std review
zoedberg Jan 16, 2025
a8efce0
update after rgb-core review
zoedberg Jan 16, 2025
4c90d60
use altered submodule branch from RGB-WG
zoedberg Jan 17, 2025
560e39f
update rgb-schemata based on review
zoedberg Jan 17, 2025
d340e93
remove pedersen commitments
zoedberg Jan 17, 2025
9a1caca
add WitnessOrd::Ignored
zoedberg Jan 21, 2025
58c4d59
update esplora with upstream
zoedberg Jan 23, 2025
0e69235
update rgb-std submodule (add layer1 to ContractInfo)
zoedberg Jan 24, 2025
eb617e4
remove XChain
zoedberg Jan 23, 2025
011f073
unified seals
zoedberg Jan 24, 2025
cb18282
fix start_services.sh: always try to stop esplora
zoedberg Jan 29, 2025
b02cd9f
chain net in genesis + resolver check
zoedberg Jan 30, 2025
ba32aa3
allow sync on mainnet after esplora fix
zoedberg Feb 5, 2025
a1bde5c
add sync_from_scratch
zoedberg Feb 5, 2025
86cb3c7
remove useless conversion to GenesisSeal
zoedberg Feb 10, 2025
01d6b64
update docker services version
zoedberg Feb 10, 2025
2b0ccdc
remove bp-std dep from rgb-core
zoedberg Feb 12, 2025
b7be84c
improve issue_on_different_layers after bp-std udpate
zoedberg Feb 12, 2025
0cd168d
update bp-(core|std) to 0.11.1-alpha.1 + patches
zoedberg Feb 12, 2025
4537fa7
rename add_terminals to add_consignment_txes
zoedberg Feb 13, 2025
a62e711
fix coverage.sh for CI
zoedberg Feb 13, 2025
d1e01ea
remove concealed states
zoedberg Feb 14, 2025
41c6d1f
update bp/rgb deps to 0.11.1-alpha.1
zoedberg Feb 19, 2025
921d01a
avoid address reuse
zoedberg Feb 26, 2025
fdf90f3
remove blank_tapret_opret test (became useless after unified seals)
zoedberg Feb 26, 2025
9616b3a
add tapret_opret_same_utxo test
zoedberg Feb 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
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
components: llvm-tools-preview
toolchain: stable
rustflags: ""

- name: Install llvm-cov
env:
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@
[submodule "amplify-nonasync"]
path = amplify-nonasync
url = https://github.com/rust-amplify/amplify-nonasync.git
[submodule "altered_submodules/rgb"]
path = altered_submodules/rgb
url = https://github.com/RGB-WG/rgb
Loading
Loading