srml-contract: Change gas parameter size in ext_(call|create) functions.
Gas units are generic in the contract module configuration and the size may exceed that of u64. Instead of losing precision, treat gas the same as other function parameters and specify input with a serialized buffer.
parent
2d7b4fe8
Please register or sign in to comment