1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-28 00:27:45 +02:00
bigchaindb/tests/assets
Vanshdeep Singh f13c9a9d57 Problem: Stateful validation doesn't raise double spend exception (#2422)
* Problem: Stateful validation doesn't raise double spend exception

Solution: Transaction.validate should raise exception DoubleSpend if the given
transaction is already a part of the database

* Problem: Double spend exception message not accurate

Solution: The exception message should state that the double spend is because of
spending the same input more than once in the transaction
2018-07-31 14:06:21 +02:00
..
__init__.py Implemented digital asset template for CREATE. 2016-10-04 15:51:56 +02:00
test_digital_assets.py Problem: Stateful validation doesn't raise double spend exception (#2422) 2018-07-31 14:06:21 +02:00
test_divisible_assets.py Problem: Stateful validation doesn't raise double spend exception (#2422) 2018-07-31 14:06:21 +02:00