grappa
grappa copied to clipboard
gas efficient & capital efficient margin system for options
## For future deployments on non-mainnet * Find `salt` for more efficient address for `CashOptionToken` with deterministic deployment proxy * Can consider migrating to a identical address on mainnet in...
## Summary Removes ActionType enum and all relevant code in favour of defining in every margin engine repo. ## Checklist Ensure you completed **all of the steps** below before submitting...
**Severity**: Medium **Description**: The BaseEngine contract has the option to allow any other entity to perform actions on behave. This is recorded with an amount of actions which is inputted....
Change how how shorts are moved between accounts. Currently its a push which runs a aboveWater test of the sender as well as the receiver. Moving to a `pull` approach...