Closed pynixwang closed 8 months ago
https://github.com/cosmos/cosmjs/blob/11ce1223f0fb4ccb6f50f52bccec673e36adca52/packages/cosmwasm-stargate/src/signingcosmwasmclient.ts#L291C1-L292C1
this not works when sdk >= v50
Yeah, right, thanks. In this file all usages of .rawLog need to be replaced with looking into .events instead. Want to create a PR for the fix?
.rawLog
.events
https://github.com/cosmos/cosmjs/blob/11ce1223f0fb4ccb6f50f52bccec673e36adca52/packages/cosmwasm-stargate/src/signingcosmwasmclient.ts#L291C1-L292C1
this not works when sdk >= v50