pool/order
positiveblue 5d93deab0f
order: generate mocks for order/interfaces.go
The `mockgen` tool seems to have a bug and it is not able to parse a
valid go file. I had to change the `[sha256.Size]byte` to `[size]byte`
and define `hashSize` in the order package in the same way it is defined in
the sha256 one.
2021-12-14 20:39:55 -08:00
..
batch.go order: add ExtendAccountBatchVersion support 2021-11-30 20:18:28 -08:00
batch_signer.go multi: fix import order 2020-09-09 19:55:16 -07:00
batch_storer.go order: add ExtendAccountBatchVersion support 2021-11-30 20:18:28 -08:00
batch_storer_test.go order+auctioneer: parse height hint from auctioneer's proposed batch 2021-11-02 16:47:55 -07:00
batch_test.go sidecar: update ticket w/ new offer field to indicate auto negotiation 2021-05-09 19:24:56 -07:00
batch_verifier.go order: add ExtendAccountBatchVersion support 2021-11-30 20:18:28 -08:00
batch_verifier_test.go order: add ExtendAccountBatchVersion support 2021-11-30 20:18:28 -08:00
interfaces.go order: generate mocks for order/interfaces.go 2021-12-14 20:39:55 -08:00
interfaces_test.go order: generate mocks for order/interfaces.go 2021-12-14 20:39:55 -08:00
log.go client+order: store order 2020-01-17 17:41:25 +01:00
manager.go order: add the order Manager interface 2021-12-14 20:12:40 -08:00
manager_test.go funding: sign offered ticket w/ trader account key 2021-05-09 19:24:54 -07:00
mock_interfaces.go order: generate mocks for order/interfaces.go 2021-12-14 20:39:55 -08:00
mock_test.go clientdb: store LocalBatchSnapshot on StorePendingBatch 2020-09-10 10:41:31 +02:00
rpc_parse.go order: add ExtendAccountBatchVersion support 2021-11-30 20:18:28 -08: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 build: update to pin against current lnd v0.14.0 2021-10-20 19:25:48 -07:00
tradingfees_test.go order: add NewQuote function 2021-05-05 15:55:45 +02:00