-
Notifications
You must be signed in to change notification settings - Fork 977
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump core to env v22.0.0 commit and fix build (#4537)
# Description Bump core to env v22.0.0 commit and fix build <!--- Describe what this pull request does, which issue it's resolving (usually applicable for code changes). ---> # Checklist - [ ] Reviewed the [contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes) document - [ ] Rebased on top of master (no merge commits) - [ ] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio extension) - [ ] Compiles - [ ] Ran all tests - [ ] If change impacts performance, include supporting evidence per the [performance document](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)
- Loading branch information
Showing
3 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule p22
updated
12 files
+1 −1 | .github/workflows/rust.yml | |
+12 −12 | Cargo.lock | |
+7 −7 | Cargo.toml | |
+60 −0 | soroban-env-common/src/convert.rs | |
+11 −0 | soroban-env-common/src/option.rs | |
+10 −0 | soroban-env-common/src/tuple.rs | |
+7 −0 | soroban-env-common/src/val.rs | |
+6 −0 | soroban-env-common/src/wrapper_macros.rs | |
+1 −1 | soroban-env-host/Cargo.toml | |
+39 −4 | soroban-env-host/src/auth.rs | |
+55 −9 | soroban-env-host/src/e2e_testutils.rs | |
+145 −3 | soroban-env-host/src/test/e2e_tests.rs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters