From df9334d4e3a1a2c2e0034cfabb643972d4d7f717 Mon Sep 17 00:00:00 2001 From: Jay Geng Date: Thu, 10 Aug 2023 11:44:56 -0400 Subject: [PATCH] Bump env (#1051) ### What [TODO: Short statement about what is changing.] ### Why [TODO: Why this change is being made. Include any context required to understand the why.] ### Known limitations [TODO or N/A] --------- Co-authored-by: Siddharth Suresh --- Cargo.lock | 12 ++++++------ Cargo.toml | 8 ++++---- soroban-sdk/src/tests/budget.rs | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9bfa1959..355797e64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1170,7 +1170,7 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "soroban-env-common" version = "0.0.17" -source = "git+https://github.com/stellar/rs-soroban-env?rev=c5607a2e9e296b2636b46dc910387aa3446b3e29#c5607a2e9e296b2636b46dc910387aa3446b3e29" +source = "git+https://github.com/stellar/rs-soroban-env?rev=048be90e10dfda6486141f96ea86e32fb91681f4#048be90e10dfda6486141f96ea86e32fb91681f4" dependencies = [ "arbitrary", "crate-git-revision", @@ -1188,7 +1188,7 @@ dependencies = [ [[package]] name = "soroban-env-guest" version = "0.0.17" -source = "git+https://github.com/stellar/rs-soroban-env?rev=c5607a2e9e296b2636b46dc910387aa3446b3e29#c5607a2e9e296b2636b46dc910387aa3446b3e29" +source = "git+https://github.com/stellar/rs-soroban-env?rev=048be90e10dfda6486141f96ea86e32fb91681f4#048be90e10dfda6486141f96ea86e32fb91681f4" dependencies = [ "soroban-env-common", "static_assertions", @@ -1197,7 +1197,7 @@ dependencies = [ [[package]] name = "soroban-env-host" version = "0.0.17" -source = "git+https://github.com/stellar/rs-soroban-env?rev=c5607a2e9e296b2636b46dc910387aa3446b3e29#c5607a2e9e296b2636b46dc910387aa3446b3e29" +source = "git+https://github.com/stellar/rs-soroban-env?rev=048be90e10dfda6486141f96ea86e32fb91681f4#048be90e10dfda6486141f96ea86e32fb91681f4" dependencies = [ "backtrace", "curve25519-dalek", @@ -1223,7 +1223,7 @@ dependencies = [ [[package]] name = "soroban-env-macros" version = "0.0.17" -source = "git+https://github.com/stellar/rs-soroban-env?rev=c5607a2e9e296b2636b46dc910387aa3446b3e29#c5607a2e9e296b2636b46dc910387aa3446b3e29" +source = "git+https://github.com/stellar/rs-soroban-env?rev=048be90e10dfda6486141f96ea86e32fb91681f4#048be90e10dfda6486141f96ea86e32fb91681f4" dependencies = [ "itertools", "proc-macro2", @@ -1250,7 +1250,7 @@ dependencies = [ [[package]] name = "soroban-native-sdk-macros" version = "0.0.17" -source = "git+https://github.com/stellar/rs-soroban-env?rev=c5607a2e9e296b2636b46dc910387aa3446b3e29#c5607a2e9e296b2636b46dc910387aa3446b3e29" +source = "git+https://github.com/stellar/rs-soroban-env?rev=048be90e10dfda6486141f96ea86e32fb91681f4#048be90e10dfda6486141f96ea86e32fb91681f4" dependencies = [ "itertools", "proc-macro2", @@ -1376,7 +1376,7 @@ dependencies = [ [[package]] name = "stellar-xdr" version = "0.0.17" -source = "git+https://github.com/stellar/rs-stellar-xdr?rev=d6e02584ac9f4046bf38eaf445ced0d4f33631fd#d6e02584ac9f4046bf38eaf445ced0d4f33631fd" +source = "git+https://github.com/stellar/rs-stellar-xdr?rev=4876e5eb20016caebbd13bcf6401626dc6073b8e#4876e5eb20016caebbd13bcf6401626dc6073b8e" dependencies = [ "arbitrary", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index 2709385cd..f289a7c8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,17 +40,17 @@ soroban-token-sdk = { version = "0.9.2", path = "soroban-token-sdk" } [workspace.dependencies.soroban-env-common] version = "0.0.17" git = "https://github.com/stellar/rs-soroban-env" -rev = "c5607a2e9e296b2636b46dc910387aa3446b3e29" +rev = "048be90e10dfda6486141f96ea86e32fb91681f4" [workspace.dependencies.soroban-env-guest] version = "0.0.17" git = "https://github.com/stellar/rs-soroban-env" -rev = "c5607a2e9e296b2636b46dc910387aa3446b3e29" +rev = "048be90e10dfda6486141f96ea86e32fb91681f4" [workspace.dependencies.soroban-env-host] version = "0.0.17" git = "https://github.com/stellar/rs-soroban-env" -rev = "c5607a2e9e296b2636b46dc910387aa3446b3e29" +rev = "048be90e10dfda6486141f96ea86e32fb91681f4" [workspace.dependencies.stellar-strkey] version = "0.0.7" @@ -60,7 +60,7 @@ rev = "e6ba45c60c16de28c7522586b80ed0150157df73" [workspace.dependencies.stellar-xdr] version = "0.0.17" git = "https://github.com/stellar/rs-stellar-xdr" -rev = "d6e02584ac9f4046bf38eaf445ced0d4f33631fd" +rev = "4876e5eb20016caebbd13bcf6401626dc6073b8e" default-features = false #[patch."https://github.com/stellar/rs-soroban-env"] diff --git a/soroban-sdk/src/tests/budget.rs b/soroban-sdk/src/tests/budget.rs index 0d5099b37..ec14290e7 100644 --- a/soroban-sdk/src/tests/budget.rs +++ b/soroban-sdk/src/tests/budget.rs @@ -24,6 +24,6 @@ fn test_budget() { let b = client.add(); e.budget().print(); - assert_eq!(e.budget().tracker(ContractCostType::MapEntry), (13, None)); + assert_eq!(e.budget().tracker(ContractCostType::MapEntry), (19, None)); assert_eq!(b, map![&e, (1, 10), (2, 20)]); }