Skip to content

Commit

Permalink
chore: bump rollups contracts to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Sep 28, 2023
1 parent 6dab789 commit 217780d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The Cartesi Node depends on the following components:
|---|---|
| Cartesi Machine SDK | [v0.16.2](https://github.com/cartesi/machine-emulator/releases/tag/v0.16.2) |
| Cartesi OpenAPI Interfaces | [v0.6.0](https://github.com/cartesi/openapi-interfaces/releases/tag/v0.6.0) |
| Cartesi Rollups Contracts | [v1.0.1](https://github.com/cartesi/rollups/releases/tag/v1.0.1) |
| Cartesi Rollups Contracts | [v1.0.2](https://github.com/cartesi/rollups/releases/tag/v1.0.2) |
| Cartesi Server Manager | [v0.8.2](https://github.com/cartesi/server-manager/releases/tag/v0.8.2) |

### Running
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

ARG RUST_VERSION=1.72.1
ARG SERVER_MANAGER_VERSION=0.8.2
ARG ROLLUPS_CONTRACTS_VERSION=1.0.0
ARG ROLLUPS_CONTRACTS_VERSION=1.0.2

ARG BASE_PATH=/opt/cartesi
ARG RUST_BUILD_PATH=${BASE_PATH}/src/rollups-node/offchain
Expand Down
2 changes: 1 addition & 1 deletion build/shasumfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c4a9b0d4d07306277d15194b07b2a65d18262a3012a3c296ce2a485e3c08b4bc rollups-1.0.0.tgz
de89fc94724e8ca3ebc63a42b74ccc69b0c0e890dc9b0b0f531faab095696afd rollups-1.0.2.tgz
2 changes: 1 addition & 1 deletion offchain/contracts/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use std::str;
use eth_state_fold_types::contract;

const ROLLUPS_CONTRACTS_URL: &str =
"https://registry.npmjs.org/@cartesi/rollups/-/rollups-1.0.1.tgz";
"https://registry.npmjs.org/@cartesi/rollups/-/rollups-1.0.2.tgz";

fn main() -> Result<(), Box<dyn Error>> {
let tempdir = tempfile::tempdir()?;
Expand Down

0 comments on commit 217780d

Please sign in to comment.