Skip to content
Snippets Groups Projects
  1. Jun 03, 2018
  2. Jun 02, 2018
  3. Jun 01, 2018
  4. May 31, 2018
  5. May 30, 2018
  6. May 29, 2018
    • Holger Nahrstaedt's avatar
      Some improvements for steemconnect · e21be76f
      Holger Nahrstaedt authored
      * Converts amounts from list to string (appbase)
      * Unit test for steemconnect added
      Transactionbuilder
      * Remove log line
    • Holger Nahrstaedt's avatar
      Add option to create url from all broadcast operation to beempy · 8b949dfe
      Holger Nahrstaedt authored
      CLI
      * Add -l option to beempy
      * Add -s option for broadcast via steemconnect
      * addtoken, listtoken and deltoken added
      * Add doc - files for nodelist, steemconnect and node
      Storage
      * sc2_scope removed from config
      * hot_sign_redirect_uri added to config
      8b949dfe
    • Holger Nahrstaedt's avatar
      Creating links for signing with SC2 · 249bdb40
      Holger Nahrstaedt authored
      * url_from_tx function added, which can be used to create url for signing with steemconnect v2
      * Authomatic url creation removed
      249bdb40
    • Holger Nahrstaedt's avatar
      Fix urlencode import · 198f62d9
      Holger Nahrstaedt authored
      198f62d9
    • Holger Nahrstaedt's avatar
      Several improvements and fixes · 97711e5e
      Holger Nahrstaedt authored
      Account
      * Example added for transfer
      Nodelist
      * Doc added
      Steem
      * steemconnect integration improved and use_sc2 added
      * Docu improved
      SteemConnect
      * compatible with py2.7
      * several improvements
      * Examles added
      Transactionbuilder
      * Integration of steemconnect improved
      Wallet
      * fix bug
      SteemNodeRPC
      * fix old and removed parameter n_urls
      Doc
      * Fix bug in tutorial page
      97711e5e
    • Holger Nahrstaedt's avatar
      Fixes issue #16 · 7c8b5351
      Holger Nahrstaedt authored
      Problem was the auto_clean function for the cache.
      When using threads, auto_clean is disabled with set_cache_auto_clean(False) and the cache is manually cleaned with clear_cache_from_expired_items() when all threads are finished.
      When blocks() finishes, set_cache_auto_clean(auto_clean) is set to the old value.
      7c8b5351
  7. May 28, 2018
    • Holger Nahrstaedt's avatar
      Include steemconnect v2 to beem · b95afdfd
      Holger Nahrstaedt authored
      steem
      * add steemconnect in init, when set, steemconnect is used for broadasting
      steemconnect
      * new class can be used to broadcast operation with steemconnect v2
      storage
      * Token class to store encrypted token
      Transactionbuilder
      * use steemconnect broadcast with set in steem
      Wallet
      * add token storage class
      * add setToken, clear_local_token, encrypt_token, decrypt_token, addToken, getTokenForAccountName, removeTokenFromPublicName, getPublicNames
      Example
      * Add login app for testing steemconnect
      b95afdfd
Loading