Aaron Haobei Song
Aaron Haobei Song
In our `ERC1155` contract, we have a single `TokenTransfer` function which is called by `safeTransferFrom`, `safeBatchTransferFrom`, `mintBatch` and `burnBatch`. For batch operations, the `TokenTransfer` is called inside of the loop...
@frangio Not what I'm aware of except for the Gnosis Safe as you pointed out! My rationale to submit issue is that if a contract implements `IERC165`, its `supportsInterface` SHOULD...
I have the same problem. However, if you optimistically mutate an item and evict the item afterwards, the query to get the list of items will not include the optimistic...
I think the initial block hash is stored in the container settings the first time the containers run. Deleting the containers solve the problem but deleting the mapped volume does...
> I have a slightly bigger issue/question I want to raise in addition to the above comments. > > The current [upgradeable version of EIP712](https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/blob/62aa67491a9b46a21c2b5e3600560150a2710f98/contracts/utils/cryptography/EIP712Upgradeable.sol) is not efficient. The domain...
> > It messes up with the current proxy contract interface. > > Can you elaborate on what you mean here? Correct me if I'm wrong. Proxies can not utilize...
Thanks for the correction! I agree. I think the point I was trying to make was > To _**initialize**_ immutable variables in the proxy contract, they must be declared in...
As of right now, I converted all the components into client components to ‘migrate’ to nexjs13. 😂 Need this before any meaningful migration