Makoto Inoue

Results 48 issues of Makoto Inoue

**Describe the bug** Wallet Connect does not seem to return the original error from json rpc endpoint when the smart contract throws custom error which was introduced in Solidiy 0.8.4...

type: bug
scope: sign-client
status: investigating
protocol-version: v1

Hi, The majority of web3 calls takes optional block number so that it returns the state of the specific block number rather than the default `latest`. http://web3js.readthedocs.io/en/1.0/web3-eth.html#eth-defaultblock Wondering how easy...

When I tried to concat source files and uploaded to etherscan, it did not recognise. Either some instruction to do so automated script is even better.

help wanted

It's currently set here https://github.com/makoto/blockparty/blob/master/src/index.js#L224 Which gives heart attack to some users. https://twitter.com/vietlq/status/1019509916321636352 The ideal solution would be to use estimated gas price (unless most wallet dynamically calculate in which...

help wanted
frontend

Reported by @adriamb at https://gist.github.com/adriamb/cd9c4eead137ebbbbf97f4c2649981ca Come up with a way to recover even if owner key is lost (eg: maybe anyone can recover if funds are in the contract for...

security

To avoid duplicate reservation like http://codeupv28.noblockno.party

[The security report from smartcheck](https://tool.smartdec.net/scan/a51c4105dd0548d98495da1bac37dffa) suggests to fix compiler version.

security
easy

Currently there is a chance that `transferOwnership` to be handed over to wrong address or empty address. If that happens the entire deposit will be stack forever. The possible solution...

Currently the cost of marking participants increase in O(n). The potential solution would be. - Only mark people who did not attend - Track attendance as bitmap binary array which...

performance

Also say "* required" somewhere in the field

help wanted
frontend