Skip to content

Commit

Permalink
Bump interface and regenerate wasms to handle symbol semantics change. (
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon authored Sep 14, 2023
1 parent 0205cf6 commit 25f7a66
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soroban-env-common/src/meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ soroban_env_macros::generate_env_meta_consts!(
#[cfg(not(feature = "next"))]
soroban_env_macros::generate_env_meta_consts!(
ledger_protocol_version: 20,
pre_release_version: 57,
pre_release_version: 58,
);

pub const fn get_ledger_protocol_version(interface_version: u64) -> u32 {
Expand Down
Binary file not shown.
Binary file modified soroban-test-wasms/wasm-workspace/opt/curr/example_add_f32.wasm
Binary file not shown.
Binary file modified soroban-test-wasms/wasm-workspace/opt/curr/example_add_i32.wasm
Binary file not shown.
Binary file modified soroban-test-wasms/wasm-workspace/opt/curr/example_alloc.wasm
Binary file not shown.
Binary file modified soroban-test-wasms/wasm-workspace/opt/curr/example_complex.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified soroban-test-wasms/wasm-workspace/opt/curr/example_err.wasm
Binary file not shown.
Binary file modified soroban-test-wasms/wasm-workspace/opt/curr/example_fannkuch.wasm
Binary file not shown.
Binary file modified soroban-test-wasms/wasm-workspace/opt/curr/example_fib.wasm
Binary file not shown.
Binary file modified soroban-test-wasms/wasm-workspace/opt/curr/example_hostile.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified soroban-test-wasms/wasm-workspace/opt/curr/example_vec.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 25f7a66

Please sign in to comment.