forked from rust-bitcoin/rust-bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace 'bitcoin' with 'qtum' references
- Loading branch information
1 parent
c444bf6
commit 3e7161d
Showing
600 changed files
with
39 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
[workspace] | ||
members = ["bitcoin", "hashes", "internals"] | ||
members = ["qtum", "hashes", "internals"] | ||
|
||
[patch.crates-io.bitcoin_hashes] | ||
path = "hashes" |
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 |
---|---|---|
@@ -1,16 +1,17 @@ | ||
[package] | ||
name = "bitcoin_hashes" | ||
version = "0.12.0" | ||
authors = ["Andrew Poelstra <[email protected]>"] | ||
name = "qtum_hashes" | ||
version = "0.12.0-qtum" | ||
authors = ["Andrew Poelstra <[email protected]>", "The Qtum developers"] | ||
license = "CC0-1.0" | ||
repository = "https://github.com/rust-bitcoin/bitcoin_hashes/" | ||
repository = "https://github.com/qtumproject/rust-qtum/hashes/" | ||
documentation = "https://docs.rs/bitcoin_hashes/" | ||
description = "Hash functions used by the rust-bitcoin eccosystem" | ||
categories = ["algorithms"] | ||
keywords = [ "crypto", "bitcoin", "hash", "digest" ] | ||
readme = "README.md" | ||
edition = "2018" | ||
exclude = ["tests", "contrib"] | ||
autotests = false | ||
|
||
[features] | ||
default = ["std"] | ||
|
@@ -24,7 +25,7 @@ all-features = true | |
rustdoc-args = ["--cfg", "docsrs"] | ||
|
||
[dependencies] | ||
internals = { path = "../internals", package = "bitcoin-private", version = "0.1.0" } | ||
internals = { path = "../internals", package = "qtum-private", version = "0.1.0-qtum" } | ||
|
||
core2 = { version = "0.3.0", default_features = false, optional = true } | ||
# Only enable this if you explicitly do not want to use "std", otherwise enable "serde-std". | ||
|
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 |
---|---|---|
@@ -1,16 +1,17 @@ | ||
[package] | ||
name = "bitcoin-private" | ||
version = "0.1.0" | ||
authors = ["Andrew Poelstra <[email protected]>", "The Rust Bitcoin developers"] | ||
name = "qtum-private" | ||
version = "0.1.0-qtum" | ||
authors = ["Andrew Poelstra <[email protected]>", "The Rust Bitcoin developers", "The Qtum developers"] | ||
license = "CC0-1.0" | ||
repository = "https://github.com/rust-bitcoin/rust-bitcoin/" | ||
repository = "https://github.com/qtumproject/rust-qtum/internals" | ||
documentation = "https://docs.rs/bitcoin-private" | ||
description = "Internal types and macros used by rust-bitcoin ecosystem" | ||
categories = ["cryptography::cryptocurrencies"] | ||
keywords = ["internal"] | ||
readme = "README.md" | ||
edition = "2018" | ||
exclude = ["tests", "contrib"] | ||
autotests = false | ||
|
||
[features] | ||
default = [] | ||
|
File renamed without changes.
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 |
---|---|---|
@@ -1,16 +1,17 @@ | ||
[package] | ||
name = "bitcoin" | ||
name = "qtum" | ||
version = "0.30.0-qtum" | ||
authors = ["Andrew Poelstra <[email protected]>"] | ||
authors = ["Andrew Poelstra <[email protected]>", "The Qtum developers"] | ||
license = "CC0-1.0" | ||
repository = "https://github.com/rust-bitcoin/rust-bitcoin/" | ||
repository = "https://github.com/qtumproject/rust-qtum/qtum" | ||
documentation = "https://docs.rs/bitcoin/" | ||
description = "General purpose library for using and interoperating with Bitcoin." | ||
description = "General purpose library for using and interoperating with Qtum." | ||
categories = ["cryptography::cryptocurrencies"] | ||
keywords = [ "crypto", "bitcoin" ] | ||
keywords = [ "crypto", "bitcoin", "qtum" ] | ||
readme = "../README.md" | ||
edition = "2018" | ||
exclude = ["tests", "contrib"] | ||
autotests = false | ||
|
||
[features] | ||
default = [ "std", "secp-recovery" ] | ||
|
@@ -34,7 +35,7 @@ all-features = true | |
rustdoc-args = ["--cfg", "docsrs"] | ||
|
||
[dependencies] | ||
bitcoin-internals = { path = "../internals", package = "bitcoin-private", version = "0.1.0" } | ||
bitcoin-internals = { path = "../internals", package = "qtum-private", version = "0.1.0-qtum" } | ||
bech32 = { version = "0.9.0", default-features = false } | ||
bitcoin_hashes = { version = "0.12.0", default-features = false } | ||
secp256k1 = { version = "0.27.0", default-features = false, features = ["bitcoin_hashes"] } | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.