rainbreak / solidity-btc-parser

Solidity library to parse raw Bitcoin transaction bytes
Other
33 stars 12 forks source link

Be a library #16

Closed rainbreak closed 7 years ago

rainbreak commented 7 years ago

Switch back from contract to library.

Note: don't precompute stuff unless it's actually hard to compute. Powers of 2 are not hard to compute. Sload costs 50 gas a time, exp costs <20 for n < 256.