Commit graph

18 commits

Author SHA1 Message Date
Olaoluwa Osuntokun
d1a5c35949 docs: re-organize docs into new Gitbook compatible structure 2020-10-13 17:02:46 -07:00
Olaoluwa Osuntokun
b4f29cf5b5
README: update readme to include leases info, clarity on order pricing 2020-09-17 17:40:19 -07:00
Oliver Gugger
dc948a84c4
README: mention macaroons 2020-09-17 08:37:22 +02:00
Olaoluwa Osuntokun
ee4111a806
config: update to new testnet server domain 2020-09-16 15:37:07 -07:00
Oliver Gugger
e79bb2a3bd
README: mention TLS 2020-09-12 09:08:14 +02:00
Olaoluwa Osuntokun
1aaf24a4ad
Merge pull request #69 from guggero/abandon-retried-channels
Abandon replaced channels
2020-09-11 16:49:10 -07:00
HenryBl
fc62a26929
docs: text changes 2020-09-10 14:24:35 +02:00
Nicolas Burtey
f456fe77c9
docs: fix typos 2020-09-10 14:23:50 +02:00
Gabriel Comte
ae86db048e
docs: fix typos in README 2020-09-10 14:23:10 +02:00
Oliver Gugger
5c6de594e9
README: add build/run prerequisites 2020-09-10 13:47:18 +02:00
Olaoluwa Osuntokun
ffc9c60b13
multi: rename project from llm to pool 2020-09-09 19:55:10 -07:00
Johan T. Halseth
c228bfcc28
README: correct naming agora->llm 2020-07-20 12:58:28 +02:00
Olaoluwa Osuntokun
8f56fdf9a4
docs: add auction snapshot example to README 2020-07-17 16:36:48 -07:00
Olaoluwa Osuntokun
431189d908
docs: update current alpha testnet server domain 2020-07-16 21:02:32 -07:00
Olaoluwa Osuntokun
e31c176f6c
order: increase precision for the smallest per-block lease rate
This is a follow up to #21. In this PR increase the fixed rate
denominator from 1e6 to 1e9 (a factor of 100x), which will allow us to
express a per-block lease rate for the smallest possible order (1 unit,
or 100k sats) over the longest possible lease period (6 months).
2020-07-15 16:27:07 -07:00
Olaoluwa Osuntokun
16a77c19df
cmd/llm: modify order acceptance to show breakdown and hide fixed_rate
In tihs commit, we modify the order acceptance commands (llm submit ask
and llm submit bid) to take the final percentage rather than the fixed
rate. Historically we've seen that people find thinking in fixed point
arithmetic difficult. So instead of exposing this value, we now poll the
user for the amount their willing to pay or accept as yield for the
_entire duration_.

With this change, users only need to think about the lump sum coupon
payment rather than the internal fixed rate. This should also lend to
better price discovery as distinct orders may end up with the same
rate_fixed when converted at the end.

In addition to this change, we now show a break down of the order
parameters which includes the execution fee.
2020-07-14 18:28:23 -07:00
Olaoluwa Osuntokun
a4c054cd37
README: update README to mention relative account expiry option 2020-07-01 18:40:53 -07:00
Olaoluwa Osuntokun
823b9676a2
docs: add initial README 2020-06-25 16:10:29 -07:00