mango-explorer/mango
Geoff Taylor 80886c106c All MarketOperations now properly use their equivalent MarketInstructionBuilder for building instructions. 2021-07-12 18:26:35 +01:00
..
layouts Brought up to date for new Group structures. New websocket approach. 2021-07-12 10:57:05 +01:00
marketmaking New approach to transactions allowing them to be split up. 2021-07-12 17:18:56 +01:00
oracles Brought up to date for new Group structures. New websocket approach. 2021-07-12 10:57:05 +01:00
__init__.py New approach to transactions allowing them to be split up. 2021-07-12 17:18:56 +01:00
account.py Brought up to date for new Group structures. New websocket approach. 2021-07-12 10:57:05 +01:00
accountflags.py Big Rename - removal of old Group and MarginAccount, deletion of a lot of code that is no longer relevant. 2021-06-25 15:50:37 +01:00
accountinfo.py Big Rename - removal of old Group and MarginAccount, deletion of a lot of code that is no longer relevant. 2021-06-25 15:50:37 +01:00
accountliquidator.py Removed all InstructionBuilders. Instead we'll use simpler functions that return an array of instructions (allowing for compound instructions etc.) 2021-06-25 17:21:53 +01:00
accountscout.py All MarketOperations now properly use their equivalent MarketInstructionBuilder for building instructions. 2021-07-12 18:26:35 +01:00
addressableaccount.py Big Rename - removal of old Group and MarginAccount, deletion of a lot of code that is no longer relevant. 2021-06-25 15:50:37 +01:00
balancesheet.py Improved reporting of TokenValue and BalanceSheet, in line with V2 changes. 2021-06-26 18:24:07 +01:00
combinableinstructions.py New approach to transactions allowing them to be split up. 2021-07-12 17:18:56 +01:00
constants.py First cut at a lot of V3 code. 2021-06-25 10:33:40 +01:00
context.py Initial work on placing/cancelling spot market orders. 2021-06-30 14:08:37 +01:00
createmarketoperations.py All MarketOperations now properly use their equivalent MarketInstructionBuilder for building instructions. 2021-07-12 18:26:35 +01:00
encoding.py Big Rename - removal of old Group and MarginAccount, deletion of a lot of code that is no longer relevant. 2021-06-25 15:50:37 +01:00
group.py All MarketOperations now properly use their equivalent MarketInstructionBuilder for building instructions. 2021-07-12 18:26:35 +01:00
idsjsonmarketlookup.py Initial work on placing/cancelling spot market orders. 2021-06-30 14:08:37 +01:00
idsjsontokenlookup.py Big Rename - removal of old Group and MarginAccount, deletion of a lot of code that is no longer relevant. 2021-06-25 15:50:37 +01:00
instructions.py All MarketOperations now properly use their equivalent MarketInstructionBuilder for building instructions. 2021-07-12 18:26:35 +01:00
instructiontype.py Big Rename - removal of old Group and MarginAccount, deletion of a lot of code that is no longer relevant. 2021-06-25 15:50:37 +01:00
liquidatablereport.py Big Rename - removal of old Group and MarginAccount, deletion of a lot of code that is no longer relevant. 2021-06-25 15:50:37 +01:00
liquidationevent.py All MarketOperations now properly use their equivalent MarketInstructionBuilder for building instructions. 2021-07-12 18:26:35 +01:00
liquidationprocessor.py All MarketOperations now properly use their equivalent MarketInstructionBuilder for building instructions. 2021-07-12 18:26:35 +01:00
market.py Initial work on placing/cancelling spot market orders. 2021-06-30 14:08:37 +01:00
marketinstructionbuilder.py New approach to transactions allowing them to be split up. 2021-07-12 17:18:56 +01:00
marketlookup.py Separated out token and market lookups. 2021-06-25 11:10:41 +01:00
marketoperations.py New approach to transactions allowing them to be split up. 2021-07-12 17:18:56 +01:00
metadata.py First cut at a lot of V3 code. 2021-06-25 10:33:40 +01:00
notification.py All MarketOperations now properly use their equivalent MarketInstructionBuilder for building instructions. 2021-07-12 18:26:35 +01:00
observables.py Brought up to date for new Group structures. New websocket approach. 2021-07-12 10:57:05 +01:00
openorders.py Initial work on placing/cancelling spot market orders. 2021-06-30 14:08:37 +01:00
oracle.py Improved access to market lookup data. 2021-06-18 13:50:33 +01:00
oraclefactory.py Improved access to market lookup data. 2021-06-18 13:50:33 +01:00
orderbookside.py Brought up to date for new Group structures. New websocket approach. 2021-07-12 10:57:05 +01:00
orders.py Initial work on placing/cancelling spot market orders. 2021-06-30 14:08:37 +01:00
ownedtokenvalue.py Big Rename - removal of old Group and MarginAccount, deletion of a lot of code that is no longer relevant. 2021-06-25 15:50:37 +01:00
perpmarket.py All MarketOperations now properly use their equivalent MarketInstructionBuilder for building instructions. 2021-07-12 18:26:35 +01:00
perpmarketinfo.py Brought up to date for new Group structures. New websocket approach. 2021-07-12 10:57:05 +01:00
perpmarketinstructionbuilder.py New approach to transactions allowing them to be split up. 2021-07-12 17:18:56 +01:00
perpmarketoperations.py All MarketOperations now properly use their equivalent MarketInstructionBuilder for building instructions. 2021-07-12 18:26:35 +01:00
perpsmarket.py Initial work on placing/cancelling spot market orders. 2021-06-30 14:08:37 +01:00
reconnectingwebsocket.py Brought up to date for new Group structures. New websocket approach. 2021-07-12 10:57:05 +01:00
retrier.py Big Rename - removal of old Group and MarginAccount, deletion of a lot of code that is no longer relevant. 2021-06-25 15:50:37 +01:00
rootbank.py Brought up to date for new Group structures. New websocket approach. 2021-07-12 10:57:05 +01:00
serummarket.py Initial work on placing/cancelling spot market orders. 2021-06-30 14:08:37 +01:00
serummarketinstructionbuilder.py New approach to transactions allowing them to be split up. 2021-07-12 17:18:56 +01:00
serummarketlookup.py Initial work on placing/cancelling spot market orders. 2021-06-30 14:08:37 +01:00
serummarketoperations.py All MarketOperations now properly use their equivalent MarketInstructionBuilder for building instructions. 2021-07-12 18:26:35 +01:00
spltokenlookup.py Separated out token and market lookups. 2021-06-25 11:10:41 +01:00
spotmarket.py Initial work on placing/cancelling spot market orders. 2021-06-30 14:08:37 +01:00
spotmarketinfo.py Separated out token and market lookups. 2021-06-25 11:10:41 +01:00
spotmarketinstructionbuilder.py All MarketOperations now properly use their equivalent MarketInstructionBuilder for building instructions. 2021-07-12 18:26:35 +01:00
spotmarketoperations.py All MarketOperations now properly use their equivalent MarketInstructionBuilder for building instructions. 2021-07-12 18:26:35 +01:00
token.py Big Rename - removal of old Group and MarginAccount, deletion of a lot of code that is no longer relevant. 2021-06-25 15:50:37 +01:00
tokenaccount.py Separated out token and market lookups. 2021-06-25 11:10:41 +01:00
tokeninfo.py Updated ids.json for new group. Updated Group with new structure. 2021-07-01 21:24:08 +01:00
tokenlookup.py Separated out token and market lookups. 2021-06-25 11:10:41 +01:00
tokenvalue.py Updated ids.json for new group. Updated Group with new structure. 2021-07-01 21:24:08 +01:00
tradeexecutor.py New approach to transactions allowing them to be split up. 2021-07-12 17:18:56 +01:00
transactionscout.py Fixed problem fetching transactions for report. Reversed order of output of transactions so it appears better in notifications. 2021-07-07 19:59:27 +01:00
version.py Moved library code to .py files instead of notebooks. 2021-06-07 15:10:18 +01:00
wallet.py Wallet can now be loaded from environment. 2021-06-17 12:06:39 +01:00
walletbalancer.py Big Rename - removal of old Group and MarginAccount, deletion of a lot of code that is no longer relevant. 2021-06-25 15:50:37 +01:00
websocketsubscription.py Brought up to date for new Group structures. New websocket approach. 2021-07-12 10:57:05 +01:00