Skip to content

Fix submit of invalid Future chains

Florian Fischer requested to merge aj46ezos/emper:io_misc into master

Commits:

  1. declare all Future returning functions as nodiscard
  2. fix LinkFutureTest and enable all test cases
  3. introduce new debug macros for Logger objects
  4. fix submission of invalid Future chains

How the submission of invalid future chains is described in the commit message of 03727b29
Unfortunatly this does not fix #13

Edited by Florian Fischer

Merge request reports