mango-explorer/mango
Geoff Taylor 153ebae2f4 Moved opening of websocket to be entirely within WebSocketSubscriptionManager. 2021-08-21 13:25:28 +01:00
..
layouts Updated to latest group structures and IDs. 2021-08-17 19:42:11 +01:00
marketmaking Added --quote-position-bias parameter to marketmaker. 2021-08-21 00:00:34 +01:00
oracles Updated for new group. 2021-08-19 22:23:19 +01:00
simplemarketmaking Updated place_order() method to take an Order instead of separate parameters. 2021-07-28 15:29:24 +01:00
__init__.py Added --quote-position-bias parameter to marketmaker. 2021-08-21 00:00:34 +01:00
account.py Updated to latest group structures and IDs. 2021-08-17 19:42:11 +01:00
accountflags.py Changes for devnet group v3.8. 2021-07-19 15:04:53 +01:00
accountinfo.py Big change - now uses our own 'Client' which handles some situations better from our point of view: 2021-08-07 15:07:19 +01:00
accountinfoconverter.py Expanded use of Group and Account baskets. 2021-08-04 13:08:34 +01:00
accountliquidator.py
accountscout.py All MarketOperations now properly use their equivalent MarketInstructionBuilder for building instructions. 2021-07-12 18:26:35 +01:00
addressableaccount.py
balancesheet.py Improved reporting of TokenValue and BalanceSheet, in line with V2 changes. 2021-06-26 18:24:07 +01:00
cache.py Fixed some type hints. 2021-08-01 18:03:46 +01:00
client.py Improved transaction exception reporting. 2021-08-19 09:46:54 +01:00
combinableinstructions.py Improved transaction exception reporting. 2021-08-19 09:46:54 +01:00
constants.py
context.py Updated for new group. 2021-08-19 22:23:19 +01:00
contextbuilder.py Fixed loading of some context parameters. 2021-08-19 22:59:36 +01:00
createmarketinstructionbuilder.py Added account indexing to commands that need it. 2021-07-31 14:43:39 +01:00
createmarketoperations.py Big change - now uses our own 'Client' which handles some situations better from our point of view: 2021-08-07 15:07:19 +01:00
encoding.py
ensuremarketloaded.py Added account indexing to commands that need it. 2021-07-31 14:43:39 +01:00
group.py Added a redeem-mango command. 2021-08-11 19:14:26 +01:00
healthcheck.py Removed rx.core.typing for many classes - using the actual base classes now. 2021-08-17 12:39:55 +01:00
idsjsonmarketlookup.py Added ensure-account and ensure-open-orders commands. 2021-08-19 11:00:39 +01:00
idsjsontokenlookup.py
instructionreporter.py Improved transaction exception reporting. 2021-08-19 09:46:54 +01:00
instructions.py cancel-order can now take an --ok-if-missing parameter, and use it if the underlying market-type supports it. 2021-08-18 12:23:20 +01:00
instructiontype.py Updated to handle new event queue format. 2021-08-13 20:17:17 +01:00
inventory.py Added --quote-position-bias parameter to marketmaker. 2021-08-21 00:00:34 +01:00
liquidatablereport.py
liquidationevent.py All MarketOperations now properly use their equivalent MarketInstructionBuilder for building instructions. 2021-07-12 18:26:35 +01:00
liquidationprocessor.py Added --name parameter to programs and context to allow better reporting of errors. 2021-08-09 10:27:47 +01:00
lotsizeconverter.py Fixed some type hints. 2021-08-01 18:03:46 +01:00
mangoinstruction.py Improved transaction exception reporting. 2021-08-19 09:46:54 +01:00
market.py Added ensure-account and ensure-open-orders commands. 2021-08-19 11:00:39 +01:00
marketinstructionbuilder.py Updated to latest group structures and IDs. 2021-08-17 19:42:11 +01:00
marketlookup.py Moved functionality into *Market objects. 2021-07-23 10:20:44 +01:00
marketoperations.py Added ensure-account and ensure-open-orders commands. 2021-08-19 11:00:39 +01:00
metadata.py Fixed some type hints. 2021-08-01 18:03:46 +01:00
notification.py Trying to stop solanaweb from polluting error notifications. 2021-07-19 18:36:08 +01:00
observables.py Removed rx.core.typing for many classes - using the actual base classes now. 2021-08-17 12:39:55 +01:00
openorders.py Big change - now uses our own 'Client' which handles some situations better from our point of view: 2021-08-07 15:07:19 +01:00
oracle.py Removed rx.core.typing for many classes - using the actual base classes now. 2021-08-17 12:39:55 +01:00
oraclefactory.py Updated for new group. 2021-08-19 22:23:19 +01:00
orderbookside.py Fixed some type hints. 2021-08-01 18:03:46 +01:00
orders.py Big change - now uses our own 'Client' which handles some situations better from our point of view: 2021-08-07 15:07:19 +01:00
ownedtokenvalue.py
perpaccount.py Updated to latest group structures and IDs. 2021-08-17 19:42:11 +01:00
perpeventqueue.py Fixed text output of liquidate event. 2021-08-13 20:20:03 +01:00
perpmarket.py Added ensure-account and ensure-open-orders commands. 2021-08-19 11:00:39 +01:00
perpmarketdetails.py Fixed some type hints. 2021-08-01 18:03:46 +01:00
perpmarketinfo.py Change Group to use a more basket-orientated approach instead of multiple properties requiring indexes. 2021-08-03 18:32:12 +01:00
perpmarketinstructionbuilder.py Updated to latest group structures and IDs. 2021-08-17 19:42:11 +01:00
perpmarketoperations.py Added ensure-account and ensure-open-orders commands. 2021-08-19 11:00:39 +01:00
perpopenorders.py Updated to latest group structures and IDs. 2021-08-17 19:42:11 +01:00
placedorder.py Improved Group and Account output. Tied OpenOrders and PerpOpenOrders together with a PlacedOrdersContainer protocol. 2021-07-29 16:19:52 +01:00
publickey.py Improved event queue handling. Now split incoming events into processed and unprocessed, and changed 'seen' handling to use sequence_number. 2021-08-01 17:47:45 +01:00
reconnectingwebsocket.py Removed rx.core.typing for many classes - using the actual base classes now. 2021-08-17 12:39:55 +01:00
retrier.py
rootbank.py Change Group to use a more basket-orientated approach instead of multiple properties requiring indexes. 2021-08-03 18:32:12 +01:00
serumeventqueue.py Fixed some type hints. 2021-08-01 18:03:46 +01:00
serummarket.py Added ensure-account and ensure-open-orders commands. 2021-08-19 11:00:39 +01:00
serummarketinstructionbuilder.py Added ensure-account and ensure-open-orders commands. 2021-08-19 11:00:39 +01:00
serummarketlookup.py Added ensure-account and ensure-open-orders commands. 2021-08-19 11:00:39 +01:00
serummarketoperations.py Added ensure-account and ensure-open-orders commands. 2021-08-19 11:00:39 +01:00
spltokenlookup.py
spotmarket.py Added ensure-account and ensure-open-orders commands. 2021-08-19 11:00:39 +01:00
spotmarketinfo.py Change Group to use a more basket-orientated approach instead of multiple properties requiring indexes. 2021-08-03 18:32:12 +01:00
spotmarketinstructionbuilder.py Removed SPL token lookups from SpotMarketInstructionBuilder. 2021-08-19 23:32:58 +01:00
spotmarketoperations.py Added ensure-account and ensure-open-orders commands. 2021-08-19 11:00:39 +01:00
token.py Expanded use of Group and Account baskets. 2021-08-04 13:08:34 +01:00
tokenaccount.py Fixed problem with TokenAccount commitments. 2021-08-17 19:17:09 +01:00
tokeninfo.py Perp Accounts accrue benefits in MNGO so improved handling of it. 2021-08-05 15:35:08 +01:00
tokenlookup.py Moved functionality into *Market objects. 2021-07-23 10:20:44 +01:00
tokenvalue.py Big change - now uses our own 'Client' which handles some situations better from our point of view: 2021-08-07 15:07:19 +01:00
tradeexecutor.py Big change - now uses our own 'Client' which handles some situations better from our point of view: 2021-08-07 15:07:19 +01:00
transactionscout.py Improved transaction exception reporting. 2021-08-19 09:46:54 +01:00
version.py
wallet.py
walletbalancer.py
watcher.py Simplified watching. Added inventory watchers. 2021-08-02 17:14:00 +01:00
watchers.py Added ensure-account and ensure-open-orders commands. 2021-08-19 11:00:39 +01:00
websocketsubscription.py Moved opening of websocket to be entirely within WebSocketSubscriptionManager. 2021-08-21 13:25:28 +01:00