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

Write logic signature Unit Tests #24

Closed
ivnsch opened this issue May 25, 2021 · 1 comment
Closed

Write logic signature Unit Tests #24

ivnsch opened this issue May 25, 2021 · 1 comment

Comments

@ivnsch
Copy link
Contributor

ivnsch commented May 25, 2021

The current tests are for the most part integration tests (send signed transactions to the network).

We should add Unit Tests for validation, serialization, etc. orienting with the official SDKs, e.g.: https://github.com/algorand/go-algorand-sdk/blob/adb6d4be485483d4b95d5eb7742943dc2f2109e9/crypto/crypto_test.go

Should depend on #23, as some of these tests can be avoided by encoding the requirements in the type system.

@ivnsch
Copy link
Contributor Author

ivnsch commented Jun 20, 2021

This should be included in #1

@ivnsch ivnsch closed this as completed Jun 20, 2021
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

No branches or pull requests

1 participant