We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
This should be included in #1
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: