Skip to content
Snippets Groups Projects
  • Holger Nahrstaedt's avatar
    a261c53e
    New nodes class for better node url handling · a261c53e
    Holger Nahrstaedt authored
    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
    a261c53e
    History
    New nodes class for better node url handling
    Holger Nahrstaedt authored
    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