opentensor / subtensor

Bittensor Blockchain Layer
The Unlicense
155 stars 155 forks source link

Main doesn't contains pow-faucet feature #775

Open s7500 opened 2 months ago

s7500 commented 2 months ago

Describe the bug

Current main head (e79b0999d3ee18a73cbaa64df6e7578f79aaa22) doesn't build with pow-faucet feature on ubuntu ark x86_64

To Reproduce

1) git clone the repo 2) setup rust with ./subtensor/scripts/init.sh 3) run cargo build --release --features pow-faucet 4) see the error

Expected behavior

successfully build with pow-faucet feature

Screenshots

No response

Environment

Linux ubuntu 22.04

Additional context

No response

distributedstatemachine commented 2 months ago

Thanks for reporting ! will fix stat

rajkaramchedu commented 2 months ago

This PR fixes it. https://github.com/opentensor/bittensor-subnet-template/pull/114