@@ -71,16 +71,16 @@ case would. This has two major implications:
71
71
72
72
The following table shows the new handling logic.
73
73
74
- | Entry point | Contract error | VM error |
75
- | --------------------- | --------------------------------------------- | --------------------------------------------- |
76
- | ` instantiate ` | ⏮️ state reverted<br >❌ tx fails | ⏮️ state reverted<br >❌ tx fails |
77
- | ` execute ` | ⏮️ state reverted<br >❌ tx fails | ⏮️ state reverted<br >❌ tx fails |
78
- | ` migrate ` | ⏮️ state reverted<br >❌ tx fails | ⏮️ state reverted<br >❌ tx fails |
79
- | ` sudo ` | ⏮️ state reverted<br >❌ tx fails | ⏮️ state reverted<br >❌ tx fails |
80
- | ` reply ` | ⏮️ state reverted<br >❔ depends on ` reply_on ` | ⏮️ state reverted<br >❔ depends on ` reply_on ` |
81
- | ` ibc_channel_open ` | ⏮️ state reverted<br >❌ tx fails | ⏮️ state reverted<br >❌ tx fails |
82
- | ` ibc_channel_connect ` | ⏮️ state reverted<br >❌ tx fails | ⏮️ state reverted<br >❌ tx fails |
83
- | ` ibc_channel_close ` | ⏮️ state reverted<br >❌ tx fails | ⏮️ state reverted<br >❌ tx fails |
84
- | ` ibc_packet_receive ` | ⏮️ state reverted<br >✅ tx succeeds | ⏮️ state reverted<br >❌ tx fails |
85
- | ` ibc_packet_ack ` | ⏮️ state reverted<br >❌ tx fails | ⏮️ state reverted<br >❌ tx fails |
86
- | ` ibc_packet_timeout ` | ⏮️ state reverted<br >❌ tx fails | ⏮️ state reverted<br >❌ tx fails |
74
+ | Entry point | Contract error | VM error |
75
+ | --------------------- | -------------------------------------------------- | --------------------------------------------- |
76
+ | ` instantiate ` | ⏮️ state reverted<br >❌ tx fails | ⏮️ state reverted<br >❌ tx fails |
77
+ | ` execute ` | ⏮️ state reverted<br >❌ tx fails | ⏮️ state reverted<br >❌ tx fails |
78
+ | ` migrate ` | ⏮️ state reverted<br >❌ tx fails | ⏮️ state reverted<br >❌ tx fails |
79
+ | ` sudo ` | ⏮️ state reverted<br >❌ tx fails | ⏮️ state reverted<br >❌ tx fails |
80
+ | ` reply ` | ⏮️ state reverted<br >❔ depends on ` reply_on ` | ⏮️ state reverted<br >❔ depends on ` reply_on ` |
81
+ | ` ibc_channel_open ` | ⏮️ state reverted<br >❌ tx fails | ⏮️ state reverted<br >❌ tx fails |
82
+ | ` ibc_channel_connect ` | ⏮️ state reverted<br >❌ tx fails | ⏮️ state reverted<br >❌ tx fails |
83
+ | ` ibc_channel_close ` | ⏮️ state reverted<br >❌ tx fails | ⏮️ state reverted<br >❌ tx fails |
84
+ | ` ibc_packet_receive ` | ⏮️ state reverted<br >✅ tx succeeds with error ack | ⏮️ state reverted<br >❌ tx fails |
85
+ | ` ibc_packet_ack ` | ⏮️ state reverted<br >❌ tx fails | ⏮️ state reverted<br >❌ tx fails |
86
+ | ` ibc_packet_timeout ` | ⏮️ state reverted<br >❌ tx fails | ⏮️ state reverted<br >❌ tx fails |
0 commit comments