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

Commit

Permalink
Bump version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonjonat committed Jan 5, 2023
1 parent 60852c3 commit 52c37ac
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 23 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ 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).

## [Unreleased]
## [0.8.2] 2023-01-04

### Changed

- Fixed proxy start up after restart
- Changed sm\_pending\_inputs\_max\_retries default to 600
- Changed `sm_pending_inputs_max_retries` default to 600 (retries while polling server-manager for pending inputs)

## [0.8.1] 2022-12-02

Expand Down Expand Up @@ -133,6 +133,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Specific ERC-20 Portal
- Deprecated mock contracts

[0.8.2]: https://github.com/cartesi/rollups/releases/tag/v0.8.2
[0.8.1]: https://github.com/cartesi/rollups/releases/tag/v0.8.1
[0.8.0]: https://github.com/cartesi/rollups/releases/tag/v0.8.0
[0.7.0]: https://github.com/cartesi/rollups/releases/tag/v0.7.0
Expand Down
18 changes: 9 additions & 9 deletions offchain/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion offchain/contracts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "contracts"
license = "Apache-2.0"
version = "0.8.0"
version = "0.8.2"
edition = "2021"
authors = [
"Gabriel Coutinho <gabriel.coutinho@cartesi.io>",
Expand Down
2 changes: 1 addition & 1 deletion offchain/data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rollups-data"
version = "0.8.0"
version = "0.8.2"
edition = "2021"
license = "Apache-2.0"
authors = ["marko atanasievski <marko.atanasievski@cartesi.io>"]
Expand Down
2 changes: 1 addition & 1 deletion offchain/dispatcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dispatcher"
license = "Apache-2.0"
version = "0.8.0"
version = "0.8.2"
edition = "2021"
authors = [
"Felipe Argento <felipe.argento@cartesi.io>",
Expand Down
2 changes: 1 addition & 1 deletion offchain/indexer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "indexer"
license = "Apache-2.0"
version = "0.8.0"
version = "0.8.2"
authors = ["victornogueira <victor.nogueira@cartesi.io>", "marko atanasievski <marko.atanasievski@cartesi.io>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion offchain/inspect-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "inspect-server"
license = "Apache-2.0"
version = "0.8.0"
version = "0.8.2"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion offchain/reader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reader"
version = "0.8.0"
version = "0.8.2"
edition = "2021"
license = "Apache-2.0"
authors = ["marko atanasievski <marko.atanasievski@cartesi.io>"]
Expand Down
2 changes: 1 addition & 1 deletion offchain/server-manager-broker-proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "server-manager-broker-proxy"
license = "Apache-2.0"
version = "0.1.0"
version = "0.8.2"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion offchain/state-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "state-server"
license = "Apache-2.0"
version = "0.8.0"
version = "0.8.2"
edition = "2021"
authors = [
"Gabriel Coutinho <gabriel.coutinho@cartesi.io>",
Expand Down
2 changes: 1 addition & 1 deletion offchain/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "types"
version = "0.8.0"
version = "0.8.2"
edition = "2021"
authors = [
"Felipe Argento <felipe.argento@cartesi.io>",
Expand Down
4 changes: 2 additions & 2 deletions onchain/rollups-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartesi/rollups-cli",
"version": "0.8.0",
"version": "0.8.2",
"description": "Rollups CLI",
"main": "dist/cli.js",
"repository": "https://github.com/cartesi/rollups",
Expand All @@ -15,7 +15,7 @@
"start": "ts-node src/cli.ts"
},
"dependencies": {
"@cartesi/rollups": "^0.8.0",
"@cartesi/rollups": "^0.8.2",
"ethers": "^5.7.2",
"fs-extra": "^10.1.0",
"yargs": "^17.6.2"
Expand Down
2 changes: 1 addition & 1 deletion onchain/rollups/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartesi/rollups",
"version": "0.8.1",
"version": "0.8.2",
"scripts": {
"build": "run-s compile export",
"clean:ignored": "rimraf artifacts cache coverage deployments/localhost dist generated-src src/types/*",
Expand Down

0 comments on commit 52c37ac

Please sign in to comment.