Skip to content
  • Andrzej Lisak's avatar
    change meaning of boolean parameter in get_active_witnesses/get_witness_schedule call · 4314b3b1
    Andrzej Lisak authored and Andrzej Lisak's avatar Andrzej Lisak committed
    Instead of allowing to choose between active and future schedule it now allows appending future schedule data on top of active schedule data.
    It eliminates a problem when caller might need both schedules but the schedule updates between the calls. Also reduces amount of data in response,
    since future schedule is limited to data on fields that changed. List of future witnesses is concatenated at the end of list of active witnesses.
    The routines work as original when false is passed as parameter.
    4314b3b1