Skip to content
Snippets Groups Projects
Commit 325a0969 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

Add changelog for 0.19.27

parent 8fef5541
No related branches found
No related tags found
No related merge requests found
...@@ -126,6 +126,19 @@ A command line tool is available. The help output shows the available commands: ...@@ -126,6 +126,19 @@ A command line tool is available. The help output shows the available commands:
Changelog Changelog
========= =========
0.19.27
-------
* Block have only_ops and only_virtual_ops as parameter
* transactions and operations property added to Block
* entryId changed to start_entry_id in get_feed, get_blog_entries and get_blog
* estimate_virtual_op_num() added to Account, can be used to fastly get account op numbers from dates or blocknumbers
* history and history_reverse uses estimate_virtual_op_num()
* blockchain.ops() is obsolete
* only_ops and only_virtual_ops added to blockchain.get_current_block(), blockchain.blocks() and blockchain.stream()
* reward, curation, verify added to cli
* new curation functions added to Commit
* Signed_Transaction.verify() fixed, by trying all recover_parameter from 0 to 3
0.19.26 0.19.26
------- -------
* Several small bugs fixed * Several small bugs fixed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment