3 Commits

Author SHA1 Message Date
cf2b4ab06d Update commodity and transaction details and list
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-03-26 15:18:41 -04:00
c320f81181 Remove Tx model
There was a split between a transaction request and an actual
transaction. This was kind of annoying because transactions were one-way
only, while transaction requests were two-way - which is what I believe
most transactions will be using. Tx model has been removed and the
responsibilities of it are covered by TxRequest. It simplifies
everything surrounding transactions, since we have only one model to
deal with instead of two.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-03-26 12:49:46 -04:00
f5ccf8c695 Move test directory, add TxRequest
* ./tests is moved to ./trading/tests
* Remove trading/tests.py
* Add TxRequest model
* Add tests for TxRequests

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-01-16 20:58:09 -05:00