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(firo_header): add support for prog pow #1234

Closed
wants to merge 1 commit into from
Closed

Conversation

Milerius
Copy link

@Milerius Milerius commented Mar 28, 2022

With the integration of #1207 - @cipig spotted that all FIRO swaps were failing.

Fix #1232

@Milerius Milerius requested a review from artemii235 March 28, 2022 07:58
@Milerius Milerius linked an issue Mar 28, 2022 that may be closed by this pull request
@Milerius Milerius changed the title feat(firo_hot_fix): add support for prog pow fix(firo_header): add support for prog pow Mar 28, 2022
Copy link
Member

@artemii235 artemii235 left a comment

Choose a reason for hiding this comment

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

Please reopen this PR to mm2.1 as discussed in DM.

@@ -777,6 +802,12 @@ mod tests {
assert_eq!(serialized.take(), headers_bytes);
}

#[test]
fn test_firo_block_headers_prog_pow() {
Copy link
Member

Choose a reason for hiding this comment

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

Similar to other tests, please check that header is then serialized to the initial input.

@Milerius
Copy link
Author

closed for #1235

@Milerius Milerius closed this Mar 28, 2022
@artemii235 artemii235 deleted the firo_header branch December 30, 2022 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Firo Block Header are not deserializable (electrum)
2 participants