-
- Downloads
New nodes class for better node url handling
Wallet * getKeysForAccount added * getOwnerKeysForAccount, getActiveKeysForAccount, getPostingKeysForAccount added beemapi * WorkingNodeMissing is raised when no working node could be found GrapheneRPC * cycle([urls]) is replaced by the nodes class Nodes * Node handling and management of url and error_counts is performed by the nodes class * sleep_and_check_retries is moved to the nodes class * Websocket, steemnodrpc were adpapted to the changes Unit tests * new tests for the nodes class * tests adapted for websocket and rpcutils
Showing
- beem/notify.py 1 addition, 1 deletionbeem/notify.py
- beem/wallet.py 51 additions, 0 deletionsbeem/wallet.py
- beemapi/exceptions.py 4 additions, 0 deletionsbeemapi/exceptions.py
- beemapi/graphenerpc.py 49 additions, 44 deletionsbeemapi/graphenerpc.py
- beemapi/node.py 156 additions, 0 deletionsbeemapi/node.py
- beemapi/rpcutils.py 1 addition, 27 deletionsbeemapi/rpcutils.py
- beemapi/steemnoderpc.py 8 additions, 10 deletionsbeemapi/steemnoderpc.py
- beemapi/websocket.py 8 additions, 12 deletionsbeemapi/websocket.py
- tests/beemapi/test_node.py 56 additions, 0 deletionstests/beemapi/test_node.py
- tests/beemapi/test_rpcutils.py 1 addition, 9 deletionstests/beemapi/test_rpcutils.py
- tests/beemapi/test_websocket.py 2 additions, 2 deletionstests/beemapi/test_websocket.py
Loading
Please register or sign in to comment