Paul Berg
Paul Berg
Can confirm that this is still occurring on the latest version (v3.3.7). It's a shame because I would like not to disable the `func-visibility` rule.
I also encountered this issue. @rkalis I guess you could use the logic from this [SE answer](https://ethereum.stackexchange.com/a/61967/24693) to make this feature native to truffle-assertions? Copy-pasting for reference: ``` const keccak256...
@pellelauritsen I am on node v16.6.1 and just like @stefanpl I am getting hundreds of errors when running ESLint via the terminal. By that, I mean when I'm running `yarn...
The same here. +1 for updating.
Hey @masaun thanks for your submission! I cloned your repository, added my own mnemonic and ran it like this: ```bash npm install npm run migrate:ropsten ``` But got this error:...
I tried to run the client dapp, but I got two errors: 1. There might be a problem with the project dependency tree. It is likely not a bug in...
Hey @cameronfr, thanks for submitting the work. I will review this tomorrow.
After sleeping on this idea for a while, I realised that the same user flow could be used for other applications as well, such as limiting how much you can...
Link to a transaction which failed because of this problem: https://rinkeby.etherscan.io/tx/0xb3e52f52a329c6406743d864df4bc84d29df13107c053cce363554121e8e1990
Marking this as "backlog" since I don't think that this issue applies now since users cannot pass custom salts anymore.