cosmos / cosmjs

The Swiss Army knife to power JavaScript based client solutions ranging from Web apps/explorers over browser extensions to server-side clients like faucets/scrapers.
https://cosmos.github.io/cosmjs/
Apache License 2.0
647 stars 332 forks source link

rawLog is deprecated #1562

Closed pynixwang closed 7 months ago

pynixwang commented 7 months ago

https://github.com/cosmos/cosmjs/blob/11ce1223f0fb4ccb6f50f52bccec673e36adca52/packages/cosmwasm-stargate/src/signingcosmwasmclient.ts#L291C1-L292C1

this not works when sdk >= v50

webmaster128 commented 7 months ago

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?

pynixwang commented 7 months ago

1563