Skip to content

Commit 85dc17e

Browse files
committed
Specify wasmd version range for current error handling behaviour
1 parent 89f20e2 commit 85dc17e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ERROR_HANDLING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ Result and let wasmd handle it.
5454

5555
## Handing ibc_packet_receive errors
5656

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.
57+
From wasmd 0.22 to 0.31 (inclusive), contract errors and VM errors were handled
58+
the same. They got the special treatment of reverting state changes, writing an
59+
error acknowledgement but don't let the transaction fail.
6060

6161
For wasmd >= 0.32, the special treatment only applies to contract errors. VM
6262
errors in `IBCPacketReceive` let the transaction fail just like the `Execute`

0 commit comments

Comments
 (0)