Releases: t3ran13/php-graphene-node-client
Releases · t3ran13/php-graphene-node-client
v5.1.1
- 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
- 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
- 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