Fix #255 distance reading discarded state
- Fixed the
pallet-distance
issue whereCurrentPoolIndex
was unset during the first evaluation period, which would cause errors if theinherent_data_provider
was correctly implemented. - Fixed #255 (closed) by removing all the
expect
calls from the implementation. Errors will now propagate using theinherent_data_provider
error mechanism without crashing the node or being shadowed by default values.
Edited by Benjamin Gallois
Merge request reports
Activity
Filter activity
assigned to @bgallois
added RN-runtime label
changed milestone to %runtime-803
added 1 commit
- 2caefbf8 - fix unset CurrentPoolIndex during first evaluation period
added 2 commits
- 6018f90d - fix unset CurrentPoolIndex during first evaluation period
- 9b7f4b2c - fix #255 (closed)
requested review from @HugoTrentesaux
changed title from Fix #255 (closed) to Fix #255 (closed) distance reading discarded state
requested review from @tuxmain and removed review request for @HugoTrentesaux
mentioned in commit 83cc1ca0
Please register or sign in to reply