Closed danielgluskin-starkware closed 2 years ago
Add stark-error-codes.
Used as follows:
console.log(StarkExClient.StarkErrorCode.INVALID_BATCH_ID); // 7 console.log(StarkExClient.StarkErrorCode[7]); // INVALID_BATCH_ID
Solves #2847512314
<type>[optional scope]: <description>
fix: prevent racing of requests
:tada: This PR is included in version 0.1.0-dev.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Description of the Changes
Add stark-error-codes.
Used as follows:
Solves #2847512314
Checklist
<type>[optional scope]: <description>
, e.g:fix: prevent racing of requests