Commit Graph

9 Commits

Author SHA1 Message Date
quazzuk 49271da70f
updated init_open_orders and consume_events to reflect layout in serum-ts and serum-dex (#103) 2022-02-03 00:15:59 -08:00
quazzuk d0938e9149
Added support for init and close open_orders_accounts instructions (#99)
* added support for init and close open_orders_accounts instructions

* removed unused variables
2021-12-23 18:16:09 +08:00
Kevin Heavey a2f9bd6ca4
Typing fixes (#81) 2021-08-10 10:06:07 -04:00
Leonard G f11a6f8ce8
Fixed market and token mint URL. (#76)
* Fixed market.

* Fixed linter.

* Update setup.py

Co-authored-by: Michael Huang <michaelhly@gmail.com>

Co-authored-by: Michael Huang <michaelhly@gmail.com>
2021-04-29 11:55:02 +08:00
Leonard G 9a0752be59
Default to use DEX v3. (#72)
* Default to use DEX v3.
2021-04-20 11:28:30 -05:00
Leonard G 19ae0c5a42
Fixed size bug. (#70)
* Fixed size bug.

* Fixed linting error.

* Updated version.

* Fixed linting error.

* Fixed linting error.

* Fixed bug.
2021-04-05 10:31:39 -05:00
Leonard G dad9a8e075
Support Serum v3. (#65)
Added support for DEX v3.
2021-03-01 17:49:04 +08:00
Michael Huang 722935cb5f
Add load_orders_for_owner and get_live_markets (#52)
* true list of live markets and open orders

* linting fix

* remove unused req file

* moar lints

* fixing commitment with solana api

* using chain

* MOAR LINT

* Revert layout changes

* Revert state.py changes

* Move get_live_markets

* Format and lint

* Add test for get_live_markets

* Update README.md

* Address prior feedback

Co-authored-by: gitjcs <julien.collardseguin@gmail.com>
2020-10-29 18:17:29 -05:00
Michael Huang 135c770dcf
Changes for pypi release (#44)
* Adjustments for pypi release

* Remove if else

* Fix typo

* Revert "Remove if else"

This reverts commit 9beb895e56b4e9fa9d9a0b597671486afc84c072.

* Restore queue.py

* Revert "Restore queue.py"

This reverts commit d868475b0059d5d8c1c62132d9d031524e85729b.

* Restore event_queue_binary

* Restore other stuff

* Update README.md

* Fix version

* Address feedback
2020-10-01 10:37:32 -05:00