-
- Downloads
Add support for read-only systems
Exception * NoWriteAccess added, is raised when try to set configs on a read-only system Storage * On a read-only system beem.sql is not created. Default values for config are returned and it is not possible to use the wallet. Bug wif can be directly set. Unit test * tset_storage added to test sqlite read and write
Showing
- beem/exceptions.py 6 additions, 0 deletionsbeem/exceptions.py
- beem/storage.py 72 additions, 26 deletionsbeem/storage.py
- tests/beem/test_account.py 0 additions, 1 deletiontests/beem/test_account.py
- tests/beem/test_steem.py 0 additions, 11 deletionstests/beem/test_steem.py
- tests/beem/test_storage.py 76 additions, 0 deletionstests/beem/test_storage.py
Loading
Please register or sign in to comment