-
- Downloads
Huge witness update
Market * _weighted_average, btc_usd_ticker, steem_btc_ticker and steem_usd_implied added Witness * get_votes_sum added to witnesses object Graphenerpc * fix handling of WebSocketConnectionClosedException CLI * witnessfeed: uses the new market ticker to calculate the current steem_usd price as base. When using support-peg the sbd_usd price is calculated from the internal ticker and used for quote. * Witness: shows the rank and active rank (when it is below 250). virtual_time_to_block_num is calculated from num_scheduled_witnesses, VIRTUAL_SCHEDULE_LAP_LENGTH2 and vote_sum. This is then used to estimate the next block producing time. * witnesses uses a proxy now, when set.
Showing
- README.rst 14 additions, 0 deletionsREADME.rst
- beem/cli.py 78 additions, 8 deletionsbeem/cli.py
- beem/market.py 119 additions, 0 deletionsbeem/market.py
- beem/witness.py 9 additions, 2 deletionsbeem/witness.py
- beemapi/graphenerpc.py 7 additions, 3 deletionsbeemapi/graphenerpc.py
- tests/beem/test_market.py 6 additions, 0 deletionstests/beem/test_market.py
Loading
Please register or sign in to comment