-
Notifications
You must be signed in to change notification settings - Fork 649
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
Testnet release to add HTLC Blacklist functionality #1664
Conversation
Pay attention to blacklist when creating HTLCs
Do we need another hardfork? Has anyone broken the unsaid rule in testnet? |
No one has done it to my knowledge. |
Wait with merge until #1656 is in? |
If we can get 1656 in, that would be great. But I feel we want this boat to sail and we're being held up by a knot in a line. |
I prefer containing #1656 in next release. Otherwise there would be an API change after the release which would bring more confusion. |
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.
PR test fails in travis with tx size limit exceeded. Not sure if the failure is already in testnet_release or due to this PR. Please check and fix in any case.
At first glance, it looks like the new transaction size code is preventing a STEALTH test in cli_test. I would guess it is a problem already in the TESTNET branch, but I am investigating. Update: cli_test in the current testnet branch also fails. So it is a problem, but not caused by these recent updates. I will attempt to fix in a separate PR. |
Earlier test failure was unrelated to this PR. New PR created to fix test failure: #1665 |
Increase max_transaction_size for confidential_tx test
Change format of get_htlc output
This PR will release the blacklist functionality to HTLCs in TESTNET. At contract create time, white/blacklists will be checked.