Skip to content
Snippets Groups Projects
  1. May 01, 2018
  2. Apr 30, 2018
    • Holger Nahrstaedt's avatar
      Dokumentation improved · 14d2fe0e
      Holger Nahrstaedt authored
      Account
      * Examples and Dokumentation improved
      Amount
      * Example improved
      Asciichart
      * Examples improved
      Blockchain
      * examples improved
      Discussions
      * Doku improved
      Market
      * Examples and Doku improved
      Price
      * Examples improved
      * Missing steem_instance fixed
      Steem
      * Example code fixed
      Graphenerpc
      * Example improved
      14d2fe0e
    • Holger Nahrstaedt's avatar
      Docs warnings removed and layout improved · bf7b854d
      Holger Nahrstaedt authored
      Formatting of all doc parts improved
      Logo and icon added
      Doc structure improved
      quickstart improved
      bf7b854d
    • Holger Nahrstaedt's avatar
      Change html theme to sphinx_rtd_theme · 62d771b9
      Holger Nahrstaedt authored
      62d771b9
    • Holger Nahrstaedt's avatar
      fix ci build · 2fd87b4d
      Holger Nahrstaedt authored
      2fd87b4d
    • Holger Nahrstaedt's avatar
      Use doctest for examples, improve docs · 7230aab2
      Holger Nahrstaedt authored
      Account
      * Example forget SimilarAccountNames  added
      * Example for history and history_reverse improved
      Amount
      * Example is tested with doctest
      Block
      * Example is tested with doctest
      Price
      * Fix example
      Profile
      * Fix example
      Steem
      * Example is tested by doctest
      Transactionbuilder
      * Example is tested by doctest
      Vote
      * datetime.now() changed to datetime.utcnow()
      * Example is tested by doctest
      Witness
      * datetime.now() changed to datetime.utcnow()
      * Example is tested by doctest
      Docs
      * Installation instruction improved
      * Quickstart created
      * Discord channel added to support
      7230aab2
  3. Apr 29, 2018
  4. Apr 28, 2018
  5. Apr 27, 2018
    • Holger Nahrstaedt's avatar
      Improved unittests · 94339c63
      Holger Nahrstaedt authored
      Comment set to full as default
      Unit tests for cli and comment improved.
      94339c63
    • Holger Nahrstaedt's avatar
      Unit test for Issue #4 · 07e0283f
      Holger Nahrstaedt authored
      07e0283f
    • Holger Nahrstaedt's avatar
      Merge pull request #5 from E-D-A/patch-1 · bf60b74c
      Holger Nahrstaedt authored
      Change to fix Issue #4
      Unverified
      bf60b74c
    • Holger Nahrstaedt's avatar
      Memory consumption for graphenerpc reduced and other improvements · 8cc6342d
      Holger Nahrstaedt authored
      Memo
      * make prefix changeble
      Transationbuilder
      * sign() return the signed struct now
      Graphenerpc
      * Session are used for requests
      * Singleton for websocket instance added
      * Both measures reduce ram consumption when more than one Steem object is created.
      Add missing scrypt package to dependency
      8cc6342d
    • Daniel's avatar
      Change to fix Issue #4 · d5b4dc9d
      Daniel authored
      Unverified
      d5b4dc9d
    • Holger Nahrstaedt's avatar
      Add sorting nodes by ping times · 167873a9
      Holger Nahrstaedt authored
      cli
      * nodes can be sorted by ping times with pingnode --sort
      * nodes with error can be removed by pingnode --sort --remove
      * add wipe option for createwallet
      167873a9
    • Holger Nahrstaedt's avatar
      Improve unit tests · ffb208de
      Holger Nahrstaedt authored
      ffb208de
    • Holger Nahrstaedt's avatar
      try to fix test_cli · ccda07cc
      Holger Nahrstaedt authored
      ccda07cc
    • Holger Nahrstaedt's avatar
      Improved unlock_wallet · 63b61bf6
      Holger Nahrstaedt authored
      63b61bf6
    • Holger Nahrstaedt's avatar
      try to fix test_cli · 3c9d240c
      Holger Nahrstaedt authored
      3c9d240c
    • Holger Nahrstaedt's avatar
      Added password_storage to config for managing keyring/environment for walletpassword · ef616258
      Holger Nahrstaedt authored
      cli
      * set password_storage keyring or set password_storage environment added. password_storage = environment  is the default behavior and compatible with all old version.
      * when keyring is used, the wallet password can be stored with the keyring module.
      * nextnode when the first node and the current url not matches, will this command changes the nodes list, in way that the first node and the current url matches
      * nextnode skipps now not working nodes
      * createwallet improved and keyring added
      * changewalletpassphrase improved
      steem
      * set_password_storage added to set the password_storage config
      * move_current_node_to_front function added, which shifts the nodes  until current url and first node matches
      storage
      * add default for password_storage
      wallet
      * password_storage is used
      unit tess
      * test_cli adapted
      * test_market adapted on changes
      ef616258
    • Holger Nahrstaedt's avatar
      AsciiChart added and charts added to cli · 1ccf4f32
      Holger Nahrstaedt authored
      AsciiChart
      * new ascii curve plot class created
      * width and height can defined and plot() prints an ascii string, which can be interpreted as plot
      CLI
      * keyring functionallity added
      * walletinfo shows if UNLOCK env is set, keyring is installed and if it possible to unlock the wallet (--test-unlock)
      * ticker shows a table with the latest market prices
      * pricehistory plots the history of the last 3 days together with the median price
      * tradehistory shows the STEEM/SBD market price history
      * orderbook has now a working chart option
      * The sum of SBD and STEEM for open orders was added
      Unit test
      * tests for new cli function were added
      1ccf4f32
  6. Apr 26, 2018
    • Holger Nahrstaedt's avatar
      Market improved and keyring support added to wallet · 3643d438
      Holger Nahrstaedt authored
      * Dokumentation for several functions of market improved
      * dict keys for ticker renamed to small names width underscore (identical to python-steem)
      * trade_history added. This function allows to fetch a fixed number of trades at each intervall to reduce the time. E.g. it is possible to receive the from the last 7 days 100 trades each 6 hours.
      * utc time transformation is added to trades
      wallet
      * keyring can be used to unlock the wallet. Please store the masterpassword with  python -m keyring set beem wallet
      3643d438
  7. Apr 24, 2018
Loading