-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule rgb-core
updated
11 files
+21 −100 | src/operation/assignments.rs | |
+2 −45 | src/operation/attachment.rs | |
+17 −17 | src/operation/commit.rs | |
+3 −55 | src/operation/data.rs | |
+2 −35 | src/operation/fungible.rs | |
+4 −4 | src/operation/mod.rs | |
+12 −11 | src/operation/operations.rs | |
+2 −46 | src/operation/state.rs | |
+4 −29 | src/validation/logic.rs | |
+0 −4 | src/validation/status.rs | |
+7 −21 | src/vm/op_contract.rs |
Submodule rgb-std
updated
5 files
+1 −1 | Cargo.lock | |
+0 −7 | src/contract/assignments.rs | |
+0 −43 | src/contract/merge_reveal.rs | |
+3 −5 | src/persistence/memory.rs | |
+2 −2 | src/stl/stl.rs |