mirror of
https://github.com/corda/corda.git
synced 2025-01-29 23:54:07 +00:00
4a35b99283
* ENT-4237: Added timestamp to the node_transactions table. * ENT-4237: Clock for timestamp now retrieved from ServiceHub. And now record verification time as well. * ENT-4237: Fixed tests. Also enabled stream output in allParallelIntegrationTest. * ENT-4237: Changed timestamp to a val. * ENT-4237: Changed streamOutput to false for allParallelIntegrationTest * ENT-4237: Unit tests added for new timestamp column. Also now passing a clock into DBTransactionStorage. * ENT-4237: Added more unit tests to check timestamp * ENT-4237: Fix test to actually change clock time when testing transaction time does not change.