Skip to content

Releases: t3ran13/php-graphene-node-client

v4.0.10

29 May 09:53
Compare
Choose a tag to compare
  • upd Reputation tool

v4.0.9

23 May 09:14
Compare
Choose a tag to compare
  • added class for calculating bandwidth for accounts
  • added ability on the fly change timeout and reconnect tries for connectors

v4.0.8

21 May 11:28
Compare
Choose a tag to compare
  • updated algorithm for ordering nodes by timeout
  • update WS nodes list for steem connector
  • update HttpJsonRpc nodes list for steem connector

v4.0.7

20 May 07:10
Compare
Choose a tag to compare
  • added expiration time parameter for transaction init

v4.0.6

15 May 21:46
Compare
Choose a tag to compare
  • critical bug was fixed for serializer string
  • GetConfig command was added

Serializer Critical Bug Fix

11 May 22:33
Compare
Choose a tag to compare

fix of string serialization bug fix for strings between 128-256 length

Connectors Update

09 May 21:33
Compare
Choose a tag to compare
  • rename HTTP connectors;
  • HTTP connectors use only curl, composer package 'fguillot/json-rpc' was removed;
  • in HttpJsonRpcConnectorAbstract/WSConnectorAbstract some properties was made static and to constructor added ordering node by timeout answer;
  • close old connection before new for WSConnectorAbstract;
  • to SteemitHttpJsonRpcConnector were added new nodes (6 total);
  • new connector for GOLOS GolosHttpJsonRpcConnector;

upd CommandQueryData

05 May 18:52
Compare
Choose a tag to compare

added bool type in CommandQueryData validator

Critical Connectors Fix

10 Apr 08:22
Compare
Choose a tag to compare
  • fix critical bag of connectors
  • upd php version in composer.json

New Functional And Fix

03 Apr 15:14
Compare
Choose a tag to compare
  • requests format was changed to json-rpc2.0 style
  • single commands was moved to Single namespace
  • new Commads class with is commands aggregator
  • string serializer critical bug was fixed