Files
revive/crates
xermicus 68ec8be49f Implement the PUSHDEPLOYADDRESS instruction.
Introduction and raison d'être in solc:
https://github.com/ethereum/solidity/pull/3203

TL;DR: Exists to guard libraries from being called directly.

Hence we substitute PUSHDEPLOYADDRESS (the zero address) via a call
to the address API to let the library constructor fetch its own
address. In the zkSync target they do exactly the same.

Signed-off-by: xermicus <cyrill@parity.io>
2024-06-05 10:34:53 +02:00
..
2024-05-16 09:58:00 +02:00
2024-05-24 20:27:28 +02:00
2024-05-14 09:46:18 +02:00
2024-05-01 16:12:32 +02:00
2024-06-05 00:50:03 +02:00
2024-05-15 10:12:52 +02:00
2024-06-05 00:50:03 +02:00
2024-06-04 18:45:06 +02:00