-
Notifications
You must be signed in to change notification settings - Fork 218
Open
Labels
scope: ts-wrappersImplementation of TypeScript wrappers generation for Sandbox tests (src/bindings)Implementation of TypeScript wrappers generation for Sandbox tests (src/bindings)
Description
Currently, the constants used exclusively for exception codes are defined as bigint, but this causes inconsistencies because the exitCode in the core library is of type number.
To improve compatibility and type consistency, we should convert these constants to be of type number instead of bigint, since they are not used in contexts requiring bigint.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
scope: ts-wrappersImplementation of TypeScript wrappers generation for Sandbox tests (src/bindings)Implementation of TypeScript wrappers generation for Sandbox tests (src/bindings)