pool/order
Oliver Gugger 4dd9eb8c6c
order: add DecrementingBatchIDs
To make iterating over batch IDs easier, we add a new helper function
that returns all batch IDs starting at the start key (inclusive) and
ending at the end key (inclusive) by decrementing the public keys. If
the end key cannot be reached by decrementing the start key by a maximum
of 10k times, we abort and return the first 10k items (without the end
key).
2020-11-30 23:44:27 +01:00
..
batch.go order: add DecrementingBatchIDs 2020-11-30 23:44:27 +01:00
batch_signer.go multi: fix import order 2020-09-09 19:55:16 -07:00
batch_storer.go order: mark order with unfulfilled units below min as executed 2020-10-12 19:51:32 -07:00
batch_storer_test.go order: mark order with unfulfilled units below min as executed 2020-10-12 19:51:32 -07:00
batch_test.go order: add DecrementingBatchIDs 2020-11-30 23:44:27 +01:00
batch_verifier.go order: enforce min units match in batch verification 2020-10-12 19:51:29 -07:00
batch_verifier_test.go order: enforce min units match in batch verification 2020-10-12 19:51:29 -07:00
interface.go order: account for last match consuming all units left in reserved value computation 2020-11-12 11:40:19 -08:00
interface_test.go order: account for last match consuming all units left in reserved value computation 2020-11-12 11:40:19 -08:00
log.go client+order: store order 2020-01-17 17:41:25 +01:00
manager.go order: introduce new node tier system 2020-10-07 18:03:47 -07:00
manager_test.go order: use min units match to compute reserved value 2020-10-12 19:51:31 -07:00
mock_test.go clientdb: store LocalBatchSnapshot on StorePendingBatch 2020-09-10 10:41:31 +02:00
rpc_parse.go order+rpc: introduce MinUnitsMatch field 2020-10-12 19:51:27 -07:00
supplyunit.go order+pool: round default min chan amt to nearest unit 2020-11-11 14:28:23 -08:00
supplyunit_test.go order+pool: round default min chan amt to nearest unit 2020-11-11 14:28:23 -08:00
tradingfees.go order/tradingfees: correct fixed rate parts per _billion_ comment 2020-09-10 09:51:11 +02:00