-
- Downloads
Added password_storage to config for managing keyring/environment for walletpassword
cli * set password_storage keyring or set password_storage environment added. password_storage = environment is the default behavior and compatible with all old version. * when keyring is used, the wallet password can be stored with the keyring module. * nextnode when the first node and the current url not matches, will this command changes the nodes list, in way that the first node and the current url matches * nextnode skipps now not working nodes * createwallet improved and keyring added * changewalletpassphrase improved steem * set_password_storage added to set the password_storage config * move_current_node_to_front function added, which shifts the nodes until current url and first node matches storage * add default for password_storage wallet * password_storage is used unit tess * test_cli adapted * test_market adapted on changes
Showing
- beem/cli.py 102 additions, 35 deletionsbeem/cli.py
- beem/steem.py 27 additions, 0 deletionsbeem/steem.py
- beem/storage.py 1 addition, 0 deletionsbeem/storage.py
- beem/wallet.py 11 additions, 6 deletionsbeem/wallet.py
- tests/beem/test_cli.py 9 additions, 1 deletiontests/beem/test_cli.py
- tests/beem/test_market.py 4 additions, 2 deletionstests/beem/test_market.py
Loading
Please register or sign in to comment