The EIP-1167 is a standard that allows to minimize the deployment cost of child contracts in a factory pattern by specifying a minimal bytecode.
OpenZeppelin provides a library to easily implement the EIP-1167 standard which we could use to decrease the deployment cost associated to the deployment of on-chain poll contracts from the PollCreator factory.
The EIP-1167 is a standard that allows to minimize the deployment cost of child contracts in a factory pattern by specifying a minimal bytecode. OpenZeppelin provides a library to easily implement the EIP-1167 standard which we could use to decrease the deployment cost associated to the deployment of on-chain poll contracts from the PollCreator factory.