mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

* Problem: Amount error is not tested on the HTTP level. Solution: A failed web test to reproduce the problem. * Problem: Invalid transaction posted to Tendermint Solution: Pass the exception to HTTP POST handler function * Problem: DoubleSpend and CriticalDoubleSpend not differentiated Solution: Handle these exceptions differently in `get_spent` * Problem: No test for checking exception DoubleSpend and CriticalDoubleSpend Solution: Add necessary tests * Problem: find doesn't raise IndexError Solution: Remove exception handling for IndexError