Bean
Bean
# Description - Removes `node-fetch` and `cross-fetch` from packages to no longer attempt to configure a `fetch` method on `global object` if none is available. - Removes usage of `global`...
Adds an `abortListener` to workers which allow for cleanup of async tasks which can be run as a cleanup operation to allow workers to be reused if a task timeout...
- Migration of `local-tests` from custom test runner to `Jest` for standardized test runner implementations. - Creates a package for `tinny` which has been migrated from the `setup` directory in...
# Description Adds a test for asserting a session which has Ella-sped its `expiration` should throw a validation exception when attempting to use the expired session for network operations. Adds...
Adds long running tests for epoch transitions to #549 Brings back the test harness within `tinny` for long running tests as jest does not allow for a timeout configuration to...
PR for discussion on issue #479
testing new container with snapshot in ci Snap shots now load and work, speeding up ci. but volume is still needed for an unknown reason see pr: https://github.com/LIT-Protocol/lit-assets/pull/1518 This pr...
### What is the problem this feature would solve? For projects which use the `STDIN` and `STDERR` and `STDOUT` functionalities of `Workers` such implementations are not compatible with Bun. See...