delvtech / hyperdrive-bindings

Python and WASM bindings for the Hyperdrive Rust SDK.
Apache License 2.0
5 stars 0 forks source link

rename get_out_from_in and get_in_from_out #20

Closed dpaiton closed 1 year ago

dpaiton commented 1 year ago

Underlying Yieldspace functions should not be used; we should use mock open/close long/short hyperdrive math functions instead.

dpaiton commented 1 year ago

I'm now thinking that it would be better if we leave these in, and label them as yieldspace functions. e.g. from pyperdrive.yieldspace import get_out_for_in.

dpaiton commented 1 year ago

Solved by #26