Skip to content

Commit

Permalink
Merge pull request #3979 from sisuresh/enable-vnext
Browse files Browse the repository at this point in the history
Enable vnext

Reviewed-by: dmkozh
  • Loading branch information
latobarita authored Oct 21, 2023
2 parents 896cf35 + 3679ec0 commit 63adda2
Show file tree
Hide file tree
Showing 6 changed files with 788 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
toolchain: [ "gcc", "clang"]
protocol: ["current"]
protocol: ["current", "next"]
scenario: ["", "--check-test-tx-meta"]
steps:
- name: Compute cache key
Expand Down
41 changes: 16 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rustc-simple-version = "0.1.0"
version = "20.0.0-rc1"
git = "https://github.com/stellar/rs-soroban-env"
package = "soroban-env-host"
rev = "91f44778389490ad863d61a8a90ac9875ba6d8fd"
rev = "03fc6f93839533e358e5593a39161b25e2473263"

# This copy of the soroban host is _optional_ and only enabled during protocol
# transitions. When transitioning from protocol N to N+1, the `curr` copy
Expand All @@ -52,11 +52,11 @@ optional = true
version = "20.0.0-rc1"
git = "https://github.com/stellar/rs-soroban-env"
package = "soroban-env-host"
rev = "7fabcdd8a81edffdce50be8cf1384c8f5c30a019"
rev = "91f44778389490ad863d61a8a90ac9875ba6d8fd"

[dependencies.soroban-test-wasms]
git = "https://github.com/stellar/rs-soroban-env"
rev = "91f44778389490ad863d61a8a90ac9875ba6d8fd"
rev = "03fc6f93839533e358e5593a39161b25e2473263"

[dependencies.cargo-lock]
git = "https://github.com/rustsec/rustsec"
Expand All @@ -68,4 +68,4 @@ features = ["dependency-tree"]
[features]
soroban-env-host-prev = ["dep:soroban-env-host-prev"]
tracy = ["dep:tracy-client", "soroban-env-host-curr/tracy"]
core-vnext = []
core-vnext = ["soroban-env-host-curr/next", "soroban-test-wasms/next"]
Loading

0 comments on commit 63adda2

Please sign in to comment.