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
The recent typescript/v1.4.0 release (https://github.com/keep-network/tbtc-v2/releases/tag/typescript/v1.4.0) of the @keep-network/tbtc-v2.ts library introduces some major changes like bcoin dependency removal and support for Node 18 LTS. We need to adjust the system tests to work with that version. Since system tests are pinned to the development tag, we need to bump yarn.lock to use @keep-network/[email protected] under the hood and do all necessary code adjustments. We also need to bump system tests to Node 18 LTS by the way. Last but not least, we need to remember to update our CI jobs accordingly.
The text was updated successfully, but these errors were encountered:
The recent
typescript/v1.4.0
release (https://github.com/keep-network/tbtc-v2/releases/tag/typescript/v1.4.0) of the@keep-network/tbtc-v2.ts
library introduces some major changes like bcoin dependency removal and support for Node 18 LTS. We need to adjust the system tests to work with that version. Since system tests are pinned to thedevelopment
tag, we need to bumpyarn.lock
to use@keep-network/[email protected]
under the hood and do all necessary code adjustments. We also need to bump system tests to Node 18 LTS by the way. Last but not least, we need to remember to update our CI jobs accordingly.The text was updated successfully, but these errors were encountered: