Skip to content

Releases: t3ran13/php-graphene-node-client

v5.1.1

03 Nov 11:25
Compare
Choose a tag to compare
  • upd: raw data are sent to curl in abstact http connector
  • new HTTP/WS connectors were added for WHALESHARES blockchain
  • new api methods were added for WHALESHARES blockchain:
    • BroadcastTransactionCommand
    • BroadcastTransactionSynchronousCommand
    • GetAccountCountCommand
    • GetAccountHistoryCommand
    • GetAccountsCommand
    • GetAccountVotesCommand
    • GetActiveWitnessesCommand
    • GetApiByNameCommand
    • GetBlockCommand
    • GetBlockHeaderCommand
    • GetConfigCommand
    • GetContentCommand
    • GetContentRepliesCommand
    • GetCurrentMedianHistoryPriceCommand
    • GetDiscussionsByAuthorBeforeDateCommand
    • GetDiscussionsByBlogCommand
    • GetDiscussionsByCreatedCommand
    • GetDiscussionsByFeedCommand
    • GetDiscussionsByTrendingCommand
    • GetDynamicGlobalPropertiesCommand
    • GetFollowersCommand
    • GetOpsInBlock
    • GetTrendingCategoriesCommand
    • GetVersionCommand
    • GetWitnessesByVoteCommand
    • LoginCommand
  • broadcast was upated for working with WHALESHARES blockchain

v5.1.0

14 Oct 21:28
Compare
Choose a tag to compare
  • 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

v5.0.4

13 Oct 18:55
Compare
Choose a tag to compare
  • new method isEnough was added to Bandwidth Tool
  • abstract connectors was fixed: json sending to node have to be made with JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES flags
  • string serializer was improved: can serialize strings with length up to 16kk
  • class OpComment was fixed: parameter $parentPermlink is required

v5.0.3

15 Sep 12:03
Compare
Choose a tag to compare
  • Bug was fixed with WS connectors extend WSConnectorAbstract class

v5.0.1

03 Aug 11:54
Compare
Choose a tag to compare
  • code was updated for Bit-Wasp/secp256k1-php v0.2.1
  • debugger dockerfile was updated for Bit-Wasp/secp256k1-php v0.2.1
  • new examples for requests in debugger

v4.1.2

22 Jul 08:50
Compare
Choose a tag to compare

critical bag was fixed for abstract connectors in current node

When you used STEEM and GOLOS platforms connectors in 1 script it resulted in current url from other platform

v4.1.1

20 Jun 10:58
Compare
Choose a tag to compare
  • upd nodes for GOLOS connectors
  • fix Bandwidth tool after GOLOS HF 18

v4.1.0

20 Jun 08:26
Compare
Choose a tag to compare
  • GOLOS API was updated for HF 18 (methods updates)
  • phpunit tests

v4.0.12

06 Jun 21:00
Compare
Choose a tag to compare
  • serializer string critical bug fix

v4.0.11

06 Jun 07:20
Compare
Choose a tag to compare
  • New set_string of serializer operation was added;
  • New custom_json operation for broadcast was added;