Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2023-11-12
| ||
11:04 | chore: Bump dependencies Leaf check-in: f0fad3c8d6 user: carlos tags: trunk | |
2023-10-27
| ||
12:35 | ref: Cache nostr client keys to avoid unnecessary async calls check-in: 4d9bc2aba6 user: carlos tags: trunk | |
11:44 | ref(deps): Bump dependencies check-in: 6dea968fdc user: carlos tags: trunk | |
2023-10-22
| ||
09:44 | ref(deps): Bump ln-sdk dependency check-in: fbb87852ce user: carlos tags: trunk | |
2023-10-19
| ||
08:32 | ref(deps): Bump ln-sdk version check-in: ce424934cb user: carlos tags: trunk | |
2023-10-15
| ||
10:55 | fix(core): Fix test check-in: 90c97450d3 user: carlos tags: trunk | |
2023-10-02
| ||
07:53 | ref(core): Simplify mining loop even more check-in: 46e6938019 user: carlos tags: trunk | |
06:48 | ref(core): Simplify mining loop check-in: 525eee5a6e user: carlos tags: trunk | |
05:43 | nit(core): Rename methods check-in: 0e24d387c1 user: carlos tags: trunk | |
2023-09-25
| ||
06:06 | fix(core): Use global secp context for better performance check-in: 38f1c37afd user: carlos tags: trunk | |
2023-09-23
| ||
09:43 | fix(core): Ignore duplicate events, which can occur when using multiple relays check-in: d3cc238053 user: carlos tags: trunk | |
06:08 | nit: Fix logging in examples check-in: 2fd60d6995 user: carlos tags: trunk | |
04:35 | ref(deps): Bump rayon dependency check-in: 6861d3d9d1 user: carlos tags: trunk | |
04:30 | nit(core): Log relays used check-in: d482e56f06 user: carlos tags: trunk | |
04:24 | nit(core): Switch displayed pubkeys from hex to npub check-in: 7fc50b1870 user: carlos tags: trunk | |
04:15 | nit(core): Remove unnecessary error, silently ignore duplicate events check-in: 46b1543541 user: carlos tags: trunk | |
01:51 | nit: Code formatting check-in: 0281223151 user: carlos tags: trunk | |
01:50 | chore: Bump dependencies check-in: 0e90815bdb user: carlos tags: trunk | |
2023-09-17
| ||
19:23 | ref(deps): Bump dependency versions check-in: 927bfd5284 user: carlos tags: trunk | |
18:42 | ref(deps): Bump Nostr SDK dependency check-in: ec7ef0e84e user: carlos tags: trunk | |
18:23 | ref(deps): Bump dependency versions check-in: 7f73a2a782 user: carlos tags: trunk | |
07:46 | doc: Simplify and update how-to-run docs check-in: f57ae6c779 user: carlos tags: trunk | |
07:45 | fix(doc): Fix sample startup script flags check-in: 1323403adc user: carlos tags: trunk | |
2023-09-16
| ||
04:46 | ref(deps): Set explicit dependnecy versions check-in: 63d8a0a145 user: carlos tags: trunk | |
03:47 | ref(deps): Set the major tokio version check-in: 1215a5f8d3 user: carlos tags: trunk | |
2023-09-14
| ||
07:06 | nit: Fix typo check-in: cddd911591 user: carlos tags: trunk | |
06:37 | ref(deps): Bump dependency versions check-in: 3ffb590ebd user: carlos tags: trunk | |
06:36 | feat(nostr): Add NWC support check-in: 197d590e2f user: carlos tags: trunk | |
2023-07-06
| ||
05:43 | nostr: Simplify handling of PoW Pub events when sending an Ask and waiting for offers check-in: f2da6a72ca user: install tags: trunk | |
04:53 | ref(deps): Bump dependency versions check-in: 776fdb591a user: install tags: trunk | |
2023-06-19
| ||
14:14 | ref: Bump dependencies check-in: f7bb798306 user: carlos tags: trunk | |
2023-06-14
| ||
07:37 | core: Fix handling of duplicate ephemeral quotes, which was triggered when the client was using multiple relays check-in: 152adc20d5 user: carlos tags: trunk | |
2023-06-13
| ||
21:01 | feat(ephemeral): Add support for ephemeral Asks and Price Quotes, using ephemeral Nostr messages check-in: caa9705c7f user: carlos tags: trunk | |
2023-06-11
| ||
19:44 | nit: Cargo fmt check-in: 727b68848b user: carlos tags: trunk | |
15:52 | nit: Clarify trade ID source check-in: 74ab7075a5 user: carlos tags: trunk | |
2023-06-10
| ||
05:52 | doc: Add test that covers and documents a trade from beginning to end check-in: a8419672d0 user: carlos tags: trunk | |
2023-06-09
| ||
14:26 | nit: Update comment in provider startup script check-in: 36e1a1f3b5 user: carlos tags: trunk | |
2023-06-07
| ||
21:00 | ref: Bump dependencies check-in: 1b742e366c user: carlos tags: trunk | |
20:41 | ref: Bump dependencies check-in: 2e4eb8b835 user: carlos tags: trunk | |
15:48 | fix: Fix handling of duplicate events when listening to multiple relays check-in: f5ef98475c user: carlos tags: trunk | |
15:15 | fix: Update feature gates for WebLN traits and the provider example check-in: 57a3d9f2e8 user: carlos tags: trunk | |
13:53 | fix: Adjust provider flags for LN Address mode check-in: ba10438432 user: carlos tags: trunk | |
13:34 | feat: Add support for WebLN (wasm) check-in: 67535c4e58 user: carlos tags: trunk | |
2023-06-01
| ||
16:17 | ref: Bump dependencies check-in: 9e6f6a99dc user: carlos tags: trunk | |
2023-05-29
| ||
20:10 | ref: Expose nostr model and KeyTypeV2 validation methods as pub check-in: 33f344cdeb user: carlos tags: trunk | |
19:16 | doc: Update instructions on how to run a provider with a LN Address check-in: 5f5786bc8c user: carlos tags: trunk | |
2023-05-28
| ||
17:40 | feat(provider): Add support for LN Address as an alternative to LND check-in: 0277e1e58e user: carlos tags: trunk | |
11:33 | ref: Revert / fix error handling in examples check-in: 2e7e5218d2 user: install tags: trunk | |
10:10 | ref(client): Validate LND connection on init check-in: 6ff6f00e5d user: carlos tags: trunk | |
10:08 | ref: Bump dependencies check-in: cb9d0369f6 user: carlos tags: trunk | |