qortal/src/test
catbref b401adcc55 Added asset order matching support.
Added isFulfilled property to asset orders so completed orders can be filtered out.

Fixed migrate app by adding dummy name_reference values to UpdateNameTransactions and BuyNameTransactions INSERTS.
Fixed migrate app to use "poll_name" instead of "poll" for column name. Ditto "option_name" instead of "option".

Fixed some other incorrect column names in HSQLDBAssetRepository.

More unit tests but probably need yet more to cover complicated asset order matching with various divisibility settings.
Maybe fuzzing would help here somehow?
2018-07-05 16:24:05 +01:00
..
BlockchainTests.java Renamed and converted unit tests **COMPILES OK BUT UNTESTED** 2018-06-13 16:48:28 +01:00
BlockTests.java Fix HSQLDB*Transaction save() methods 2018-06-14 09:55:58 +01:00
Common.java Fix HSQLDB*Transaction save() methods 2018-06-14 09:55:58 +01:00
CryptoTests.java Renamed and converted unit tests **COMPILES OK BUT UNTESTED** 2018-06-13 16:48:28 +01:00
ExceptionTests.java Renamed and converted unit tests **COMPILES OK BUT UNTESTED** 2018-06-13 16:48:28 +01:00
GenesisTests.java Progess on block and transaction processing + tidying up 2018-06-15 17:16:44 +01:00
LoadTests.java Added SellNameTransactions + tests 2018-07-02 18:09:36 +01:00
NavigationTests.java Block/Transaction processing 2018-06-19 09:50:58 +01:00
RepositoryTests.java Surround RepositoryManager.getRepository() calls within try-with-resources 2018-06-13 17:46:51 +01:00
SaveTests.java Surround RepositoryManager.getRepository() calls within try-with-resources 2018-06-13 17:46:51 +01:00
SerializationTests.java Added BuyNameTransaction support 2018-07-03 11:40:24 +01:00
SignatureTests.java Progess on block and transaction processing + tidying up 2018-06-15 17:16:44 +01:00
TransactionTests.java Added asset order matching support. 2018-07-05 16:24:05 +01:00