Skip to content

v5.1.0

Compare
Choose a tag to compare
@t3ran13 t3ran13 released this 14 Oct 21:28
· 44 commits to master since this release
  • blockchain API methods are placed in own classes accordinly to blockchain names
  • new HTTP/WS connectors were added for VIZ
  • new api methods were added for VIZ:
    • get_block
    • get_accounts
    • get_account_count
    • get_account_history
    • get_account_votes
    • get_active_votes
    • get_active_witnesses
    • get_block_header
    • get_config
    • get_content
    • get_content_replies
    • get_discussions_by_author_before_date
    • get_discussions_by_blog
    • get_discussions_by_created
    • get_discussions_by_feed
    • get_discussions_by_trending
    • get_dynamic_global_properties
    • get_ops_in_block
    • get_trending_tags
    • get_witnesses_by_vote
    • get_followers
    • broadcast_transaction
    • broadcast_transaction_synchronous
  • new operations types where added in serializator:
    • TYPE_SET_EXTENSIONS
    • TYPE_SET_BENEFICIARIES
    • TYPE_BENEFICIARY
  • broadcast was upated for working with VIZ blockchain
  • new broadcast operation "content" was added for VIZ