Samuel Laferriere

Results 58 issues of Samuel Laferriere

Attempt at Fixing https://github.com/ChainSafe/web3.js/issues/4747#issue-1119059382 This is just trying to move forward in fixing this issue. I don't have the time to deep dive into web3js and try to understand how...

1.x

the ethereumjs-tx was updated (and is now part of the ethereumjs monorepo (hence the @etheremjs/tx import) also the tx.sign() function now returns a new signed transaction, instead of signing in...

train.py results in an error with hydra 1.0. This update fixes it. See https://hydra.cc/docs/next/upgrades/0.11_to_1.0/config_path_changes/ for details.

I'm on Ubuntu 20.04, opencv4.5.2 (downloaded via pip3 install opencv-python). When running `python3 demo.py` I was getting ``` Traceback (most recent call last): File "demo.py", line 136, in main() File...

For a bit of context, [queryFilter()](https://docs.ethers.io/v5/api/contract/contract/#Contract-queryFilter) results are typed, I believe by this code: https://github.com/dethcrypto/TypeChain/blob/47ab6513aaf960ce2a0425fdf6e0561ca482b182/packages/target-ethers-v5/src/codegen/events.ts#L92 For example, in my use case of interacting with the AaveV3 Pool contract, I can...

**Version** ``` ethers-addressbook v0.1.0 (/home/samlaf/devel/ethereum/ethers-rs/ethers-addressbook) ├── ethers-core v0.6.0 (/home/samlaf/devel/ethereum/ethers-rs/ethers-core) ethers-contract v0.6.0 (/home/samlaf/devel/ethereum/ethers-rs/ethers-contract) ├── ethers-contract-abigen v0.6.0 (/home/samlaf/devel/ethereum/ethers-rs/ethers-contract/ethers-contract-abigen) │ ├── ethers-core v0.6.0 (/home/samlaf/devel/ethereum/ethers-rs/ethers-core) (*) ├── ethers-contract-derive v0.6.0 (proc-macro) (/home/samlaf/devel/ethereum/ethers-rs/ethers-contract/ethers-contract-derive) │ ├── ethers-contract-abigen...

bug

Hello, I'm running into an issue when using web3.js that my `createAccount` transactions are not being awaited when running through confirmTransaction with commitment "confirmed". I've written the issue in detail...

Are you using this: https://en.wikipedia.org/wiki/Shortest_path_problem#Linear_programming_formulation ? ![image](https://user-images.githubusercontent.com/9342524/169682904-9f802cef-bbc9-4453-a28a-6660d78f54f2.png)

This has been fixed in the original repo (https://github.com/DaWelter/h264decoder/commit/827a907a741bbc0cf2aad20762d434623e30d2da) Also this change has already been incorporated in this repo somehow so no longer need this line, which is just confusing.

See this issue that I opened in hardhat-deploy-ethers: https://github.com/wighawag/hardhat-deploy-ethers/issues/26 the creator of hardhat-deploy-ethers suggests that hardhat-tenderly does not [hardcode its version of hardhat-ethers](https://github.com/Tenderly/hardhat-tenderly/blob/69566c4c55c0d6292c1e3770fa46dd52e5201c1e/package.json#L54), to prevent such issues (hardhat-deploy-ethers is a...