SLCs generated from CosmWasm contracts were setting the ContractAddress field, but not the SenderAddress field. This is an issue for pigeon feed. We now set both fields on these calls.
Testing completed
[ ] test coverage exists or has been added/updated
[ ] tested in a private testnet
Breaking changes
[x] I have checked my code for breaking changes
[x] If there are breaking changes, there is a supporting migration.
Background
SLCs generated from CosmWasm contracts were setting the
ContractAddress
field, but not theSenderAddress
field. This is an issue for pigeon feed. We now set both fields on these calls.Testing completed
Breaking changes