mango-explorer/bin
Geoff Taylor 4afcaa8b40 Removed some stale commands. 2022-03-16 13:30:12 +00:00
..
account-scout Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
airdrop Refactored instructions to have a more consistent naming pattern: 2022-02-28 12:10:13 +00:00
balance-account Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
balance-wallet Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
cancel-my-orders Added timestamp to Order (only available in perp orders). Expanded OrderBook's handling of TIF/expiration. 2022-03-10 14:54:52 +00:00
cancel-order Simplified creating market operations and instructions. Removed TradeExecutors and put that functionality in MarketOperations. 2022-02-24 16:44:43 +00:00
close-token-account Added some SPL token-account handling - can now close SPL token accounts and reclaim SOL. 2022-03-15 15:45:50 +00:00
close-wrapped-sol-account Improved parameter and error handling in a few commands. 2022-03-15 15:45:12 +00:00
crank-market Simplified creating market operations and instructions. Removed TradeExecutors and put that functionality in MarketOperations. 2022-02-24 16:44:43 +00:00
delegate-account Refactored instructions to have a more consistent naming pattern: 2022-02-28 12:10:13 +00:00
deposit Added --account-target and --wallet-target to deposit and withdraw commands. 2022-03-02 18:52:45 +00:00
download-trades Merge branch 'og/tif' 2022-02-23 18:14:17 +00:00
ensure-account Refactored instructions to have a more consistent naming pattern: 2022-02-28 12:10:13 +00:00
ensure-associated-token-account Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
ensure-open-orders Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
generate-keypair Switched from autopep8 to black for code formatting. Reformatted all files. Updated dependencies. 2022-02-09 19:31:50 +00:00
keeper Improved execute_async() to parallelise execution of chunked transactions. 2022-03-09 16:44:42 +00:00
log-subscribe Added on_event() and on_fill() to concrete LoadedMarkets. 2022-02-23 10:48:25 +00:00
mango-explorer-version Switched from autopep8 to black for code formatting. Reformatted all files. Updated dependencies. 2022-02-09 19:31:50 +00:00
market-buy Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
market-sell Fixed incorrect bug in market-sell command. 2022-03-15 12:09:14 +00:00
marketmaker Added timestamp to Order (only available in perp orders). Expanded OrderBook's handling of TIF/expiration. 2022-03-10 14:54:52 +00:00
mint Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
notify-below-minimum-sol-balance Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
place-order Simplified Order, with with_update() and from_values() methods instead of litany of other mechanisms. 2022-02-25 11:46:43 +00:00
redeem-mango Refactored instructions to have a more consistent naming pattern: 2022-02-28 12:10:13 +00:00
redeem-pnl Added Account.build_redeem_pnl_instructions_for_market() to build redeem instructions. 2022-03-14 17:47:30 +00:00
register-referrer-id Refactored instructions to have a more consistent naming pattern: 2022-02-28 12:10:13 +00:00
report-transactions Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
send-notification Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
send-sols send-sols and send-token now accept --wallet-target as a parameter, calculating what should be transferred to leave the desired amount in the wallet. (send-sols takes the cost of the transaction into account so the amount left is accurate.) 2022-03-03 14:25:40 +00:00
send-token send-sols and send-token now accept --wallet-target as a parameter, calculating what should be transferred to leave the desired amount in the wallet. (send-sols takes the cost of the transaction into account so the amount left is accurate.) 2022-03-03 14:25:40 +00:00
set-discoverable-referrer Refactored instructions to have a more consistent naming pattern: 2022-02-28 12:10:13 +00:00
settle-market Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
show-account-balances Improved columns output by show-account-balances. 2022-03-15 15:46:25 +00:00
show-account-dataframe Merge branch 'transaction-monitoring' 2022-02-22 12:51:57 +00:00
show-account-info Added perp redeemable pnl to dataframe and calculations. Added many more tests of perp valuations. 2022-03-11 21:43:40 +00:00
show-accounts Made sure commands using Context used it in a with statement. 2022-02-17 14:54:38 +00:00
show-address Made sure commands using Context used it in a with statement. 2022-02-17 14:54:38 +00:00
show-all-token-accounts Added some SPL token-account handling - can now close SPL token accounts and reclaim SOL. 2022-03-15 15:45:50 +00:00
show-delegated-accounts Made sure commands using Context used it in a with statement. 2022-02-17 14:54:38 +00:00
show-discoverable-referrer Made sure commands using Context used it in a with statement. 2022-02-17 14:54:38 +00:00
show-file Made sure commands using Context used it in a with statement. 2022-02-17 14:54:38 +00:00
show-funding-rates Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
show-group Made sure commands using Context used it in a with statement. 2022-02-17 14:54:38 +00:00
show-group-prices Made sure commands using Context used it in a with statement. 2022-02-17 14:54:38 +00:00
show-interest-rates Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
show-liquidity-mining-info Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
show-market Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
show-model-state 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
show-my-orders Added timestamp to Order (only available in perp orders). Expanded OrderBook's handling of TIF/expiration. 2022-03-10 14:54:52 +00:00
show-open-orders Added subscribe() method to all AddressableAccounts. 2022-03-01 12:22:50 +00:00
show-orderbook Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
show-price 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
show-serum-open-orders 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
show-token-balance Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
show-transaction Improved parameter and error handling in a few commands. 2022-03-15 15:45:12 +00:00
show-wrapped-sol Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
simple-marketmaker Expanded porcelain functions, cleaned up old usage. 2022-02-24 19:40:05 +00:00
unwrap-sol Refactored instructions to have a more consistent naming pattern: 2022-02-28 12:10:13 +00:00
watch-address Added on_event() and on_fill() to concrete LoadedMarkets. 2022-02-23 10:48:25 +00:00
watch-minimum-balances Added on_event() and on_fill() to concrete LoadedMarkets. 2022-02-23 10:48:25 +00:00
who-am-i Made sure commands using Context used it in a with statement. 2022-02-17 14:54:38 +00:00
withdraw Improved parameter and error handling in a few commands. 2022-03-15 15:45:12 +00:00
wrap-sol Added --account-target and --wallet-target to deposit and withdraw commands. 2022-03-02 18:52:45 +00:00