witnet-solidity-bridge
witnet-solidity-bridge copied to clipboard
On `Request`, turn `bytecode` and `id` into immutable fields
This way, reading from storage is avoided when calling to bytecode() or id().
Note: immutable
keyword was introduced in Solidity 0.6.5.
Hasn't this already made it to 0.4.x?
Stale issue