You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Executing a contract which creates a custom wasm event (introduced in Cosmwasm 0.15.0) causes a runtime panic.
Exception seems to originate from x/wasm/types/connector.go.
To Reproduce
Create and execute a smart contract whose handler returns a Response with one Event, no attributes, no messages and no data.
Context & versions
Reproduced on LocalTerra bombay (Cosmwasm 0.15.0, cosmos-sdk 0.43.0-rc0) and bombay-next branches (Cosmwasm 0.16.0, cosmos-sdk 0.43.0-rc3).
The text was updated successfully, but these errors were encountered:
Describe the bug
Executing a contract which creates a custom wasm event (introduced in Cosmwasm 0.15.0) causes a runtime panic.
Exception seems to originate from x/wasm/types/connector.go.
To Reproduce
Create and execute a smart contract whose handler returns a
Response
with oneEvent
, no attributes, no messages and no data.Context & versions
Reproduced on LocalTerra bombay (Cosmwasm 0.15.0, cosmos-sdk 0.43.0-rc0) and bombay-next branches (Cosmwasm 0.16.0, cosmos-sdk 0.43.0-rc3).
The text was updated successfully, but these errors were encountered: