Commit graph

28 commits

Author SHA1 Message Date
Oliver Gugger
791f4a8d56
multi: update to Go 1.17.12 2022-07-13 09:32:00 +02:00
Oliver Gugger
cdce855ce8
README: fix inprecise wording for execution fee
Fixes #205.
2021-12-16 10:42:47 +01:00
Oliver Gugger
b3e9ba69c1
docs: bump lnd minimum version 2021-12-07 20:08:56 +01:00
Oliver Gugger
fc09828d95
doc+mod: update to lndclient v0.12 2021-03-19 16:50:32 +01:00
jamaljsr
f10597e0dc docs: fix formatting in readme 2020-11-02 10:24:34 -05:00
Olaoluwa Osuntokun
23e407ea58 docs: add new paper link to README, reflow 2020-10-30 18:36:01 -07:00
Justin O'Brien
3de1eefd23
Update links
Added links to Gitbook, API, and a note about fees.
2020-10-30 14:22:40 -10:00
Wilmer Paulino
578273ec5a
docs: remove "script" from shell code section context 2020-10-30 16:55:03 -07:00
Justin OBrien
7e2279dc45 Update README
Mirror one-pager in terms of content and add some other items that are immediately useful
2020-10-29 08:45:31 -10:00
Oliver Gugger
c8ed13bc4d
docs: write installation part 2020-10-15 12:21:32 +02:00
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