mango-explorer/bin
Geoff Taylor 8624afabdc Replaced command switch --account-index with --account-address because of inconsistent results when fetching multiple accounts - they could come back with different indices. 2021-09-02 17:19:17 +01:00
..
account-scout Moved functionality into *Market objects. 2021-07-23 10:20:44 +01:00
airdrop Added request/response data to TransactionException. 2021-08-31 10:40:05 +01:00
cancel-my-orders Replaced command switch --account-index with --account-address because of inconsistent results when fetching multiple accounts - they could come back with different indices. 2021-09-02 17:19:17 +01:00
cancel-order Replaced command switch --account-index with --account-address because of inconsistent results when fetching multiple accounts - they could come back with different indices. 2021-09-02 17:19:17 +01:00
close-wrapped-sol-account Backported BetterClient from V3 and prefer its return values to the regular Client's. 2021-08-26 15:48:25 +01:00
crank-market Replaced command switch --account-index with --account-address because of inconsistent results when fetching multiple accounts - they could come back with different indices. 2021-09-02 17:19:17 +01:00
deposit Big renaming of Context properties to make them more consistent and appropriate. 2021-08-26 10:31:02 +01:00
ensure-account Updated Marketmaker Quickstart to use ensure-account instead of init-account. 2021-08-28 12:13:03 +01:00
ensure-associated-token-account Updated dependencies and fixed subsequent issues. 2021-08-27 20:37:23 +01:00
ensure-open-orders Added ensure-account and ensure-open-orders commands. 2021-08-19 11:00:39 +01:00
fetch-price Can now explicitly pick Pyth oracle on mainnet-beta or devnet. 2021-07-26 18:07:56 +01:00
group-balance-wallet Updated dependencies and fixed subsequent issues. 2021-08-27 20:37:23 +01:00
hedger Replaced command switch --account-index with --account-address because of inconsistent results when fetching multiple accounts - they could come back with different indices. 2021-09-02 17:19:17 +01:00
init-account Updated dependencies and fixed subsequent issues. 2021-08-27 20:37:23 +01:00
liquidate-single-account Merging V3 branch into main. 2021-08-30 15:42:11 +01:00
liquidator Now uses a fresh ThreadPoolScheduler every time instead of one per Context. 2021-09-02 08:30:06 +01:00
liquidator-single-run Merging V3 branch into main. 2021-08-30 15:42:11 +01:00
log-subscribe Now run websocket connections each in their own websocket rather than using a shared one. (Shared websocket is still an option though.) 2021-08-21 16:03:13 +01:00
marketmaker Replaced command switch --account-index with --account-address because of inconsistent results when fetching multiple accounts - they could come back with different indices. 2021-09-02 17:19:17 +01:00
mint Fixed TokenAccount to be able to find or create the associated token account, or use an old-style account if it exists and the associated token account doesn't. 2021-08-17 17:52:17 +01:00
notify-below-minimum-sol-balance Updated dependencies and fixed subsequent issues. 2021-08-27 20:37:23 +01:00
place-order Replaced command switch --account-index with --account-address because of inconsistent results when fetching multiple accounts - they could come back with different indices. 2021-09-02 17:19:17 +01:00
redeem-mango Replaced command switch --account-index with --account-address because of inconsistent results when fetching multiple accounts - they could come back with different indices. 2021-09-02 17:19:17 +01:00
report-transactions Some work on streaming logs and account/program events. 2021-07-26 12:19:13 +01:00
send-notification First cut at a lot of V3 code. 2021-06-25 10:33:40 +01:00
send-sols Backported BetterClient from V3 and prefer its return values to the regular Client's. 2021-08-26 15:48:25 +01:00
send-token Backported BetterClient from V3 and prefer its return values to the regular Client's. 2021-08-26 15:48:25 +01:00
serum-buy Backported BetterClient from V3 and prefer its return values to the regular Client's. 2021-08-26 15:48:25 +01:00
serum-sell Backported BetterClient from V3 and prefer its return values to the regular Client's. 2021-08-26 15:48:25 +01:00
settle-market Replaced command switch --account-index with --account-address because of inconsistent results when fetching multiple accounts - they could come back with different indices. 2021-09-02 17:19:17 +01:00
show-account-balances show-account-balances now outputs None for accounts that have no deposits. 2021-08-17 20:45:48 +01:00
show-account-info Moved functionality into *Market objects. 2021-07-23 10:20:44 +01:00
show-accounts Big renaming of Context properties to make them more consistent and appropriate. 2021-08-26 10:31:02 +01:00
show-address Moved functionality into *Market objects. 2021-07-23 10:20:44 +01:00
show-group Moved functionality into *Market objects. 2021-07-23 10:20:44 +01:00
show-market Added hedger command. Had to introduce a LotSizeConverter - may expand its use now it's available. 2021-07-28 17:43:58 +01:00
show-model-state Replaced command switch --account-index with --account-address because of inconsistent results when fetching multiple accounts - they could come back with different indices. 2021-09-02 17:19:17 +01:00
show-my-orders Replaced command switch --account-index with --account-address because of inconsistent results when fetching multiple accounts - they could come back with different indices. 2021-09-02 17:19:17 +01:00
show-open-orders Moved functionality into *Market objects. 2021-07-23 10:20:44 +01:00
show-orders Replaced command switch --account-index with --account-address because of inconsistent results when fetching multiple accounts - they could come back with different indices. 2021-09-02 17:19:17 +01:00
show-serum-open-orders Big renaming of Context properties to make them more consistent and appropriate. 2021-08-26 10:31:02 +01:00
show-token-balance Moved functionality into *Market objects. 2021-07-23 10:20:44 +01:00
show-wrapped-sol Moved functionality into *Market objects. 2021-07-23 10:20:44 +01:00
simple-marketmaker Replaced command switch --account-index with --account-address because of inconsistent results when fetching multiple accounts - they could come back with different indices. 2021-09-02 17:19:17 +01:00
transaction-scout Moved functionality into *Market objects. 2021-07-23 10:20:44 +01:00
unwrap-sol Backported BetterClient from V3 and prefer its return values to the regular Client's. 2021-08-26 15:48:25 +01:00
version Made version command handle no .version file case. 2021-06-25 18:04:55 +01:00
watch-address Moved marketmaker to an 'orderchain' model. 2021-08-22 19:48:20 +01:00
watch-liquidations Now run websocket connections each in their own websocket rather than using a shared one. (Shared websocket is still an option though.) 2021-08-21 16:03:13 +01:00
watch-minimum-balances Now uses a fresh ThreadPoolScheduler every time instead of one per Context. 2021-09-02 08:30:06 +01:00
who-am-i Updated to latest devnet ids.json. Fixed some context configuration problems. 2021-08-25 17:06:00 +01:00
withdraw Big renaming of Context properties to make them more consistent and appropriate. 2021-08-26 10:31:02 +01:00
wrap-sol Backported BetterClient from V3 and prefer its return values to the regular Client's. 2021-08-26 15:48:25 +01:00