mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 16:12:05 +08:00
fcf3e50cde
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')
```