Benjamin Levesque

Results 10 comments of Benjamin Levesque

I've also encountered issues with bcrypt, to build the docker image... this solved my issue https://stackoverflow.com/a/29320712

@yomarion should we upgrade? If not, we should disable dependabot for this package

I've been using `gh api` to transfer repos, as recommended by @mislav (thanks 🙏) and it works great. The repo is transfered, but the remotes are not updated. It's fine...

At RequestFinance we use the ethereum fee proxy with 0 fees. See https://etherscan.io/tx/0x92a9bde4486bcc1b69e29df9ac42155062a76ac9da43a4e317a947e3f59b6a63.

2021, let's close it. FYI @yomarion

Hey @0xslipk, did you have a chance to look into this? I'm having the same issue as @viethrk

@williammartin I'd be happy to contribute to this. Regarding your comment > design carefully about how we represent the different states, actions that are suggested and exit codes Here are...

Hey, any update on this? Why is there a hard-coded limit of 5 gwei? Here is a reproduction code, with a block that has only rewards above 5 gwei ```ts...

Will this allow querying transactions for a specific address, with a given data parameter? Something like this: ```graphql { transactions(where: { to: "0x...", data: "0x1234abcd" }){ value from hash }...