palomachain / paloma

The fast blockchain messenger protocol
Apache License 2.0
290 stars 135 forks source link

fix: set senderAddress in SLCs from CW #1267

Closed maharifu closed 3 months ago

maharifu commented 3 months ago

Background

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

Breaking changes