Can now confirm that including a tx which sends eth to the target coinbase works. Below I send a tx which sends 1eth to 0x4bE0Cd2553356b4ABb8b6a1882325dAbC8d3013D and then set the coinbase to that address, and ethSentToCoinbase correctly shows 1eth in the result:
Requires new alloy with : https://github.com/alloy-rs/alloy/pull/1667
EthCallBundle
struct?Tested on mekong:
9ecb8a6d7e85af34853290bc4b6dcac5a908a8ae
(main w/ my change)Can now confirm that including a tx which sends eth to the target coinbase works. Below I send a tx which sends 1eth to
0x4bE0Cd2553356b4ABb8b6a1882325dAbC8d3013D
and then set the coinbase to that address, andethSentToCoinbase
correctly shows 1eth in the result: