Closed issa-tseng closed 7 years ago
Implicitly add a .all when we encounter a .point midchain. We have to write and propagate too much code that decides whether to terminate the chain.
.all
.point
Alternatively, and probably more safely, we can simply have .all point to itself when already referring to a finalized fromchain. This seems better.
Implicitly add a
.all
when we encounter a.point
midchain. We have to write and propagate too much code that decides whether to terminate the chain.