-
Notifications
You must be signed in to change notification settings - Fork 14
elip201: Reduce Elements default dust relay feerate to match min relay feerate #24
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
Conversation
c132da9
to
85975cf
Compare
Hi @kilrau, thanks for the submission. As you note, the "dust limit" for output types is node policy and unrelated to consensus of the network. The default This only becomes an issue with certain Elements RPCs. As you demonstrated a wallet can trivially create confidential outputs with lower amounts. In my testing, a confidential WPKH output has a base size of 98 bytes. The function By reducing the There is an I am not sure this requires an ELIP, personally I'd be happy to accept a PR to Elements reducing the |
@apoelstra what do you think? |
Originally I was tasked to create this ELIP to "have something tangible to track" for the effort to lower the dust limit across the Liquid wallet ecosystem. But I am fine to reduce this to be applicable to Elements-only as proposed by @delta1 or even just close it as in that case prbly all it takes is ElementsProject/elements#1433 |
Updated as per the discussion and reference PR ACK 4be5ce4 |
ACK 4be5ce4 |
No description provided.