project-serum / serum-dex

Project Serum Rust Monorepo
https://projectserum.com
Apache License 2.0
629 stars 329 forks source link

process_send_take function implemented #251

Closed a-creation closed 2 years ago

a-creation commented 2 years ago

Description

This pull request implements process_send_take (previously only a placeholder function definition). Process_send_take does not require an open orders account or settlement of funds for the user - rather, it immediately deposits funds into the user account if there is a counterparty in the orderbook.

Fixes / Changes

How Has This Been Tested?

What needs to be tested further?

jarry-xiao commented 2 years ago

Please fix the build