mirror of
https://github.com/lightninglabs/loop
synced 2024-11-04 06:00:21 +00:00
9678c7817d
This commits adds an optional label to our swaps, and writes it to disk under a separate key in our swap bucket. This approach is chosen rather than an on-the-fly addition to our existing swap contract field so that we do not need to deal with EOF checking in the future. To allow creation of unique internal labels, we add a reserved prefix which can be used by the daemon to set labels that are distinct from client set ones. |
||
---|---|---|
.. | ||
codec.go | ||
interface.go | ||
log.go | ||
loop.go | ||
loopin.go | ||
loopout.go | ||
meta.go | ||
migration_01_costs.go | ||
migration_02_swap_publication_deadline.go | ||
migration_03_last_hop.go | ||
migration_04_updates_test.go | ||
migration_04_updates.go | ||
raw_db_test.go | ||
store_test.go | ||
store.go | ||
swapstate.go |