pool/order
Oliver Gugger a637d5b540 client+order: fix flaky unit tests
Some of the test cases relied on a map's keys always being in the
order they were defined, which is not guaranteed by the runtime.
A data race is also fixed by creating a new instance of the verifier
for each run.
2020-04-09 13:14:30 +02:00
..
batch.go client: add batch persistence 2020-04-03 21:53:04 +02:00
batch_signer.go client: verify batch 2020-04-03 21:50:22 +02:00
batch_storer.go client: add batch persistence 2020-04-03 21:53:04 +02:00
batch_storer_test.go client: add batch persistence 2020-04-03 21:53:04 +02:00
batch_verifier.go client+order: fix double encoding of order nonces 2020-04-09 13:14:06 +02:00
batch_verifier_test.go client+order: fix flaky unit tests 2020-04-09 13:14:30 +02:00
interface.go client: add batch persistence 2020-04-03 21:53:04 +02:00
log.go client+order: store order 2020-01-17 17:41:25 +01:00
manager.go client: add batch persistence 2020-04-03 21:53:04 +02:00
mock_test.go client: add batch persistence 2020-04-03 21:53:04 +02:00
rpc_parse.go client: verify batch 2020-04-03 21:50:22 +02:00
supplyunit.go client/order: declare BaseSupplyUnit as the SupplyUnit type 2020-03-04 16:34:54 -08:00
tradingfees.go client+order: fix fee calculation errors 2020-04-03 21:53:04 +02:00