-
Notifications
You must be signed in to change notification settings - Fork 1
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set_coldkeypub arguments passed in wrong order #51
Comments
roman-opentensor
added a commit
that referenced
this issue
Nov 7, 2024
* Updates local -> environment vars in changelog * closes GH #51 (#56) * [fix] Use userhome for default wallet path ~ (#57) * use userhome for default path ~ * bump ver * expand path on init and use as _path --------- Co-authored-by: ibraheem-opentensor <[email protected]> Co-authored-by: ibraheem-opentensor <[email protected]> Co-authored-by: Cameron Fairchild <[email protected]>
camfairchild
added a commit
that referenced
this issue
Nov 12, 2024
* add PasswordError and bound to python * formatter * add `from bittensor_wallet.errors import PasswordError` * return encrypted password, remove debug * [fix] Use user home directory for wallet path (#59) * Updates local -> environment vars in changelog * closes GH #51 (#56) * [fix] Use userhome for default wallet path ~ (#57) * use userhome for default path ~ * bump ver * expand path on init and use as _path --------- Co-authored-by: ibraheem-opentensor <[email protected]> Co-authored-by: ibraheem-opentensor <[email protected]> Co-authored-by: Cameron Fairchild <[email protected]> * Fix ruff (#62) * add rustup to CI (#63) * add rustup to CI * make rustup accept all * add to path * Update CHANGELOG.MD * Update CHANGELOG.MD --------- Co-authored-by: Roman <[email protected]> Co-authored-by: Roman <[email protected]> Co-authored-by: ibraheem-opentensor <[email protected]> Co-authored-by: ibraheem-opentensor <[email protected]> Co-authored-by: Cameron Fairchild <[email protected]>
camfairchild
added a commit
that referenced
this issue
Nov 12, 2024
* add PasswordError and bound to python * formatter * add `from bittensor_wallet.errors import PasswordError` * return encrypted password, remove debug * [fix] Use user home directory for wallet path (#59) * Updates local -> environment vars in changelog * closes GH #51 (#56) * [fix] Use userhome for default wallet path ~ (#57) * use userhome for default path ~ * bump ver * expand path on init and use as _path --------- Co-authored-by: ibraheem-opentensor <[email protected]> Co-authored-by: ibraheem-opentensor <[email protected]> Co-authored-by: Cameron Fairchild <[email protected]> * Fix ruff (#62) * add rustup to CI (#63) * add rustup to CI * make rustup accept all * add to path * Update CHANGELOG.MD * Update CHANGELOG.MD * fix changelog * bump ver * bump cargo toml ver * Update CHANGELOG.MD --------- Co-authored-by: Roman <[email protected]> Co-authored-by: Roman <[email protected]> Co-authored-by: ibraheem-opentensor <[email protected]> Co-authored-by: ibraheem-opentensor <[email protected]>
unconst
pushed a commit
that referenced
this issue
Nov 22, 2024
* add PasswordError and bound to python * formatter * add `from bittensor_wallet.errors import PasswordError` * return encrypted password, remove debug * [fix] Use user home directory for wallet path (#59) * Updates local -> environment vars in changelog * closes GH #51 (#56) * [fix] Use userhome for default wallet path ~ (#57) * use userhome for default path ~ * bump ver * expand path on init and use as _path --------- Co-authored-by: ibraheem-opentensor <[email protected]> Co-authored-by: ibraheem-opentensor <[email protected]> Co-authored-by: Cameron Fairchild <[email protected]> * Fix ruff (#62) * add rustup to CI (#63) * add rustup to CI * make rustup accept all * add to path * Update CHANGELOG.MD * Update CHANGELOG.MD * fix changelog * bump ver * bump cargo toml ver * Update CHANGELOG.MD --------- Co-authored-by: Roman <[email protected]> Co-authored-by: Roman <[email protected]> Co-authored-by: ibraheem-opentensor <[email protected]> Co-authored-by: ibraheem-opentensor <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Method called with
overwrite=overwrite, encrypt=false
, but the method accepts these two arguments in the other order -encrypt
first, thenoverwrite
:https://github.com/opentensor/btwallet/blob/main/src/wallet.rs#L831
https://github.com/opentensor/btwallet/blob/main/src/wallet.rs#L515-L521
The text was updated successfully, but these errors were encountered: