Jake Naviasky

Results 4 issues of Jake Naviasky

Based on this comment (and my own experience using the tool), structs do not get compiled for the truffle-v5 target: https://github.com/ethereum-ts/TypeChain/blob/f63bbe3504bb82eec2d683850998d8547b05f825/packages/target-truffle-v5-test/test/DataTypesView.test.ts#L35 I'm wondering what would need to change to permit...

bug

If you call `requestSignIn` without passing in a contractId parameter, the login flow seems to succeed, but upon redirecting the user, the localStorage keys are not set. The reason is...

bug

Running Ubuntu 21.04 with gcc version 10.3.0 and libavcodec.so.58.91.100. `./configure` goes okay but when I run `make`, I get the following ``` spek-audio.cc: In constructor ‘AudioFileImpl::AudioFileImpl(AudioError, AVFormatContext*, int, const string&,...

I've been benchmarking gas usage and was having trouble with a contract that makes a CREATE call internally -- the gas estimation came out far higher than expected. The results...