Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Releases: cartesi/rollups-examples

0.9.1

05 Oct 22:37
v0.9.1
Compare
Choose a tag to compare

Changed

  • Fix issue with Python virtual environments due to conflicts with Docker Buildx
  • Bump server-manager to 0.4.1: fix issue that taints the session

0.9.0

14 Sep 18:49
v0.9.0
Compare
Choose a tag to compare

Added

  • Support for deploying DApps to Arbitrum Goerli and Optimism Goerli
  • Internal queue added to Inspect Server in order to serialize concurrent requests
  • Quick-start recommendations using web environments Gitpod and CodeSandbox

Changed

  • Proper handling of inspect requests in SQLite DApp
  • Cleaner logs by using more appropriate logging levels in offchain components
  • DApp filesystem creation and DApp execution using regular 'dapp' user instead of root
  • Bump toolchain to 0.11.0
  • Bump rootfs to 0.14.1
  • Bump kernel to linux-5.5.19-ctsi-6
  • Bump rom to 0.12.0
  • Bump server-manager to 0.4.0

0.8.1

26 Aug 11:55
v0.8.1
Compare
Choose a tag to compare

Changed

  • Fix reference of docker image at docker-compose-testnet.yml

0.8.0

18 Aug 00:18
v0.8.0
Compare
Choose a tag to compare

Added

  • Inspect Server allowing clients to directly query internal DApp state
  • Echo JavaScript DApp example
  • Documentation and tools to validate notices, execute vouchers, list reports and inspect DApp state

Changed

  • Major refactor in Indexer service, with significant improvements to the GraphQL API
  • Major refactor in State Fold service, with significant improvements to resource consumption
  • Use interval mining mode in Hardhat service for local development
  • Use Ethereum Goerli instead of Polygon Mumbai for live testnet deployments
  • Fix withdrawal voucher encoding in ERC-20 DApp example
  • Refactor of frontend-console commands structure
  • Bump server-manager to 0.3.1

0.7.2

28 Jul 22:38
v0.7.2
ac4319f
Compare
Choose a tag to compare

Changed

  • Fix toolchain docker image reference of Lua example

0.7.1

19 Jul 14:09
v0.7.1
Compare
Choose a tag to compare

Changed

  • Remove Gitpod reference while we investigate an issue using it

0.7.0

07 Jul 21:13
v0.7.0
Compare
Choose a tag to compare

Added

  • Echo Low-Level C++ DApp example
  • Echo Lua DApp example
  • ERC-20 DApp generating vouchers for withdrawals

Changed

  • Move rollup-init call from build-machine.sh to entrypoint.sh
  • Support for running nodes in host mode for DApps deployed on testnet

0.6.0

15 Jun 00:38
v0.6.0
Compare
Choose a tag to compare

Added

  • Deployment mechanism for EVM-compatible testnets
  • Echo Rust DApp example
  • Calculator DApp example
  • ERC-20 Deposit DApp example
  • Basic mechanism for adding extra Python dependencies
  • Usage of new exception endpoint in SQLite DApp example

Changed

  • Major reorganization of packages and build processes to reduce boilerplate code duplication
  • Major refactor of the frontend-console application, originally specific for the Echo Python DApp and now generalized to support sending inputs, querying notices and depositing ERC-20 tokens for all DApps, both locally and deployed on testnets
  • Deprecated usage of Hardhat tasks for interacting with applications in favor of the frontend-console

0.5.1

02 May 20:56
v0.5.1
Compare
Choose a tag to compare

Changed

  • Fix example Dockerfiles to stop referring to local .yalc directories

0.5.0

29 Apr 13:14
v0.5.0
Compare
Choose a tag to compare

Changed

  • Major update to rollups 0.2.0 with new HTTP API
  • Fix m2cgen example to work with Apple Silicon