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

Commit

Permalink
Fix reference to rollups-inspect-server image
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Aug 26, 2022
1 parent bd762a0 commit a0585f6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
<!-- markdownlint-disable-file MD024 -->

# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.1] 2022-08-24

### Changed

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

## [0.8.0] 2022-08-17

### Added
Expand Down Expand Up @@ -170,6 +177,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove machine-emulator-tools submodule
- Remove openapi-interfaces submodule

[0.8.1]: https://github.com/cartesi/rollups-examples/releases/tag/v0.8.1
[0.8.0]: https://github.com/cartesi/rollups-examples/releases/tag/v0.8.0
[0.7.2]: https://github.com/cartesi/rollups-examples/releases/tag/v0.7.2
[0.7.1]: https://github.com/cartesi/rollups-examples/releases/tag/v0.7.1
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ services:
- machine:/opt/cartesi/share/dapp-bin

rollups_inspect_server:
image: cartesicorp/rollups-inspect-server:develop
image: cartesi/rollups-inspect-server:0.5.0
command:
[
"--inspect-server-address",
Expand Down
4 changes: 2 additions & 2 deletions echo-python/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echo-test",
"version": "0.8.0",
"version": "0.8.1",
"description": "Tests for Echo DApp",
"author": "Victor Yves Crispim <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -14,7 +14,7 @@
"startEnvironment:prod": "cd .. && docker-compose -f ../docker-compose.yml -f docker-compose.override.yml up -d",
"startEnvironment:host": "cd .. && docker-compose -f ../docker-compose.yml -f docker-compose.override.yml -f ../docker-compose-host.yml up -d && cd test",
"stopEnvironment": "cd .. && docker-compose -f ../docker-compose.yml -f docker-compose.override.yml down -v",
"saveLogs":"saveLogs () { mkdirp logs && docker-compose -f ../../docker-compose.yml -f ../docker-compose.override.yml logs --timestamps --no-log-prefix --no-color $1 > logs/$1.log; }; saveLogs",
"saveLogs": "saveLogs () { mkdirp logs && docker-compose -f ../../docker-compose.yml -f ../docker-compose.override.yml logs --timestamps --no-log-prefix --no-color $1 > logs/$1.log; }; saveLogs",
"pretest:prod": "yarn prepareEnvironment && yarn startEnvironment:prod",
"pretest:host": "yarn prepareEnvironment && yarn startEnvironment:host && yarn startBackend",
"pretest:ci": "yarn generateTypes && yarn setupConsole && yarn startEnvironment:prod",
Expand Down
2 changes: 1 addition & 1 deletion frontend-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend-console",
"version": "0.8.0",
"version": "0.8.1",
"description": "Simple console front-end for Cartesi DApp",
"author": "Danilo Tuler <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit a0585f6

Please sign in to comment.