thehubbleproject / contracts

Smart contracts for OPRHub protocol ✌🏻
12 stars 10 forks source link

Move txType to first param while encoding #68

Closed vaibhavchellani closed 3 years ago

vaibhavchellani commented 4 years ago

Move txType to the first param while encoding so we can split first few bytes easily and use that to check txType before doing other checks.

ChihChengLiang commented 3 years ago

Already done in Offchain.sol. Can close