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 msgp stateproof unit tests #7

Merged

Conversation

jasonpaulos
Copy link

@jasonpaulos jasonpaulos commented Aug 26, 2022

Make the @unit.stateproof.responses.msgp tests work.

The underlying problem was that binary data (i.e. Buffers or Uint8Arrays) cannot be used for cucumber step arguments, since these arguments are transmitted to the browser using JSON. I've added a check which will fail early if this ever happens again.

@Eric-Warehime Eric-Warehime merged commit afbd042 into Eric-Warehime:state-proofs Aug 29, 2022
@gmalouf gmalouf deleted the state-proof-msp-fix branch January 15, 2025 21:15
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.

2 participants