Skip to content

Commit

Permalink
Merge branch 'tiago/wasmer-alignment-fixes' (#2384)
Browse files Browse the repository at this point in the history
* origin/tiago/wasmer-alignment-fixes:
  Changelog for #2384
  Fix misaligned reads on wasmer imported items
  • Loading branch information
tzemanovic committed Jan 12, 2024
2 parents 80ab555 + b59da5e commit 4789780
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 51 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix alignment errors on wasmer that cause the ledger to crash.
([\#2384](https://github.com/anoma/namada/pull/2384))
31 changes: 16 additions & 15 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ tiny-hderive.workspace = true
toml.workspace = true
tracing.workspace = true
wasm-instrument = {version = "0.4.0", features = ["sign_ext"], optional = true}
wasmer = {git = "https://github.com/heliaxdev/wasmer", rev = "833721a1b21cd192e7f044abe2139d03ba291149", optional = true}
wasmer-cache = {git = "https://github.com/heliaxdev/wasmer", rev = "833721a1b21cd192e7f044abe2139d03ba291149", optional = true}
wasmer-compiler-singlepass = {git = "https://github.com/heliaxdev/wasmer", rev = "833721a1b21cd192e7f044abe2139d03ba291149", optional = true}
wasmer-engine-dylib = {git = "https://github.com/heliaxdev/wasmer", rev = "833721a1b21cd192e7f044abe2139d03ba291149", optional = true}
wasmer-engine-universal = {git = "https://github.com/heliaxdev/wasmer", rev = "833721a1b21cd192e7f044abe2139d03ba291149", optional = true}
wasmer-vm = {git = "https://github.com/heliaxdev/wasmer", rev = "833721a1b21cd192e7f044abe2139d03ba291149", optional = true}
wasmer = {git = "https://github.com/heliaxdev/wasmer", rev = "255054f7f58b7b4a525f2fee6b9b86422d1ca15b", optional = true}
wasmer-cache = {git = "https://github.com/heliaxdev/wasmer", rev = "255054f7f58b7b4a525f2fee6b9b86422d1ca15b", optional = true}
wasmer-compiler-singlepass = {git = "https://github.com/heliaxdev/wasmer", rev = "255054f7f58b7b4a525f2fee6b9b86422d1ca15b", optional = true}
wasmer-engine-dylib = {git = "https://github.com/heliaxdev/wasmer", rev = "255054f7f58b7b4a525f2fee6b9b86422d1ca15b", optional = true}
wasmer-engine-universal = {git = "https://github.com/heliaxdev/wasmer", rev = "255054f7f58b7b4a525f2fee6b9b86422d1ca15b", optional = true}
wasmer-vm = {git = "https://github.com/heliaxdev/wasmer", rev = "255054f7f58b7b4a525f2fee6b9b86422d1ca15b", optional = true}
# Greater versions break in `test_tx_stack_limiter` and `test_vp_stack_limiter`
wat = "=1.0.71"
wasmparser.workspace = true
Expand Down
31 changes: 16 additions & 15 deletions wasm/Cargo.lock

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

Loading

0 comments on commit 4789780

Please sign in to comment.