Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Apr 25, 2019
[BW]: [NIP] API proposal object extended by
status
field having values: active, inactive, expired (steemit#110)[BW]: [Fix] Proposal creation fee shall be paid to the treasury account instead of receiver. (steemit#54)
[BW]: [NIP] Issue steemit#7 Implemented vop:
proposal_pay_operation
and applied to get_impacted_account_visitor to have correctly recorded AH.
Commits on Apr 14, 2018
Commits on Apr 13, 2018
Commits on Apr 11, 2018
Commits on Apr 6, 2018
Commits on Mar 30, 2018
Commits on Mar 27, 2018
Commits on Mar 21, 2018
Issue steemit#2066 History pruning is disabled by default. Warning is printed about prune option deprecation.
Issue steemit#2066 Configured RocksDB max_open_file limit to avoid write errors caused by Ubuntu ulimit exceeded.
Issue steemit#2066 Redesigned data structures to make possible implementation of AH data prunning. Reimplemented get_account_history API method accordingly.
Issue steemit#2066 Prerequisite changes for prune option support. Slightly changed data structures to allow counting AH records for given account (similary to original implementation).
Issue steemit#1987 get_account_history API returns data in similar fashion as original implementation. Testing in progress.