mango-explorer/mango
Geoff Taylor 7fafcce137 AccountInfo now provides better error message when loading multiple accounts fails for an account. 2022-03-16 15:52:23 +00:00
..
hedging Removed use of abs() to get a Decimal absolute value - now use the copy_abs() method instead. 2022-03-09 12:02:18 +00:00
layouts Removed named padding entries from layouts - padding is still there but the unnecessary name no longer appears. 2022-03-15 15:43:21 +00:00
marketmaking Marketmaker can now use prologue and/or epilogue instructions on each pulse. 2022-03-15 15:44:08 +00:00
oracles Now use fully_qualified_symbol for markets in most places, so Serum and Spot markets can be differentiated. 2022-03-03 18:36:46 +00:00
simplemarketmaking Added timestamp to Order (only available in perp orders). Expanded OrderBook's handling of TIF/expiration. 2022-03-10 14:54:52 +00:00
__init__.py Added Valuation to tie together Account valuation information in a single object. 2022-03-15 19:16:26 +00:00
account.py Added Valuation to tie together Account valuation information in a single object. 2022-03-15 19:16:26 +00:00
accountflags.py
accountinfo.py AccountInfo now provides better error message when loading multiple accounts fails for an account. 2022-03-16 15:52:23 +00:00
accountinfoconverter.py Added timestamp to Order (only available in perp orders). Expanded OrderBook's handling of TIF/expiration. 2022-03-10 14:54:52 +00:00
accountliquidator.py
accountscout.py
addressableaccount.py
arguments.py
balancesheet.py
cache.py
client.py Slot checking is now disabled by default (after discussion with Max). 2022-03-15 11:25:07 +00:00
combinableinstructions.py Improved execute_async() to parallelise execution of chunked transactions. 2022-03-09 16:44:42 +00:00
constants.py
context.py
contextbuilder.py Slot checking is now disabled by default (after discussion with Max). 2022-03-15 11:25:07 +00:00
datetimes.py
encoding.py
group.py
healthcheck.py
idgenerator.py
idl.py
idsjsonmarketlookup.py
instructionreporter.py
instructions.py Added Account.build_redeem_pnl_instructions_for_market() to build redeem instructions. 2022-03-14 17:47:30 +00:00
instructiontype.py
instrumentlookup.py
instrumentvalue.py
inventory.py
liquidatablereport.py
liquidationevent.py
liquidationprocessor.py
loadedmarket.py
logmessages.py
lotsizeconverter.py
mangoinstruction.py Fixed incorrect stringifying of Settle instruction. 2022-03-04 12:32:06 +00:00
marketlookup.py
marketoperations.py Added timestamp to Order (only available in perp orders). Expanded OrderBook's handling of TIF/expiration. 2022-03-10 14:54:52 +00:00
markets.py Now use fully_qualified_symbol for markets in most places, so Serum and Spot markets can be differentiated. 2022-03-03 18:36:46 +00:00
metadata.py
modelstate.py Added timestamp to Order (only available in perp orders). Expanded OrderBook's handling of TIF/expiration. 2022-03-10 14:54:52 +00:00
notification.py
observables.py
openorders.py Fixed problem spot health calculations. 2022-03-04 15:21:58 +00:00
oracle.py Now use fully_qualified_symbol for markets in most places, so Serum and Spot markets can be differentiated. 2022-03-03 18:36:46 +00:00
oraclefactory.py
orders.py Added timestamp to Order (only available in perp orders). Expanded OrderBook's handling of TIF/expiration. 2022-03-10 14:54:52 +00:00
output.py Exposed OutputFormatter and to_json as public. 2022-03-09 09:26:01 +00:00
ownedinstrumentvalue.py
perpaccount.py Added perp redeemable pnl to dataframe and calculations. Added many more tests of perp valuations. 2022-03-11 21:43:40 +00:00
perpeventqueue.py Added simple events and fills properties to event queues. 2022-03-08 09:42:21 +00:00
perpmarket.py Added extrapolated funding APR and APY calculations based on formulae from Max. 2022-03-15 10:04:03 +00:00
perpmarketdetails.py
perpopenorders.py
placedorder.py
porcelain.py Now use fully_qualified_symbol for markets in most places, so Serum and Spot markets can be differentiated. 2022-03-03 18:36:46 +00:00
publickey.py
reconnectingwebsocket.py Added try-except block in ReconnectingWebsocket to trap and log errors. 2022-03-14 12:16:55 +00:00
retrier.py
serumeventqueue.py Added simple events and fills properties to event queues. 2022-03-08 09:42:21 +00:00
serummarket.py Added timestamp to Order (only available in perp orders). Expanded OrderBook's handling of TIF/expiration. 2022-03-10 14:54:52 +00:00
serummarketlookup.py Removed spurious warning - it's fine for a MarketLookup to not find what it's looking for and return None. 2022-03-04 18:47:38 +00:00
spotmarket.py Added timestamp to Order (only available in perp orders). Expanded OrderBook's handling of TIF/expiration. 2022-03-10 14:54:52 +00:00
text.py Simplfied previous fix. 2022-03-15 12:22:45 +00:00
tokenaccount.py Added --account-target and --wallet-target to deposit and withdraw commands. 2022-03-02 18:52:45 +00:00
tokenbank.py
tokenoperations.py Added --account-target and --wallet-target to deposit and withdraw commands. 2022-03-02 18:52:45 +00:00
tokens.py Added --account-target and --wallet-target to deposit and withdraw commands. 2022-03-02 18:52:45 +00:00
tradehistory.py Added ClientId and Counterparty to TradeHistory. (Counterparty is perp-only though.) 2022-03-09 17:27:19 +00:00
transactionmonitoring.py Fixed bug in WebSocketTransactionMonitor not removing subscription on timeout. 2022-03-16 10:45:52 +00:00
transactionscout.py Fixed formatting in TransactionScout. 2022-03-16 10:51:03 +00:00
version.py
wallet.py
walletbalancer.py
watcher.py
watchers.py Now use fully_qualified_symbol for markets in most places, so Serum and Spot markets can be differentiated. 2022-03-03 18:36:46 +00:00
websocketsubscription.py