Skip to content

Commit

Permalink
add note wasm cache in snapshot in doc (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa authored May 25, 2023
1 parent b903620 commit 210de8e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/snapshot_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,16 @@ sed -i -e "s/^app-db-backend *=.*/app-db-backend = \"pebbledb\"/" $node_home/con
```

### Note
Using this [workaround](pebbledb.md) when upgrading a node running PebbleDB

- upgrading a node running PebbleDB

Using this [workaround](pebbledb.md) when upgrading a node running PebbleDB

- wasm cache in snapshot

there is `MsgExecuteContract Non-determinism` bug on different CPUs. See [more](https://injective.notion.site/Injective-MsgExecuteContract-Non-determinism-ac4411a44e3e4f2aa33e7fe5d8f0db30).
Fix it by removing the wasm cache from snapshot


### Special chains
Some chains require building differently
Expand Down

0 comments on commit 210de8e

Please sign in to comment.