Skip to content
Snippets Groups Projects
  1. Jan 04, 2019
  2. Jan 02, 2019
  3. Dec 31, 2018
  4. Dec 30, 2018
  5. Dec 17, 2018
  6. Dec 15, 2018
  7. Dec 11, 2018
  8. Dec 07, 2018
  9. Dec 06, 2018
    • crokkon's avatar
      connect for beempy createwallet · 9e6f6715
      crokkon authored
      The shared `Steem` instance does not connect by default.`beempy createwallet` raised a `beemapi.exceptions.RPCConnection: RPC is not connected!`. `wallet.keyStorage.getPublicKeys(prefix=self.steem.prefix)` tries and fails to lookup the network prefix in the unconnected state.
      9e6f6715
  10. Dec 05, 2018
  11. Dec 04, 2018
  12. Nov 30, 2018
  13. Nov 28, 2018
  14. Nov 27, 2018
    • crokkon's avatar
      Account: support for retrieving all delegations · c9f240c7
      crokkon authored
      Switching `Account.get_vesting_delegations()` from the
      `find_vesting_delegations` API call, which is limited to only the first
      1000 entries, to `list_vesting_delegations`. The latter supports
      `start_account` and `limit` also for appbase nodes and allows fetching
      all delegations of a given account.
      c9f240c7
  15. Nov 26, 2018
  16. Nov 25, 2018
  17. Nov 23, 2018
Loading