No description
Find a file
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
account client/account: raise max acct value to 1 BTC 2020-05-18 16:06:19 -07:00
auctioneer client+clmrpc: unify data types for amounts, fees and blocks 2020-05-27 14:33:34 +02:00
chaninfo chaninfo: add new package to retrieve channel info for auctioneer 2020-05-01 16:08:17 -07:00
clientdb client: change order.Kit.AcctKey into raw key bytes 2020-05-26 19:57:54 -07:00
clmrpc client+clmrpc: unify data types for amounts, fees and blocks 2020-05-27 14:33:34 +02:00
clmscript client/clmscript: fix errors in witness size estimation 2020-03-09 20:00:20 -07:00
cmd client+clmrpc: unify data types for amounts, fees and blocks 2020-05-27 14:33:34 +02:00
order client+clmrpc: unify data types for amounts, fees and blocks 2020-05-27 14:33:34 +02:00
config.go client: add config option to disable LSAT 2020-05-20 13:53:06 +02:00
log.go client: implement stream RPC 2020-03-04 15:11:08 +01:00
rpcserver.go client+clmrpc: unify data types for amounts, fees and blocks 2020-05-27 14:33:34 +02:00
server.go Merge pull request #84 from Roasbeef/client-fix 2020-05-22 15:29:17 -07:00
version.go auctioneer+trader: add trader server daemon 2019-11-28 13:46:55 +01:00