File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,8 @@ and this project adheres to
98
98
` ::addr_canonicalize ` /` ::addr_humanize ` for consistency.
99
99
- cosmwasm-vm: Add ` BackendApi::addr_validate ` to avoid having to do two calls
100
100
from Rust into Go.
101
- - cosmwasm-vm: Upgrade Wasmer to 4.2.5 ; Bump ` MODULE_SERIALIZATION_VERSION ` to
102
- "v9". ([ #1992 ] )
101
+ - cosmwasm-vm: Upgrade Wasmer to 4.2.6 ; Bump ` MODULE_SERIALIZATION_VERSION ` to
102
+ "v9". ([ #1992 ] , [ # 2042 ] )
103
103
- cosmwasm-std: Rename ` GovMsg::vote ` to ` GovMsg::option ` ([ #1999 ] )
104
104
- cosmwasm-vm: Read ` Region ` from Wasm memory as bytes and convert to ` Region `
105
105
afterwards ([ #2005 ] )
@@ -131,6 +131,7 @@ and this project adheres to
131
131
[ #1992 ] : https://github.com/CosmWasm/cosmwasm/pull/1992
132
132
[ #1999 ] : https://github.com/CosmWasm/cosmwasm/pull/1999
133
133
[ #2005 ] : https://github.com/CosmWasm/cosmwasm/pull/2005
134
+ [ #2042 ] : https://github.com/CosmWasm/cosmwasm/pull/2042
134
135
135
136
### Removed
136
137
You can’t perform that action at this time.
0 commit comments