Open wizeguyy opened 3 weeks ago
Idk if this is needed anymore
If the coinbase address is a contract it wont get the reward.
If someone specifies the coinbase address as the reward address, the only way we can process it is if we supply the function signature in the data field of the ETX.
ETX data field - If they don't supply the data field, they won't get the money.
If the TO is the contract address, we can check the data to see where the LMTs should go. First byte of the data is the lock. Data field is the going to have a special, conditional parsing for coinbases. First byte will be the lock duration, then process the data field normally.
This should get rid of the issue to break EVM fallback, and enable the liquid mining token.
^ that is Jonathan's proposed fix
Originally reported by Halborn in HAL-15