Pass curEpochNo
instead of curSlotNo
to all the rules that don't need SlotNo
#4692
Labels
curEpochNo
instead of curSlotNo
to all the rules that don't need SlotNo
#4692
Rules like
POOL
do not really care about the current slot number, but instead they convert it into the current epoch number. In order to make it clearer and more efficient it would make more sense to convert the slot number to an epoch number in a top level rule likeLEDGERS
and pass it down through the environment.The text was updated successfully, but these errors were encountered: