pool/order
Oliver Gugger c46bfef959 client+clmrpc: unify data types for amounts, fees and blocks
We use the same proto message types everywhere for these kinds
of fields:
- absolute amounts (sats): uint64
- fee rates (sat/kWU): uint64
- fee rates (ppm): uint32
- blocks (absolute and relative): uint32

Additionally we unify the comments and remove the [ json_name = "" ]
declarations in the trader proto as they aren't needed with the
jsonpb marshaller that we use.
Then we align the naming of the account key to be called trader key
everywhere instead of user's sub key.
2020-05-27 14:33:34 +02:00
..
batch.go multi: fix linter issues 2020-05-26 19:58:14 -07:00
batch_signer.go multi: add new OrderSignBegin message, fix OrderMatchSign 2020-04-29 15:04:42 -07:00
batch_storer.go clientdb+order: store pending batch transaction 2020-05-05 13:51:17 -07:00
batch_storer_test.go client: change order.Kit.AcctKey into raw key bytes 2020-05-26 19:57:54 -07:00
batch_verifier.go multi: fix linter issues 2020-05-26 19:58:14 -07:00
batch_verifier_test.go client: change order.Kit.AcctKey into raw key bytes 2020-05-26 19:57:54 -07:00
interface.go client: change order.Kit.AcctKey into raw key bytes 2020-05-26 19:57:54 -07:00
log.go client+order: store order 2020-01-17 17:41:25 +01:00
manager.go client: add logic to register funding shims and open chans in batch lifecycle 2020-05-07 19:37:05 -07:00
mock_test.go client: change order.Kit.AcctKey into raw key bytes 2020-05-26 19:57:54 -07:00
rpc_parse.go client+clmrpc: unify data types for amounts, fees and blocks 2020-05-27 14:33:34 +02:00
supplyunit.go client/order: declare BaseSupplyUnit as the SupplyUnit type 2020-03-04 16:34:54 -08:00
tradingfees.go client/order: properly set UnitsFilled in ParseRPCMatchedOrders 2020-05-26 19:57:49 -07:00