mango-explorer/tests
Geoff Taylor 66f996ec47 Updated solana.tokenlist.json. Some tokens had symbols changed (why?) so "ETH" pointed to a different mint address. Added overrides.tokenlist.json so we can still use a pure copy of solana.tokenlist.json but can override certain symbols to behave the way we expect. 2021-12-15 16:03:31 +00:00
..
calculations Refactored Group and Account to remove requirement for Group to load all Root Banks. 2021-11-11 11:56:29 +00:00
layouts Refactor of code to work with mypy --strict 2021-11-09 13:23:36 +00:00
marketmaking Fixed problem rounding lot sizes. 2021-12-05 19:07:21 +00:00
testdata Added interest rate calculations. Moved TokenInfo to TokenBank. 2021-11-13 19:23:11 +00:00
__init__.py Moved library code to .py files instead of notebooks. 2021-06-07 15:10:18 +01:00
context.py Refactor of code to work with mypy --strict 2021-11-09 13:23:36 +00:00
data.py Added interest rate calculations. Moved TokenInfo to TokenBank. 2021-11-13 19:23:11 +00:00
fakes.py Experimental ability to take multiple cluster URLs and fail over from one to the next on slot errors. 2021-12-05 16:38:49 +00:00
test_account.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_accountflags.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_accountinfo.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_accountliquidator.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_accountscout.py Refactor of code to work with mypy --strict 2021-11-09 13:23:36 +00:00
test_addressableaccount.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_balancesheet.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_cache.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_client.py Added CompoundClientException to provide more detail when all providers fail. 2021-12-15 12:24:23 +00:00
test_constants.py Refactor of code to work with mypy --strict 2021-11-09 13:23:36 +00:00
test_context.py Updated ids.json for new devnet market. 2021-11-30 17:14:59 +00:00
test_encoding.py Refactor of code to work with mypy --strict 2021-11-09 13:23:36 +00:00
test_group.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_instructions.py Refactor of code to work with mypy --strict 2021-11-09 13:23:36 +00:00
test_instructiontype.py Refactor of code to work with mypy --strict 2021-11-09 13:23:36 +00:00
test_instrumentlookup.py Updated solana.tokenlist.json. Some tokens had symbols changed (why?) so "ETH" pointed to a different mint address. Added overrides.tokenlist.json so we can still use a pure copy of solana.tokenlist.json but can override certain symbols to behave the way we expect. 2021-12-15 16:03:31 +00:00
test_instrumentvalue.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_liquidationevent.py Removed Unicode monospaced-font rendering of class names because VSCode has started being annoying about it all. (Boo...) 2021-12-13 12:06:42 +00:00
test_logmessages.py Refactor of code to work with mypy --strict 2021-11-09 13:23:36 +00:00
test_lotsizeconverter.py Fixed problem rounding lot sizes. 2021-12-05 19:07:21 +00:00
test_marketlookup.py Updated solana.tokenlist.json. Some tokens had symbols changed (why?) so "ETH" pointed to a different mint address. Added overrides.tokenlist.json so we can still use a pure copy of solana.tokenlist.json but can override certain symbols to behave the way we expect. 2021-12-15 16:03:31 +00:00
test_notification.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_observables.py Refactor of code to work with mypy --strict 2021-11-09 13:23:36 +00:00
test_openorders.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_ownedtokenvalue.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_perpeventqueue.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_retrier.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_spotmarket.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_token.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_tokenaccount.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_tokenbank.py Removed Unicode monospaced-font rendering of class names because VSCode has started being annoying about it all. (Boo...) 2021-12-13 12:06:42 +00:00
test_tradeexecutor.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_transactionscout.py Refactor of code to work with mypy --strict 2021-11-09 13:23:36 +00:00
test_version.py Refactor of code to work with mypy --strict 2021-11-09 13:23:36 +00:00
test_wallet.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_walletbalancer.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00