Thiago Faria Alencar
Thiago Faria Alencar
@ricmoo is the correct way to turn on ccip-read, like below? ``` const tx = await erc20.transfer(RECIPIENT, amount, { ccipReadEnabled: true }); ```
Looks like I figured out how to use the feature. I've replaced chainlink's provider wrapper with ethers, and it seems to work - let me know if I'm missing anything,...
Here's an example of doing this with AutoLayout: Say you have a constraint fixing a UIView to the bottom of the screen, and we want this view to 'follow' the...
It seems there is a typo on the suggestion above - one extra "(" in front of test_A. So I think the intention was the following: `echo $(seth sign "test_A(uint256,uint256)")$(seth...
HOORAY! it works now! I actually tried the short version as well before, but it didn't come to me that when using .toArrayBuffer() that is effectively performing a read operation,...
@agherzan As far as I recall, this looked like an issue regarding usage of unsafe pointers in the go-lang code, that caused problems on platforms such as ARM. But i'm...
> Based on recent discussions and decision to go for a more reliable and in general better approach with using Badger for chunk data storage, I am closing this PR....
@krzkaczor do you see any issues with this PR?
Just found a similar issue : https://github.com/dethcrypto/TypeChain/pull/636 I'm on typechain 8.1.0 and @typechain/ethers-v5 10.1.0, and since I see other imports using "import type", maybe something changed in ethers library, where...
+1 for this feature. Can someone please re-trigger CI? The logs for last CI run are too old and disappeared.