Skip to content

Version: 1.18.0

Compare
Choose a tag to compare
@d3p d3p released this 30 Jun 15:31
· 520 commits to master since this release
0bcc271

[1.18.0] – 2021-06-26

New

  • Iterators in net module: robust way to iterate blockchain items (blocks, transactions)
    in specified range. See documentation for create_block_iterator , create_transaction_iterator,
    resume_block_iterator, resume_transaction_iterator, iterator_next, iterator_remove
    functions.
  • Library adds http:// protocol to endpoints localhost, 127.0.0.1, 0.0.0.0 if protocol
    isn't specified in config.
  • Debot module:
    • added tests for Json interface.