Skip to content
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

fix(fees): mitigate construction of non-forwardable transactions #536

Merged
merged 4 commits into from
Oct 7, 2022

Conversation

theborakompanioni
Copy link
Collaborator

@theborakompanioni theborakompanioni commented Oct 7, 2022

When the fee target is low, JM sometimes constructs transactions, which are declined from being relayed. In order to mitigate such situations, the minimum fee target (when provided in sats/vbyte) has been increased from 1 sat/vByte to 3 sats/vByte, and fee randomization lowered from 0 - 100% to 0 - 50%.

This can only mitigate the problem and should be seen as a temporary solution till the situation has been addressed upstream.

See JoinMarket-Org/joinmarket-clientserver#1360 (comment) and JoinMarket-Org/joinmarket-clientserver#1360 (comment)

@theborakompanioni theborakompanioni added the enhancement New feature or request label Oct 7, 2022
@theborakompanioni theborakompanioni self-assigned this Oct 7, 2022
@theborakompanioni theborakompanioni marked this pull request as ready for review October 7, 2022 10:30
@theborakompanioni theborakompanioni marked this pull request as draft October 7, 2022 10:34
@theborakompanioni theborakompanioni marked this pull request as ready for review October 7, 2022 10:40
@dergigi dergigi mentioned this pull request Oct 7, 2022
Copy link
Contributor

@dergigi dergigi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK, Looks good to me ✅

src/components/settings/FeeConfigModal.tsx Outdated Show resolved Hide resolved
@dergigi dergigi merged commit f2f3944 into master Oct 7, 2022
@dergigi dergigi deleted the fix-min-fee-limits branch October 7, 2022 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants