You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validate hashes that have checksums and avoid making HTTP calls when we can determine that the parameters are invalid.
Addresses, block hashes, and so forth have a checksum. We intend to add support to validate locally. (We are currently deferring such validation to the node.) By supporting this validation within the library, we can give end-users and developers a better experience by detecting problems or input errors earlier.
Could we please have a quick check if there are any more hashes that are not listed to be validated as well - see the last acceptance criteria. thanks!
Validate hashes that have checksums and avoid making HTTP calls when we can determine that the parameters are invalid.
Addresses, block hashes, and so forth have a checksum. We intend to add support to validate locally. (We are currently deferring such validation to the node.) By supporting this validation within the library, we can give end-users and developers a better experience by detecting problems or input errors earlier.
Acceptance criteria:
ToDo:
See: https://tezostaquito.io/docs/validators
The text was updated successfully, but these errors were encountered: