Skip to content

Tags: synonymdev/ldk-node

Tags

v0.7.0-rc.36

Toggle v0.7.0-rc.36's commit message

Verified

This commit was signed with the committer’s verified signature.
ovitrif Ovi Trif
generate bindings

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v0.7.0-rc.35

Toggle v0.7.0-rc.35's commit message

Verified

This commit was signed with the committer’s verified signature.
ben-kaufman benk10
generate bindings

v0.7.0-rc.34

Toggle v0.7.0-rc.34's commit message

Verified

This commit was signed with the committer’s verified signature.
ovitrif Ovi Trif
fix: reset CounterpartyCommitmentSecrets on stale monitor recovery

Switch rust-lightning fork to ovitrif/rust-lightning#0.2.2-accept-stale-monitors-v2
which resets the commitment secrets store in force_set_latest_update_id,
preventing SIGABRT from a ChannelMonitorUpdateStatus mode mismatch after
provide_secret() fails validation on a stale secrets tree.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v0.7.0-rc.33

Toggle v0.7.0-rc.33's commit message

Verified

This commit was signed with the committer’s verified signature.
ovitrif Ovi Trif
chore: reword changelog and regenerate bindings for v0.7.0-rc.33

Co-Authored-By: Claude Opus 4.6 <[email protected]>

v0.7.0-rc.32

Toggle v0.7.0-rc.32's commit message

Verified

This commit was signed with the committer’s verified signature.
ovitrif Ovi Trif
chore: bump version to 0.7.0-rc.32

Bust Android CI cache after rc.31 retag. Update bindgen rule to allow
background execution.

Co-Authored-By: Claude Opus 4.6 <[email protected]>

v0.7.0-rc.31

Toggle v0.7.0-rc.31's commit message

Verified

This commit was signed with the committer’s verified signature.
ovitrif Ovi Trif
docs: add release publishing rules to AGENTS.md

- Releases must be published (not draft) and set as latest
- Release notes are for binding consumers only — no internal CI/docs/workflow changes

Co-Authored-By: Claude Opus 4.6 <[email protected]>

v0.7.0-rc.30

Toggle v0.7.0-rc.30's commit message

Verified

This commit was signed with the committer’s verified signature.
ben-kaufman benk10
feat: add OnchainPayment::calculate_send_all_fee() for send-all fee e…

…stimation

v0.7.0-rc.29

Toggle v0.7.0-rc.29's commit message

Verified

This commit was signed with the committer’s verified signature.
ovitrif Ovi Trif
chore: complete version bump to 0.7.0-rc.29

Co-Authored-By: Claude Opus 4.6 <[email protected]>

v0.7.0-rc.28

Toggle v0.7.0-rc.28's commit message

Verified

This commit was signed with the committer’s verified signature.
ovitrif Ovi Trif
chore: disable upstream CI workflows (manual-only)

All 10 upstream workflows have been changed to workflow_dispatch only,
so they no longer fire on push/PR. They can still be triggered manually
from the Actions tab. The Synonym-specific workflows are untouched.

Co-Authored-By: Claude Opus 4.6 <[email protected]>

v0.7.0-rc.27

Toggle v0.7.0-rc.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #62 from synonymdev/refactor/lazy-sync-requests-ba…

…tched-payment-store

refactor: lazy sync requests and batched payment store updates