Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] the mining_pool branch fails to compile with a futures-related error #1446

Closed
StrangeTcy opened this issue Dec 16, 2021 · 2 comments
Closed
Labels
bug Incorrect or unexpected behavior dependencies Pull requests that update a dependency file testnet2

Comments

@StrangeTcy
Copy link

馃悰 Bug Report

error: failed to compile `snarkos v2.0.0 

Caused by:
  failed to select a version for the requirement `futures = "^0.3.18"`

Steps to Reproduce

  1. Clone the snarkOS repo
  2. Checkout the feat/mining_pool branch
  3. run testnet2_ubuntu.sh or just cargo install --path .

Expected Behavior

It should either compile or suggest using some other version of the futures would be my best guess.

Your Environment

  • snarkos v 2.0.0
  • 1.57
  • Ubuntu 20.04
@StrangeTcy StrangeTcy added the bug Incorrect or unexpected behavior label Dec 16, 2021
@StrangeTcy StrangeTcy changed the title [Bug] [Bug] the mining_pool branch fails to compile with a futures-related error Dec 16, 2021
@ljedrz ljedrz added dependencies Pull requests that update a dependency file testnet2 labels Dec 16, 2021
@ljedrz
Copy link
Collaborator

ljedrz commented Dec 16, 2021

This was fixed with #1440 in testnet2.

@ljedrz ljedrz closed this as completed Dec 16, 2021
@ljedrz
Copy link
Collaborator

ljedrz commented Dec 16, 2021

The feat/mining_pool branch is not ready yet and will eventually get rebased and get that fix from testnet2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect or unexpected behavior dependencies Pull requests that update a dependency file testnet2
Projects
None yet
Development

No branches or pull requests

2 participants