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
BugAn error that causes the feature to behave differently than what was expected based on design.P1High priority issue, which must be completed in the milestone otherwise the release is at risk.
Summary of the defect
The receiverSigRequired setting on an account is ignored for transfers triggered by a Solidity transaction.
Suggested resolution
Track the non-contract addresses that receive hbar during a Solidity execution; if any have receiverSigRequired, and the governing transaction is missing an active signature from the associated Key, revert the Solidity transaction.
The text was updated successfully, but these errors were encountered:
tinker-michaelj
added
Bug
An error that causes the feature to behave differently than what was expected based on design.
P1
High priority issue, which must be completed in the milestone otherwise the release is at risk.
labels
May 12, 2020
* Ensure a missing EVM address is preserved both for use in synth txn bodies and lazy creation
Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
* Add comment
Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
---------
Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
BugAn error that causes the feature to behave differently than what was expected based on design.P1High priority issue, which must be completed in the milestone otherwise the release is at risk.
Summary of the defect
The
receiverSigRequired
setting on an account is ignored for transfers triggered by a Solidity transaction.Suggested resolution
Track the non-contract addresses that receive hbar during a Solidity execution; if any have
receiverSigRequired
, and the governing transaction is missing an active signature from the associatedKey
, revert the Solidity transaction.The text was updated successfully, but these errors were encountered: