Commit Graph

4 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
80ad39eb6f Doing a sort of catch-up on previous work after returning 2 months later
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-03-21 14:57:14 -04:00
a61ad46b49 Initial commit
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-01-15 20:15:14 -05:00