pool/order
Oliver Gugger 5a2bc0cde9
order: store local node pubkey
The order manager already stores the local lnd node's identity public
key. We return it in an exported method so the RPC server can access it
as well without needing to query it again.
To make sure we only allow querying it after the manager is started, we
add an atomic flag for the startup state.
2021-02-02 09:57:07 +01:00
..
batch.go multi: move auctioneer proto to auctioneerrpc package 2021-01-22 10:41:44 +01:00
batch_signer.go multi: fix import order 2020-09-09 19:55:16 -07:00
batch_storer.go multi: move auctioneer proto to auctioneerrpc package 2021-01-22 10:41:44 +01:00
batch_storer_test.go multi: move auctioneer proto to auctioneerrpc package 2021-01-22 10:41:44 +01:00
batch_test.go order: add DecrementingBatchIDs 2020-11-30 23:44:27 +01:00
batch_verifier.go multi: use distinct clearing price per duration bucket 2021-01-08 14:02:14 +01:00
batch_verifier_test.go multi: move auctioneer proto to auctioneerrpc package 2021-01-22 10:41:44 +01:00
interface.go multi: move auctioneer proto to auctioneerrpc package 2021-01-22 10:41:44 +01: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: store local node pubkey 2021-02-02 09:57:07 +01:00
manager_test.go multi: move auctioneer proto to auctioneerrpc package 2021-01-22 10:41:44 +01:00
mock_test.go clientdb: store LocalBatchSnapshot on StorePendingBatch 2020-09-10 10:41:31 +02:00
rpc_parse.go multi: move auctioneer proto to auctioneerrpc package 2021-01-22 10:41:44 +01: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