File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ and this project adheres to
24
24
- cosmwasm-std: Add ` WriteAcknowledgement ` to ` Ibc2Msg ` - ([ #2425 ] )
25
25
- cosmwasm-vm: Add ` ibc2_packet_timeout ` entrypoint - ([ #2454 ] )
26
26
- cosmwasm-std: Add ` Ibc2PacketTimeoutMsg ` message - ([ #2454 ] )
27
+ - cosmwasm-std: Add ` cosmwasm_std::testing::Envs ` , which is an ` Env ` factory for
28
+ testing environments. It auto-increments block heights and timestamps. It
29
+ allows for advanced configurations such as custom address prefixes. ([ #2442 ] )
27
30
28
31
## Changed
29
32
@@ -104,6 +107,7 @@ and this project adheres to
104
107
[ #2432 ] : https://github.com/CosmWasm/cosmwasm/pull/2432
105
108
[ #2433 ] : https://github.com/CosmWasm/cosmwasm/pull/2433
106
109
[ #2438 ] : https://github.com/CosmWasm/cosmwasm/pull/2438
110
+ [ #2442 ] : https://github.com/CosmWasm/cosmwasm/pull/2442
107
111
[ #2450 ] : https://github.com/CosmWasm/cosmwasm/pull/2450
108
112
[ #2454 ] : https://github.com/CosmWasm/cosmwasm/pull/2454
109
113
[ #2458 ] : https://github.com/CosmWasm/cosmwasm/pull/2458
You can’t perform that action at this time.
0 commit comments