Skip to content

v0.15.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Apr 18:08
· 9 commits to main since this release
v0.15.0

Added

  • Implemented a new libcmt library to interface with the Cartesi machine device
  • Added generic IO entrypoint to libcmt
  • Added generic IO endpoint on rollup-http-server
  • Allowed customization of init with /etc/cartesi-init.d
  • Allowed init to run in empty filesystems
  • Introduced a new libcmt development Debian package as a regular artifact in releases

Changed

  • Added stty -onlcr to cartesi-init
  • Set default USER to dapp in init script
  • Created dapp user when installing tools package
  • Removed unnecessary PATH change from init script
  • Added a value field to vouchers
  • Updated kernel to v6.5.13-ctsi-1
  • Renamed kernel device
  • Implemented Rollup-HTTP based on libcmt
  • Rewrote yield with libcmt
  • Rewrote Rollup with libcmt
  • Updated Rollup-HTTP Rust dependencies
  • Bumped Rustc to 1.77.2
  • Updated the version of some workflow actions
  • Added BusyBox dependency to Deb package
  • Updated xgenext2fs to v1.5.5

Removed

  • Removed old build-with-toolchain script

Fixed

  • Fixed a bug where Docker builds would incorrectly succeed even when commands in the RUN directive failed.