-
Notifications
You must be signed in to change notification settings - Fork 130
staticaddr: dyn-conf-tracker #1141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
hieblmi
wants to merge
32
commits into
master
Choose a base branch
from
dyn-conf-tracker-staging
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
802afcb
staticaddr/deposit: handle loop-in htlc timeout
hieblmi 402279a
staticaddr/deposit: ignore expiry blocks in final states
hieblmi d6057d3
staticaddr/deposit: reject duplicate outpoints
hieblmi 928d1b2
staticaddr/loopin: handle closed invoice updates
hieblmi 4b67920
staticaddr/deposit: stop removed fsms
hieblmi 5669aeb
staticaddr/loopin: preserve selected deposit outpoints
hieblmi 8bef01c
staticaddr/loopin: add lnd txout checker
hieblmi 415415b
staticaddr/deposit: document lock ordering
hieblmi cc487e8
staticaddr/deposit: factor active deposit notifications
hieblmi 541a387
staticaddr/deposit: serialize deposit reconciliation
hieblmi a759272
staticaddr/deposit: reject invalid transitions
hieblmi 92f3c79
staticaddr/loopin: default payment timeout duration
hieblmi f5d426e
staticaddr/deposit: ignore queued expiry in final states
hieblmi 318a473
staticaddr/deposit: guard confirmation height access
hieblmi 566c541
staticaddr/loopin: keep htlc timeout sweep resumable
hieblmi 64f5cb0
staticaddr/loopin: keep htlc monitor resumable
hieblmi 01c3f97
staticaddr/deposit: canonicalize multi-deposit locks
hieblmi f062b64
staticaddr/loopin: recover deposits by current outpoint
hieblmi 5cea937
staticaddr/loopin: use payment timeout duration helper
hieblmi 765e028
staticaddr/loopin: check deposits before htlc signing
hieblmi 2735593
staticaddr/loopin: scan wallet txouts once
hieblmi fc8e98d
staticaddr/loopin: update payment timeout comment
hieblmi 1901295
build: increase lint timeout
hieblmi 0d6dddc
staticaddr/deposit: track unconfirmed deposits
hieblmi abc4bae
staticaddr: expose tracked deposit availability
hieblmi 00f87c4
staticaddr/loopin: account for unconfirmed deposit expiry
hieblmi 9ee39e2
staticaddr: sync active deposits with wallet
hieblmi 09c6432
staticaddr/loopin: cancel signing for unavailable deposits
hieblmi 999b13a
staticaddr/loopin: wait for risk decisions
hieblmi 85ce881
staticaddr/loopin: persist risk decisions
hieblmi 3c99d41
cmd/loop: warn for low-confirmation static deposits
hieblmi 1661b2e
cmd/loop: update static loop-in replay fixtures
hieblmi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ run: | |
| go: "1.26" | ||
|
|
||
| # timeout for analysis | ||
| timeout: 4m | ||
| timeout: 8m | ||
|
|
||
| linters: | ||
| default: all | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.