assert(_to.call.value(0)(bytes4(keccak256(_custom_fallback)), msg.sender, _value, _data));
What's the purpose of that assert? Currently it causes errors to testing go contracts (Failed to register validator:invalid opcode 0xfe)
Affected servers or services:
go contract tests
Priority:
High
High = We should stop anything we are doing and do this.
If you're writing this calmly, you should probably choose another option.
If it's really that urgent, please make sure we read this.
Medium = It's important that we do this within a few days.
Low = We will consider this on our next sprint planning.
(Please be aware that your priority may not match ours, we'll use this as guidance only).
Type:
Issue
What happened? / What do you need?:
assert(_to.call.value(0)(bytes4(keccak256(_custom_fallback)), msg.sender, _value, _data));
What's the purpose of that assert? Currently it causes errors to testing go contracts (Failed to register validator:invalid opcode 0xfe
)Affected servers or services:
go contract tests
Priority:
High
(Please be aware that your priority may not match ours, we'll use this as guidance only).
Other info we may need: