-
Notifications
You must be signed in to change notification settings - Fork 289
Closed
Labels
blue teamdefensive programming, CI, etcdefensive programming, CI, etcbugSomething isn't workingSomething isn't working
Description
Describe the bug
We are currently unable to use the faucet on development. I suspect the regression comes from this PR, as checking out the commit before its merge resolves it.
To Reproduce
- checkout out development
- build a localnet (
./scripts/localnet.sh). - connect to it via btcli and try use the faucet.
btcli w faucet --subtensor.network=ws://127.0.0.1:9946
btcli w faucet --subtensor.network=ws://127.0.0.1:9946
Enter wallet name (default): fob
Run Faucet ?
coldkey: 5FQwc5vF6Ku657RENZBo3d9o8fwSmpMyQ4RfRgTQqaJ7rjYt
network: local [y/n]: y
Enter password to unlock key:
❌ Failed: Error: {'type': 'Module', 'name': 'FaucetDisabled', 'docs': ['the faucet is disabled']}
❌ Failed: Error: {'type': 'Module', 'name': 'FaucetDisabled', 'docs': ['the faucet is disabled']}
❌ Failed: Error: {'type': 'Module', 'name': 'FaucetDisabled', 'docs': ['the faucet is disabled']}Expected behavior
btcli w faucet --subtensor.network=ws://127.0.0.1:9946
Enter wallet name (default): fob
Run Faucet ?
coldkey: 5FQwc5vF6Ku657RENZBo3d9o8fwSmpMyQ4RfRgTQqaJ7rjYt
network: local [y/n]: y
Enter password to unlock key:
Balance: τ0.000000000 ➡ τ100.000000000
Balance: τ100.000000000 ➡ τ200.000000000
Balance: τ200.000000000 ➡ τ300.000000000Screenshots
No response
Environment
m3 osx
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blue teamdefensive programming, CI, etcdefensive programming, CI, etcbugSomething isn't workingSomething isn't working