mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 23:37:55 +08:00
ec6f298972
Add the ability for an algorithm to request the current contract for a
future chain via `data.current`.
e.g.:
```
data.current(ContinuousFuture('CL', offset=0, roll='calendar'),
'contract')
```