Releases: asuleymanov/steem-go
v0.8
The functions Comment and Post were replaced (in all its manifestations).
The function Comment was added the ability to immediately vote for it, as well as set options for it.
All previously implemented functions Post, Post_Vote, Post_Options and Post_Options_Vote were combined into one function Post. And now, depending on the need, it can work like any of them.
The opportunity to nominate beneficiaries for posts was added and tested.
v0.7
Implemented the signing and sending of transactions:
ChangeRecoveryAccount
TransferToSavings
TransferFromSavings
CancelTransferFromSavings
AccountWitnessProxy
SetWithdrawVestingRouteOperation (not yet verified)
DeclineVotingRights
The Login function is disabled from the standard API. Instead, it is better to use the developed function of the same name from the client.
v0.6
Implemented the signing and sending of transactions:
LimitOrderCancel
LimitOrderCreate
Convert
TransferToVesting
WithdrawVesting
v0.5
Responses to all requests are implemented.
Implemented the signing and sending of transactions:
Vote
Comment
CommentOptions
DeleteComment
CustomJSON
AccountWitnessVote
Transfer