-
Notifications
You must be signed in to change notification settings - Fork 36
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
elementsd-tests: blind asset issuance based on node version #222
elementsd-tests: blind asset issuance based on node version #222
Conversation
In Elements 22 there was a change in the `createpsbt` RPC that causes our integration tests to fail. This is fixed by disabling blinding. Patch by Leo Comandini, adapted by me to still work with 0.21, from ElementsProject#214
Will test on my local CI box with a few different Elements versions. |
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.
On 4f29295 successfully ran local tests; tested with Elements 0.21
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.
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.
On 4f29295 successfully ran local tests; tested with Elements 22.1.1
Not working with 23.2.4. Investigating. |
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.
On 4f29295 successfully ran local tests; tested with Elements 23.2.4
Hmm, must've just been intermittent. |
cc @RCasatta @LeoComandini I think this is good to go. Can one of you ACK it? |
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.
utACK 4f29295
In Elements 22 there was a change in the
createpsbt
RPC that causes our integration tests to fail. This is fixed by disabling blinding.Patch by Leo Comandini, adapted by me to still work with 0.21, from #214
Fixes #214