vcashorg / vcash-wallet

Apache License 2.0
15 stars 28 forks source link

Cargo.lock is missing leading to inconsistent builds #2

Closed josef-v closed 4 years ago

josef-v commented 5 years ago

Cargo.lock is missing leading to inconsistent builds. For now, we are not able to build vcash-wallet, see following build output.

Compiling grin_pool v2.0.0 (https://github.com/vcashorg/vcash?branch=vcash#777ad367)
error: expected #[serde(...)]
  --> /root/.cargo/git/checkouts/vcash-6a9dfcae89c098ad/777ad36/pool/src/types.rs:94:4
   |
94 |     #[serde = "default_accept_fee_base"]
   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: expected #[serde(...)]
  --> /root/.cargo/git/checkouts/vcash-6a9dfcae89c098ad/777ad36/pool/src/types.rs:98:4
   |
98 |     #[serde = "default_max_pool_size"]
   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: expected #[serde(...)]
   --> /root/.cargo/git/checkouts/vcash-6a9dfcae89c098ad/777ad36/pool/src/types.rs:102:4
    |
102 |     #[serde = "default_max_stempool_size"]
    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: expected #[serde(...)]
   --> /root/.cargo/git/checkouts/vcash-6a9dfcae89c098ad/777ad36/pool/src/types.rs:108:4
    |
108 |     #[serde = "default_mineable_max_weight"]
    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 4 previous errors

error: Could not compile `grin_pool`.
warning: build failed, waiting for other jobs to finish...
error: build failed
jdwldnqi837 commented 4 years ago

committed