-
Notifications
You must be signed in to change notification settings - Fork 120
Static addr staging #733
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
Merged
hieblmi
merged 49 commits into
lightninglabs:static-addr-staging
from
hieblmi:static-addr-staging
Apr 22, 2024
Merged
Static addr staging #733
hieblmi
merged 49 commits into
lightninglabs:static-addr-staging
from
hieblmi:static-addr-staging
Apr 22, 2024
Conversation
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
Previously we'd report the fees per sweep as the total sweep cost of a batch. With this change the reported cost will be the proportional fee which should be equal for all sweeps except if there's any rounding difference in which case that is paid by the sweep belonging to the first input of the batch tx.
Previously we'd calculate the server costs (swap fees) by accounting for both the on-chain HTLC and the off-chain payment which was confusing as server cost fluctuated by the amount of the swap itself. Now we'll only add the actual cost when the swap happened, so the server cost will go form zero to the actual fee value paid.
loopdb: make sqlite sync for extra durability
loop: fix the loopout per sweep onchain cost and cleanup server cost calculation (both loopin and loopout)
Add `listinstantouts` command
…patch-1 version: bump version to v0.28.0-beta
Speed up docker runs
mod+loopdb: bump sqlite and sqlc dependencies
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.18.1 to 4.18.2. - [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md) - [Commits](jackc/pgx@v4.18.1...v4.18.2) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.7+incompatible to 24.0.9+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v24.0.7...v24.0.9) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…_modules/github.com/docker/docker-24.0.9incompatible build(deps): bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible
loop: fill the correct HTLC in loopout update
…_modules/github.com/jackc/pgx/v4-4.18.2 build(deps): bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2
…cted-channel Send loop out prepay over selected outgoing chan set
…patch-2 version: bump version to v0.28.1-beta
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0. - [Commits](golang/net@v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
27e3e9b
to
1bcaf1e
Compare
…_modules/golang.org/x/net-0.23.0 build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0
1bcaf1e
to
e9bc1c1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Rebase staging branch