-
Notifications
You must be signed in to change notification settings - Fork 48
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
rpcserver: roll back #330 #354
rpcserver: roll back #330 #354
Conversation
To fix an accidental market segregation for lnd 0.14.x users that didn't set an explicit channel type in their bid orders, we roll back the changes from lightninglabs#330. We can re-enable this default value selection once a large number of ask orders support the new channel type.
@Roasbeef: review reminder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ⛩
What if we also made this default commitment type be |
I think the problem with this is that we don't know if both nodes actually support the script enforced channel type on the |
Assuming we can use the order versioning sent as a proxy, then I think that should work? |
…chans-created venue: populate `NumChansCreated`
To fix an accidental market segregation for lnd 0.14.x users that didn't
set an explicit channel type in their bid orders, we roll back the
changes from #330.
We can re-enable this default value selection once a large number of ask
orders support the new channel type.
Fixes #349.