Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Releases: asuleymanov/steem-go

v0.8

24 Nov 08:57
Compare
Choose a tag to compare

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

16 Oct 07:54
Compare
Choose a tag to compare

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

11 Oct 08:42
Compare
Choose a tag to compare

Implemented the signing and sending of transactions:
LimitOrderCancel
LimitOrderCreate
Convert
TransferToVesting
WithdrawVesting

v0.5

09 Oct 08:53
Compare
Choose a tag to compare

Responses to all requests are implemented.
Implemented the signing and sending of transactions:
Vote
Comment
CommentOptions
DeleteComment
CustomJSON
AccountWitnessVote
Transfer