diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 17249abd..4c52b105 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -117,15 +117,15 @@ jobs: strategy: fail-fast: false matrix: - environment: [dev, test, prod] + environment: [devnet, testnet, mainnet] image: [worker] include: - - environment: dev - aws_account_id: ${{ vars.ZKMR_DEV_AWS_ACCOUNT_ID }} - - environment: test - aws_account_id: ${{ vars.ZKMR_TEST_AWS_ACCOUNT_ID }} - - environment: prod - aws_account_id: ${{ vars.ZKMR_PROD_AWS_ACCOUNT_ID }} + - environment: devnet + aws_account_id: ${{ vars.ZKMR_DEVNET_AWS_ACCOUNT_ID }} + - environment: testnet + aws_account_id: ${{ vars.ZKMR_TESTNET_AWS_ACCOUNT_ID }} + - environment: mainnet + aws_account_id: ${{ vars.ZKMR_MAINNET_AWS_ACCOUNT_ID }} steps: - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 diff --git a/Cargo.lock b/Cargo.lock index 406f407c..84e1bbbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3131,7 +3131,7 @@ dependencies = [ [[package]] name = "gnark-utils" version = "1.2.3" -source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=1.2.3#9db80d8fd4f10567e1c58c633c74af3c8c469f46" +source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=1.2.4#b2ea00d9f0cee8ad58b75d99135fc99543a00b12" dependencies = [ "anyhow", "base64 0.22.1", @@ -3151,7 +3151,7 @@ dependencies = [ [[package]] name = "groth16_framework" version = "1.2.3" -source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=1.2.3#9db80d8fd4f10567e1c58c633c74af3c8c469f46" +source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=1.2.4#b2ea00d9f0cee8ad58b75d99135fc99543a00b12" dependencies = [ "alloy 0.6.4", "anyhow", @@ -4067,7 +4067,7 @@ dependencies = [ [[package]] name = "lgn-messages" -version = "1.1.8" +version = "1.1.9" dependencies = [ "alloy-primitives 0.8.21", "derive-debug-plus", @@ -4083,7 +4083,7 @@ dependencies = [ [[package]] name = "lgn-provers" -version = "1.1.8" +version = "1.1.9" dependencies = [ "alloy 0.11.1", "anyhow", @@ -4108,7 +4108,7 @@ dependencies = [ [[package]] name = "lgn-worker" -version = "1.1.8" +version = "1.1.9" dependencies = [ "anyhow", "backtrace", @@ -4434,7 +4434,7 @@ dependencies = [ [[package]] name = "mp2_common" version = "1.2.3" -source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=1.2.3#9db80d8fd4f10567e1c58c633c74af3c8c469f46" +source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=1.2.4#b2ea00d9f0cee8ad58b75d99135fc99543a00b12" dependencies = [ "alloy 0.6.4", "anyhow", @@ -4462,7 +4462,7 @@ dependencies = [ [[package]] name = "mp2_test" version = "1.2.3" -source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=1.2.3#9db80d8fd4f10567e1c58c633c74af3c8c469f46" +source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=1.2.4#b2ea00d9f0cee8ad58b75d99135fc99543a00b12" dependencies = [ "alloy 0.6.4", "anyhow", @@ -4481,7 +4481,7 @@ dependencies = [ [[package]] name = "mp2_v1" version = "1.2.3" -source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=1.2.3#9db80d8fd4f10567e1c58c633c74af3c8c469f46" +source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=1.2.4#b2ea00d9f0cee8ad58b75d99135fc99543a00b12" dependencies = [ "alloy 0.6.4", "anyhow", @@ -4874,7 +4874,7 @@ dependencies = [ [[package]] name = "parsil" version = "1.2.3" -source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=1.2.3#9db80d8fd4f10567e1c58c633c74af3c8c469f46" +source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=1.2.4#b2ea00d9f0cee8ad58b75d99135fc99543a00b12" dependencies = [ "alloy 0.6.4", "anyhow", @@ -5711,7 +5711,7 @@ dependencies = [ [[package]] name = "recursion_framework" version = "1.2.3" -source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=1.2.3#9db80d8fd4f10567e1c58c633c74af3c8c469f46" +source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=1.2.4#b2ea00d9f0cee8ad58b75d99135fc99543a00b12" dependencies = [ "anyhow", "log", @@ -6253,7 +6253,7 @@ dependencies = [ [[package]] name = "ryhope" version = "1.2.3" -source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=1.2.3#9db80d8fd4f10567e1c58c633c74af3c8c469f46" +source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=1.2.4#b2ea00d9f0cee8ad58b75d99135fc99543a00b12" dependencies = [ "anyhow", "bb8", @@ -7801,7 +7801,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "verifiable-db" version = "1.2.3" -source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=1.2.3#9db80d8fd4f10567e1c58c633c74af3c8c469f46" +source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=1.2.4#b2ea00d9f0cee8ad58b75d99135fc99543a00b12" dependencies = [ "alloy 0.6.4", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ca18d735..f61fbbf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,11 +3,11 @@ resolver = "2" members = ["lgn-auth", "lgn-messages", "lgn-provers", "lgn-worker"] [workspace.dependencies] -groth16_framework_v1 = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "1.2.3", package = "groth16_framework" } -mp2_common = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "1.2.3" } -mp2_v1 = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "1.2.3" } -parsil = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "1.2.3" } -verifiable-db = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "1.2.3" } +groth16_framework_v1 = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "1.2.4", package = "groth16_framework" } +mp2_common = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "1.2.4" } +mp2_v1 = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "1.2.4" } +parsil = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "1.2.4" } +verifiable-db = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "1.2.4" } anyhow = { version = "1.0" } bincode = { version = "1.0" } diff --git a/VERSION b/VERSION index db152789..a5e42829 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.8 \ No newline at end of file +1.1.9 \ No newline at end of file diff --git a/lgn-messages/Cargo.toml b/lgn-messages/Cargo.toml index c118329e..0b4ff0e0 100644 --- a/lgn-messages/Cargo.toml +++ b/lgn-messages/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lgn-messages" -version = "1.1.8" +version = "1.1.9" edition = "2021" [dependencies] diff --git a/lgn-provers/Cargo.toml b/lgn-provers/Cargo.toml index efe44503..06640be1 100644 --- a/lgn-provers/Cargo.toml +++ b/lgn-provers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lgn-provers" -version = "1.1.8" +version = "1.1.9" edition = "2021" [dependencies] diff --git a/lgn-worker/Cargo.toml b/lgn-worker/Cargo.toml index 6b481865..c5dba125 100644 --- a/lgn-worker/Cargo.toml +++ b/lgn-worker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lgn-worker" -version = "1.1.8" +version = "1.1.9" edition = "2021" [[bin]]