mango-explorer/mango
Geoff Taylor 9b6f33d7e6 Added --name parameter to programs and context to allow better reporting of errors. 2021-08-09 10:27:47 +01:00
..
layouts Better logging of failing instructions. 2021-08-04 17:50:38 +01:00
marketmaking Added --name parameter to programs and context to allow better reporting of errors. 2021-08-09 10:27:47 +01:00
oracles Added --name parameter to programs and context to allow better reporting of errors. 2021-08-09 10:27:47 +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 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
account.py Fixed account output/reporting. 2021-08-07 18:42:39 +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 Added --name parameter to programs and context to allow better reporting of errors. 2021-08-09 10:27:47 +01:00
combinableinstructions.py Added --name parameter to programs and context to allow better reporting of errors. 2021-08-09 10:27:47 +01:00
constants.py
context.py Added --name parameter to programs and context to allow better reporting of errors. 2021-08-09 10:27:47 +01:00
contextbuilder.py Added --name parameter to programs and context to allow better reporting of errors. 2021-08-09 10:27:47 +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 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
idsjsonmarketlookup.py Renamed PerpMarket to PerpMarketDetails, and PerpsMarket to PerpMarket to be consistent with SerumMarket and SpotMarket. Improved market stub handling. 2021-07-23 14:18:26 +01:00
idsjsontokenlookup.py
instructions.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
instructiontype.py Fixed some type hints. 2021-08-01 18:03:46 +01:00
inventory.py Better logging of failing instructions. 2021-08-04 17:50:38 +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
market.py Added market 'stubs' to allow for delayed loading of markets. 2021-07-23 11:42:22 +01:00
marketinstructionbuilder.py Renamed PerpMarket to PerpMarketDetails, and PerpsMarket to PerpMarket to be consistent with SerumMarket and SpotMarket. Improved market stub handling. 2021-07-23 14:18:26 +01:00
marketlookup.py Moved functionality into *Market objects. 2021-07-23 10:20:44 +01:00
marketoperations.py Updated place_order() method to take an Order instead of separate parameters. 2021-07-28 15:29:24 +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 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
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 Added 'confidence' to oracles so marketmaker could access Pyth confidence intervals. 2021-07-26 13:42:03 +01:00
oraclefactory.py Added stub oracle code and cache loading. 2021-07-30 20:31:17 +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 Fixed account output/reporting. 2021-08-07 18:42:39 +01:00
perpeventqueue.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
perpmarket.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
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 Renamed PerpMarket to PerpMarketDetails, and PerpsMarket to PerpMarket to be consistent with SerumMarket and SpotMarket. Improved market stub handling. 2021-07-23 14:18:26 +01:00
perpmarketoperations.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
perpopenorders.py Improved Group and Account output. Tied OpenOrders and PerpOpenOrders together with a PlacedOrdersContainer protocol. 2021-07-29 16:19:52 +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 Added more logging to watch-minimum-balances. 2021-07-30 17:41:15 +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 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
serummarketinstructionbuilder.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
serummarketlookup.py Added market 'stubs' to allow for delayed loading of markets. 2021-07-23 11:42:22 +01:00
serummarketoperations.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
spltokenlookup.py
spotmarket.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
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 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
spotmarketoperations.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
token.py Expanded use of Group and Account baskets. 2021-08-04 13:08:34 +01:00
tokenaccount.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
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 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
version.py
wallet.py
walletbalancer.py
watcher.py Simplified watching. Added inventory watchers. 2021-08-02 17:14:00 +01:00
websocketsubscription.py Added --name parameter to programs and context to allow better reporting of errors. 2021-08-09 10:27:47 +01:00