Patrick Collins
Patrick Collins
### π Have you searched existing issues to avoid duplicates? - [x] I have made sure that my issue is not a duplicate. ### π§ͺ Have you tested your code...
### π Have you searched existing issues to avoid duplicates? - [x] I have made sure that my issue is not a duplicate. ### π§ͺ Have you tested your code...
### π Have you searched existing issues to avoid duplicates? - [x] I have made sure that my issue is not a duplicate. ### π§ͺ Have you tested your code...
### π Have you searched existing issues to avoid duplicates? - [x] I have made sure that my issue is not a duplicate. ### π§ͺ Have you tested your code...
I get the following errors: ``` vyper.exceptions.VersionException: Version specification "==0.4.0" is not compatible with compiler version "0.4.1" contract "src/interfaces/i_decentralized_stable_coin.vyi:1", line 1:0 ---> 1 # pragma version 0.4.0 -------^ 2 """...
I'm attempting to call a function with titanoboa with a function that takes the following inputs: ``` address uint256 address ``` However, I'm getting an issue: ```python (Pdb) pool_contract.withdraw(string_usdc, amount_in,...
In this code: ```javascript ``` https://github.com/safe-global/safe-wallet-monorepo/blob/dd825111cf0ede9b53d42f53feb63ed24a11b33c/apps/web/src/components/tx-flow/flows/SignMessage/SignMessage.tsx#L354 However, what appears on our wallet is the `safeMessageMessage` for signing. However, the `domainHash` and `messageHash` are used to calculate the `safeMessageHash`: ```solidity keccak256(abi.encode(...
The prover requirements are different depending on where you read, and it's not clear which one is ZKsync OS or the old way. - [matter-labs.github.io](https://matter-labs.github.io/zksync-era/prover/latest/) ``` CPU with 16+ physical...
https://www.coinspect.com/wallets/testing/ I'm not sure if we've read this, but their testing seems quite comprehensive as well. It might make sense to take some ideas and incorporate them here.
This ended up being a bigger change, because as I dug deeper, more unearthed. - It made sense to me to separate `signingIntentClarity` from a new attribute of `dappConnectionSupport` specifically...