File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,15 @@ and this project adheres to
26
26
- cosmwasm-std: Allow constructing ` SupplyResponse ` via a ` Default `
27
27
implementation ([ #1552 ] , [ #1560 ] ).
28
28
- cosmwasm-std: Add ` Never ` type which cannot be instantiated. This can be used
29
- as the error type for the ` ibc_packet_receive ` to gain confidence that the
30
- implementations never errors and the transaction does not get reverted.
29
+ as the error type for ` ibc_packet_receive ` or ` ibc_packet_ack ` to gain
30
+ confidence that the implementations never errors and the transaction does not
31
+ get reverted. ([ #1513 ] )
31
32
32
33
[ #1436 ] : https://github.com/CosmWasm/cosmwasm/issues/1436
33
34
[ #1437 ] : https://github.com/CosmWasm/cosmwasm/issues/1437
34
35
[ #1481 ] : https://github.com/CosmWasm/cosmwasm/pull/1481
35
36
[ #1478 ] : https://github.com/CosmWasm/cosmwasm/pull/1478
37
+ [ #1513 ] : https://github.com/CosmWasm/cosmwasm/pull/1513
36
38
[ #1533 ] : https://github.com/CosmWasm/cosmwasm/pull/1533
37
39
[ #1550 ] : https://github.com/CosmWasm/cosmwasm/issues/1550
38
40
[ #1552 ] : https://github.com/CosmWasm/cosmwasm/pull/1552
You can’t perform that action at this time.
0 commit comments