-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #85 from RGB-WG/develop
Update to use latest consensus changes
- Loading branch information
Showing
21 changed files
with
299 additions
and
289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,18 +12,18 @@ default-members = [ | |
authors = ["Dr Maxim Orlovsky <[email protected]>"] | ||
homepage = "https://github.com/RGB-WG" | ||
repository = "https://github.com/RGB-WG/rgb-wallet" | ||
rust-version = "1.66" # Due to strict encoding library (caused by GAD) | ||
rust-version = "1.67" # Due to strict encoding library | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
|
||
[workspace.dependencies] | ||
amplify = "4.0.0" | ||
baid58 = "0.3.1" | ||
strict_encoding = "2.4.1" | ||
strict_types = "1.4.1" | ||
commit_verify = { version = "0.10.3", features = ["stl"] } | ||
bp-core = { version = "0.10.4", features = ["stl"] } | ||
rgb-core = { version = "0.10.4", features = ["stl"] } | ||
strict_encoding = "2.5.0" | ||
strict_types = "1.5.0" | ||
commit_verify = { version = "0.10.4", features = ["stl"] } | ||
bp-core = { version = "0.10.5", features = ["stl"] } | ||
rgb-core = { version = "0.10.5", features = ["stl"] } | ||
|
||
[package] | ||
name = "rgb-wallet" | ||
|
@@ -76,6 +76,3 @@ wasm-bindgen-test = "0.3" | |
|
||
[package.metadata.docs.rs] | ||
features = [ "all" ] | ||
|
||
[patch.crates-io] | ||
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "preserve-historic-state" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.