Skip to content

Commit

Permalink
commit cargo.lock (mimblewimble#2875)
Browse files Browse the repository at this point in the history
* commit cargo.lock

* rustfmt
  • Loading branch information
garyyu authored and lehnberg committed Jul 8, 2019
1 parent f42d892 commit 03bc51b
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 81 deletions.
19 changes: 0 additions & 19 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[package]
name = "grin"
<<<<<<< HEAD
version = "2.0.1-beta.1"
=======
version = "1.1.1-beta.1"
>>>>>>> set version number to next (possible) 1.1.x version
authors = ["Grin Developers <[email protected]>"]
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
license = "Apache-2.0"
Expand Down Expand Up @@ -36,23 +32,13 @@ term = "0.5"
failure = "0.1"
failure_derive = "0.1"

<<<<<<< HEAD
grin_api = { path = "./api", version = "2.0.1-beta.1" }
grin_config = { path = "./config", version = "2.0.1-beta.1" }
grin_core = { path = "./core", version = "2.0.1-beta.1" }
grin_keychain = { path = "./keychain", version = "2.0.1-beta.1" }
grin_p2p = { path = "./p2p", version = "2.0.1-beta.1" }
grin_servers = { path = "./servers", version = "2.0.1-beta.1" }
grin_util = { path = "./util", version = "2.0.1-beta.1" }
=======
grin_api = { path = "./api", version = "1.1.1-beta.1" }
grin_config = { path = "./config", version = "1.1.1-beta.1" }
grin_core = { path = "./core", version = "1.1.1-beta.1" }
grin_keychain = { path = "./keychain", version = "1.1.1-beta.1" }
grin_p2p = { path = "./p2p", version = "1.1.1-beta.1" }
grin_servers = { path = "./servers", version = "1.1.1-beta.1" }
grin_util = { path = "./util", version = "1.1.1-beta.1" }
>>>>>>> set version number to next (possible) 1.1.x version

[target.'cfg(windows)'.dependencies]
cursive = { version = "0.12", default-features = false, features = ["pancurses-backend"] }
Expand All @@ -66,10 +52,5 @@ cursive = "0.12"
built = "0.3"

[dev-dependencies]
<<<<<<< HEAD
grin_chain = { path = "./chain", version = "2.0.1-beta.1" }
grin_store = { path = "./store", version = "2.0.1-beta.1" }
=======
grin_chain = { path = "./chain", version = "1.1.1-beta.1" }
grin_store = { path = "./store", version = "1.1.1-beta.1" }
>>>>>>> set version number to next (possible) 1.1.x version
9 changes: 0 additions & 9 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,9 @@ futures = "0.1.21"
rustls = "0.13"
url = "1.7.0"

<<<<<<< HEAD
grin_core = { path = "../core", version = "2.0.1-beta.1" }
grin_chain = { path = "../chain", version = "2.0.1-beta.1" }
grin_p2p = { path = "../p2p", version = "2.0.1-beta.1" }
grin_pool = { path = "../pool", version = "2.0.1-beta.1" }
grin_store = { path = "../store", version = "2.0.1-beta.1" }
grin_util = { path = "../util", version = "2.0.1-beta.1" }
=======
grin_core = { path = "../core", version = "1.1.1-beta.1" }
grin_chain = { path = "../chain", version = "1.1.1-beta.1" }
grin_p2p = { path = "../p2p", version = "1.1.1-beta.1" }
grin_pool = { path = "../pool", version = "1.1.1-beta.1" }
grin_store = { path = "../store", version = "1.1.1-beta.1" }
grin_util = { path = "../util", version = "1.1.1-beta.1" }
>>>>>>> set version number to next (possible) 1.1.x version
7 changes: 0 additions & 7 deletions chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,10 @@ lru-cache = "0.1"
lazy_static = "1"
regex = "1"

<<<<<<< HEAD
grin_core = { path = "../core", version = "2.0.1-beta.1" }
grin_keychain = { path = "../keychain", version = "2.0.1-beta.1" }
grin_store = { path = "../store", version = "2.0.1-beta.1" }
grin_util = { path = "../util", version = "2.0.1-beta.1" }
=======
grin_core = { path = "../core", version = "1.1.1-beta.1" }
grin_keychain = { path = "../keychain", version = "1.1.1-beta.1" }
grin_store = { path = "../store", version = "1.1.1-beta.1" }
grin_util = { path = "../util", version = "1.1.1-beta.1" }
>>>>>>> set version number to next (possible) 1.1.x version

[dev-dependencies]
env_logger = "0.5"
Expand Down
7 changes: 0 additions & 7 deletions config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,10 @@ serde_derive = "1"
toml = "0.4"
dirs = "1.0.3"

<<<<<<< HEAD
grin_core = { path = "../core", version = "2.0.1-beta.1" }
grin_servers = { path = "../servers", version = "2.0.1-beta.1" }
grin_p2p = { path = "../p2p", version = "2.0.1-beta.1" }
grin_util = { path = "../util", version = "2.0.1-beta.1" }
=======
grin_core = { path = "../core", version = "1.1.1-beta.1" }
grin_servers = { path = "../servers", version = "1.1.1-beta.1" }
grin_p2p = { path = "../p2p", version = "1.1.1-beta.1" }
grin_util = { path = "../util", version = "1.1.1-beta.1" }
>>>>>>> set version number to next (possible) 1.1.x version

[dev-dependencies]
pretty_assertions = "0.5.1"
5 changes: 0 additions & 5 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,8 @@ log = "0.4"
chrono = { version = "0.4.4", features = ["serde"] }
zeroize = "0.9"

<<<<<<< HEAD
grin_keychain = { path = "../keychain", version = "2.0.1-beta.1" }
grin_util = { path = "../util", version = "2.0.1-beta.1" }
=======
grin_keychain = { path = "../keychain", version = "1.1.1-beta.1" }
grin_util = { path = "../util", version = "1.1.1-beta.1" }
>>>>>>> set version number to next (possible) 1.1.x version

[dev-dependencies]
serde_json = "1"
4 changes: 0 additions & 4 deletions keychain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,4 @@ ripemd160 = "0.7"
sha2 = "0.7"
pbkdf2 = "0.2"

<<<<<<< HEAD
grin_util = { path = "../util", version = "2.0.1-beta.1" }
=======
grin_util = { path = "../util", version = "1.1.1-beta.1" }
>>>>>>> set version number to next (possible) 1.1.x version
10 changes: 0 additions & 10 deletions p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,10 @@ tempfile = "3.0.5"
log = "0.4"
chrono = { version = "0.4.4", features = ["serde"] }

<<<<<<< HEAD
grin_core = { path = "../core", version = "2.0.1-beta.1" }
grin_store = { path = "../store", version = "2.0.1-beta.1" }
grin_util = { path = "../util", version = "2.0.1-beta.1" }
grin_chain = { path = "../chain", version = "2.0.1-beta.1" }

[dev-dependencies]
grin_pool = { path = "../pool", version = "2.0.1-beta.1" }
=======
grin_core = { path = "../core", version = "1.1.1-beta.1" }
grin_store = { path = "../store", version = "1.1.1-beta.1" }
grin_util = { path = "../util", version = "1.1.1-beta.1" }
grin_chain = { path = "../chain", version = "1.1.1-beta.1" }

[dev-dependencies]
grin_pool = { path = "../pool", version = "1.1.1-beta.1" }
>>>>>>> set version number to next (possible) 1.1.x version
9 changes: 4 additions & 5 deletions p2p/src/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.


use crate::conn::{Message, MessageHandler, Response, Tracker};
use crate::core::core::{self, hash::Hash, hash::Hashed, CompactBlock};

Expand Down Expand Up @@ -317,13 +316,13 @@ impl MessageHandler for Protocol {

Type::TxHashSetRequest => {
let sm_req: TxHashSetRequest = msg.body()?;
debug!(
"handle_payload: txhashset req for {} at {}",
sm_req.hash, sm_req.height
);

let txhashset_header = self.adapter.txhashset_archive_header()?;
let txhashset_header_hash = txhashset_header.hash();
debug!(
"handle_payload: txhashset request for {} at {}, response with {} at {}",
sm_req.hash, sm_req.height, txhashset_header.height, txhashset_header_hash,
);
let txhashset = self.adapter.txhashset_read(txhashset_header_hash);

if let Some(txhashset) = txhashset {
Expand Down
10 changes: 0 additions & 10 deletions pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,10 @@ chrono = "0.4.4"
failure = "0.1"
failure_derive = "0.1"

<<<<<<< HEAD
grin_core = { path = "../core", version = "2.0.1-beta.1" }
grin_keychain = { path = "../keychain", version = "2.0.1-beta.1" }
grin_store = { path = "../store", version = "2.0.1-beta.1" }
grin_util = { path = "../util", version = "2.0.1-beta.1" }

[dev-dependencies]
grin_chain = { path = "../chain", version = "2.0.1-beta.1" }
=======
grin_core = { path = "../core", version = "1.1.1-beta.1" }
grin_keychain = { path = "../keychain", version = "1.1.1-beta.1" }
grin_store = { path = "../store", version = "1.1.1-beta.1" }
grin_util = { path = "../util", version = "1.1.1-beta.1" }

[dev-dependencies]
grin_chain = { path = "../chain", version = "1.1.1-beta.1" }
>>>>>>> set version number to next (possible) 1.1.x version
5 changes: 0 additions & 5 deletions store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@ serde = "1"
serde_derive = "1"
log = "0.4"

<<<<<<< HEAD
grin_core = { path = "../core", version = "2.0.1-beta.1" }
grin_util = { path = "../util", version = "2.0.1-beta.1" }
=======
grin_core = { path = "../core", version = "1.1.1-beta.1" }
grin_util = { path = "../util", version = "1.1.1-beta.1" }
>>>>>>> set version number to next (possible) 1.1.x version

[dev-dependencies]
chrono = "0.4.4"
Expand Down

0 comments on commit 03bc51b

Please sign in to comment.