diff --git a/CHANGELOG.md b/CHANGELOG.md index 96581d8b..f8cd54ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] 2022-09-13 + ### Added - Deploy to Arbitrum Goerli and Optimism Goerli @@ -86,6 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Specific ERC-20 Portal - Deprecated mock contracts +[0.6.0]: https://github.com/cartesi/rollups/releases/tag/v0.6.0 [0.5.0]: https://github.com/cartesi/rollups/releases/tag/v0.5.0 [0.4.0]: https://github.com/cartesi/rollups/releases/tag/v0.4.0 [0.3.0]: https://github.com/cartesi/rollups/releases/tag/v0.3.0 diff --git a/offchain/Cargo.lock b/offchain/Cargo.lock index 6b29ec62..c9776fd3 100644 --- a/offchain/Cargo.lock +++ b/offchain/Cargo.lock @@ -998,7 +998,7 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "contracts" -version = "0.1.0" +version = "0.6.0" dependencies = [ "serde_json", "state-fold-types", @@ -1288,7 +1288,7 @@ dependencies = [ [[package]] name = "dispatcher" -version = "0.1.0" +version = "0.6.0" dependencies = [ "anyhow", "async-recursion 0.3.2", @@ -2324,7 +2324,7 @@ checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" [[package]] name = "indexer" -version = "0.3.0" +version = "0.6.0" dependencies = [ "actix-web", "anyhow", @@ -2380,7 +2380,7 @@ dependencies = [ [[package]] name = "inspect-server" -version = "0.3.0" +version = "0.6.0" dependencies = [ "actix-cors", "actix-web", @@ -3389,7 +3389,7 @@ dependencies = [ [[package]] name = "reader" -version = "0.3.0" +version = "0.6.0" dependencies = [ "actix-cors", "actix-web", @@ -3567,7 +3567,7 @@ dependencies = [ [[package]] name = "rollups-data" -version = "0.3.0" +version = "0.6.0" dependencies = [ "backoff", "base64 0.13.0", @@ -4160,7 +4160,7 @@ dependencies = [ [[package]] name = "state-server" -version = "0.1.0" +version = "0.6.0" dependencies = [ "anyhow", "block-history", @@ -4846,7 +4846,7 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "types" -version = "0.1.0" +version = "0.6.0" dependencies = [ "anyhow", "async-trait", diff --git a/offchain/contracts/Cargo.toml b/offchain/contracts/Cargo.toml index 44d53227..77925c43 100644 --- a/offchain/contracts/Cargo.toml +++ b/offchain/contracts/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "contracts" license = "Apache-2.0" -version = "0.1.0" +version = "0.6.0" edition = "2021" authors = [ "Gabriel Coutinho ", diff --git a/offchain/data/Cargo.toml b/offchain/data/Cargo.toml index 8443f67e..d7d06b5a 100644 --- a/offchain/data/Cargo.toml +++ b/offchain/data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rollups-data" -version = "0.3.0" +version = "0.6.0" edition = "2021" license = "Apache-2.0" authors = ["marko atanasievski "] diff --git a/offchain/dispatcher/Cargo.toml b/offchain/dispatcher/Cargo.toml index 95c3596a..94dd6b1a 100644 --- a/offchain/dispatcher/Cargo.toml +++ b/offchain/dispatcher/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dispatcher" license = "Apache-2.0" -version = "0.1.0" +version = "0.6.0" edition = "2021" authors = [ "Felipe Argento ", diff --git a/offchain/indexer/Cargo.toml b/offchain/indexer/Cargo.toml index 9b300e81..03a2947f 100644 --- a/offchain/indexer/Cargo.toml +++ b/offchain/indexer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "indexer" license = "Apache-2.0" -version = "0.3.0" +version = "0.6.0" authors = ["victornogueira ", "marko atanasievski "] edition = "2021" diff --git a/offchain/inspect-server/Cargo.toml b/offchain/inspect-server/Cargo.toml index 417a11fe..b8fc1235 100644 --- a/offchain/inspect-server/Cargo.toml +++ b/offchain/inspect-server/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "inspect-server" license = "Apache-2.0" -version = "0.3.0" +version = "0.6.0" edition = "2021" [[bin]] diff --git a/offchain/reader/Cargo.toml b/offchain/reader/Cargo.toml index 4d7ead08..12fd6956 100644 --- a/offchain/reader/Cargo.toml +++ b/offchain/reader/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reader" -version = "0.3.0" +version = "0.6.0" edition = "2021" license = "Apache-2.0" authors = ["marko atanasievski "] diff --git a/offchain/state-server/Cargo.toml b/offchain/state-server/Cargo.toml index ba7fcb2d..678738ed 100644 --- a/offchain/state-server/Cargo.toml +++ b/offchain/state-server/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "state-server" license = "Apache-2.0" -version = "0.1.0" +version = "0.6.0" edition = "2021" authors = [ "Gabriel Coutinho ", diff --git a/offchain/types/Cargo.toml b/offchain/types/Cargo.toml index ecc8b7d3..4e7162a3 100644 --- a/offchain/types/Cargo.toml +++ b/offchain/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "types" -version = "0.1.0" +version = "0.6.0" edition = "2021" authors = [ "Felipe Argento ", diff --git a/onchain/rollups-cli/package.json b/onchain/rollups-cli/package.json index 821c2ea4..3c3e5b03 100644 --- a/onchain/rollups-cli/package.json +++ b/onchain/rollups-cli/package.json @@ -1,6 +1,6 @@ { "name": "@cartesi/rollups-cli", - "version": "0.5.0", + "version": "0.6.0", "description": "Rollups CLI", "main": "dist/cli.js", "repository": "https://github.com/cartesi/rollups", @@ -15,7 +15,7 @@ "start": "ts-node src/cli.ts" }, "dependencies": { - "@cartesi/rollups": "^0.5.0", + "@cartesi/rollups": "^0.6.0", "ethers": "^5.7.0", "fs-extra": "^10.1.0", "yargs": "^17.4.0" diff --git a/onchain/rollups/package.json b/onchain/rollups/package.json index b4942d19..70f9fef8 100644 --- a/onchain/rollups/package.json +++ b/onchain/rollups/package.json @@ -1,6 +1,6 @@ { "name": "@cartesi/rollups", - "version": "0.5.0", + "version": "0.6.0", "scripts": { "build": "run-s compile export", "clean:ignored": "rimraf artifacts cache coverage deployments/localhost dist generated-src src/types/*",