Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #122 from BitSwap-BiFi/feat/rgb-v0.11
Browse files Browse the repository at this point in the history
Add v0.11 cross libraries and files
  • Loading branch information
22388o authored Feb 27, 2024
2 parents 44602f3 + 79bffb2 commit caa7d13
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ See last versions and releases around Bitswap development

## Alpha - v1.0.3

**Highlights**
**"Highlights**

- Web Rocket
- Initial script
Expand Down
13 changes: 7 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,22 @@ swap = "0.1.0"


[core_functions]
rgb-core = "0.11.0-beta.4"
rgb-core = "0.11.0"
rust-dlc = "0.4"
bitswap = "1.0.19"
strict_encoding = "~2.7.0-beta.1"
strict_types = "~2.7.0-beta.1"
rust-aluvm = "0.11.0-beta.3"
rust-lighting = "0.0.121"
rust-baid58 = "0.4.0"
bp-std = "0.11.0-beta.4"
bp-core="0.11.0-beta.4"
rgb-std = "0.11.0-beta.4"
rgb-schemata = "0.11.0-beta.4"
bp-std = "0.11.0"
bp-core="0.11.0"
rgb-std = "0.11.0"
payjoin = "0.13.0"
rgb-schemata = "0.11.0"
strict_types = "1.6.3"
rgb-runtime = "0.11.0"
strict_encoding = "2.6.2"
rgb-runtime = "0.11.0-beta.4"
rust-version = "1.76.0"
rust-bitcoin = "0.1.1"
musig2 = "0.0.4"
Expand Down
5 changes: 4 additions & 1 deletion src/aluvm/baid.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
use aluvm::stl::alpub(crate)
pub use bp::bc::{stl::bitcoin_stl};
use aluvm::stl::uvm_stl;
use aluvm::stl::aluvm_stl;
use bp::bc::stl::bitcoin_stl;
use aluvm::byte;
use aluvm::macro;
use bp::stl::bp_core_stl;
use strict_types::stl::strict_types_stl;
use strict_types::typelib::{LibBuilder, TranslateError};
Expand Down
2 changes: 2 additions & 0 deletions src/contract/rgb20.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ impl rgb20::interface {
let data = let data();
let created = let created();
let issued_suply = let issued_supply();
let entrypont = let entrypont();
let transfer = let transfer();
}

impl rgb20::schemata {
Expand Down

0 comments on commit caa7d13

Please sign in to comment.