Skip to content

Commit

Permalink
v0.1.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Sep 18, 2020
1 parent 794082b commit f211f0d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lnpbp"
version = "0.1.0-beta.3"
version = "0.1.0-beta.4"
license = "MIT"
authors = ["Dr. Maxim Orlovsky <orlovsky@pandoracore.com>"]
description = "LNP/BP Core Library implementing LNPBP specifications & standards"
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lnpbp_derive"
version = "0.1.0-beta.3"
version = "0.1.0-beta.4"
license = "MIT"
authors = ["Dr. Maxim Orlovsky <orlovsky@pandoracore.com>"]
description = "LNP/BP Core Library derive macros"
Expand Down
4 changes: 2 additions & 2 deletions src/rgb/contract/assignments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -879,13 +879,13 @@ mod test {
0xea, 0xc7, 0xb5, 0xdd,
];

static ANCESTOR: [u8; 78] = [
/* static ANCESTOR: [u8; 78] = [
0x1, 0x0, 0xf5, 0x7e, 0xd2, 0x7e, 0xe4, 0x19, 0x90, 0x72, 0xc5, 0xff, 0x3b, 0x77, 0x4f,
0xeb, 0xc9, 0x4d, 0x26, 0xd3, 0xe4, 0xa5, 0x55, 0x9d, 0x13, 0x3d, 0xe4, 0x75, 0xa, 0x94,
0x8d, 0xf5, 0xe, 0x6, 0x3, 0x0, 0x1, 0x0, 0x5, 0x0, 0x1, 0x0, 0x2, 0x0, 0x3, 0x0, 0x4, 0x0,
0x5, 0x0, 0x2, 0x0, 0x5, 0x0, 0xa, 0x0, 0x14, 0x0, 0x1e, 0x0, 0x28, 0x0, 0x32, 0x0, 0x3,
0x0, 0x5, 0x0, 0x64, 0x0, 0xc8, 0x0, 0x2c, 0x1, 0x90, 0x1, 0xf4, 0x1,
];
]; */

// Real data used for creation of above variants
// Used in tests to ensure operations of AssignmentVariants gives deterministic results
Expand Down
2 changes: 1 addition & 1 deletion src/rgb/contract/seal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ mod test {
use super::*;
use crate::strict_encoding::{StrictDecode, StrictEncode};
//use bitcoin::secp256k1::rand::{thread_rng};
use crate::paradigms::client_side_validation::CommitEncode;
use bitcoin_hashes::hex::FromHex;
use crate::paradigms::client_side_validation::{CommitEncode};

// Hard coded TxOutpoint variant of a Revealed Seal
// Constructed with following data
Expand Down

0 comments on commit f211f0d

Please sign in to comment.