Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 992 Bytes

File metadata and controls

29 lines (19 loc) · 992 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Add the @metamask/java-tron-up package (#9208).

Changed

  • Adopt @metamask/local-node-utils for shared installer utilities (#9235).

Fixed

  • Parse .yarnrc.yml as YAML when detecting Yarn global cache, matching @metamask/foundryup.
  • Merge partial fullNode and javaRuntime overrides from package.json with the pinned defaults instead of replacing them.
  • Re-verify the cached Java runtime checksum on reuse via a .source-checksum marker.
  • Propagate child termination signals from the generated java-tron wrapper as a non-zero exit.