We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f20e2 commit 85dc17eCopy full SHA for 85dc17e
docs/ERROR_HANDLING.md
@@ -54,9 +54,9 @@ Result and let wasmd handle it.
54
55
## Handing ibc_packet_receive errors
56
57
-For wasmd before 0.32, contract errors and VM errors were handled the same. They
58
-got the special treatment of reverting state changes, writing an error
59
-acknowledgement but don't let the transaction fail.
+From wasmd 0.22 to 0.31 (inclusive), contract errors and VM errors were handled
+the same. They got the special treatment of reverting state changes, writing an
+error acknowledgement but don't let the transaction fail.
60
61
For wasmd >= 0.32, the special treatment only applies to contract errors. VM
62
errors in `IBCPacketReceive` let the transaction fail just like the `Execute`
0 commit comments