-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adjust configuration settings for Vitest and TypeScript Disabled test concurrency and adjusted file parallelism to avoid nonce errors in Vitest. Updated TypeScript configuration to change rootDir and include test files. * Add comprehensive integration tests for stream management Implemented tests for primitive, composed, and permission-based streams to ensure correct behavior in various scenarios. Additionally, added utilities to facilitate the testing of different wallet roles and transaction management. * Refactor imports and correct value type conversion Standardize import formatting and replace `value` type from string to number in stream methods. Fixed minor typos and aligned the code for consistency across multiple files, including updates to import styles and type conversions. * Simplify stream cleanup in composedStream test Replaced Promise.allSettled with a for-loop for stream destruction in the composedStream integration test. This change ensures that each stream is destroyed sequentially. * update kwil to support results precision
- Loading branch information
Showing
11 changed files
with
711 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.