Currently, send:
- Takes a u64 as the gas limit, but we're effectively limited to i64.
- Treats 0 as "all the gas".
Proposal:
- Take an i64 (not particularly controversial).
- Some of:
- Treat any negative value as "all the gas".
- Treat any negative value as "invalid".
- Treat 0 as 0 instead of all the gas.
We can punt this till 2.2, I think?
Currently,
send:Proposal:
We can punt this till 2.2, I think?