I couldn't get events of SetWithdrawAddress and WithdrawDelegatorReward in reply. There are events of SetWithdrawAddress in a transaction result, but contracts can't get it in reply.
https://github.com/ulbqb/finschia-wasmd-issue114/blob/9743a5ce4014226e66ef949db85c0b74d8476847/contracts/delegator/src/contract.rs#L116
The number of events is 0.
mini repro
https://github.com/ulbqb/finschia-wasmd-issue114
I couldn't get events of
SetWithdrawAddressandWithdrawDelegatorRewardinreply. There are events ofSetWithdrawAddressin a transaction result, but contracts can't get it in reply.https://github.com/ulbqb/finschia-wasmd-issue114/blob/9743a5ce4014226e66ef949db85c0b74d8476847/contracts/delegator/src/contract.rs#L116
The number of events is 0.
mini repro
https://github.com/ulbqb/finschia-wasmd-issue114