Skip to content

Fix #255 distance reading discarded state

Benjamin Gallois requested to merge fix-255 into master
  • Fixed the pallet-distance issue where CurrentPoolIndex was unset during the first evaluation period, which would cause errors if the inherent_data_provider was correctly implemented.
  • Fixed #255 (closed) by removing all the expect calls from the implementation. Errors will now propagate using the inherent_data_provider error mechanism without crashing the node or being shadowed by default values.
Edited by Benjamin Gallois

Merge request reports