Simon Warta
Simon Warta
The kernel compiles fine using the CodeXL toolchain on Windows and was now [reported as a ROCm compiler issue](https://github.com/RadeonOpenCompute/ROCm/issues/683).
I just discovered https://github.com/mc-imperial/gpuverify, which can help testing OpenCL code on non-GPU systems like Travis. However, I did not try it yet.
With this PR, my fork tests the GPU feature on Travis mac: https://github.com/webmaster128/lisk-vanity/pull/9. Feel free to copy the Travis config from https://github.com/webmaster128/lisk-vanity/blob/master/.travis.yml
Yes, it is independent. I do not encounter the problem in #28 in my fork because of some other code changes. I removed key gen type 2 and implemented bip39...
The commit https://github.com/confio/cosmwasm/pull/118/commits/d0e1a2ca6b7eb0d3fb34aac23b225f36af25d664 contains an AssemblyScript setup with eslint + prettier + [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort#readme). `yarn lint` runs the checks and `yarn lint --fix` fixes them, which also applies all the prettier...
I get the same error when `yarn add`ing something to a package of [a monorepo](https://github.com/iov-one/ponferrada/): > error An unexpected error occurred: "expected workspace package to exist for \"@storybook/react\"". `@storybook/react` is...
Sounds like a good addition. It is Amino JSON only right now because you need to know the sign mode of each signer in advance and this is typically used...
Feel free to keep this open. We can add it if there are users who need it.
Interesting. So the thing is we want DeliverTx responses. The _submit and wait for block_ broadcast mode is deprecated. So what we currently do is _submit and wait for CheckTx...
Why should the field not exist? It is required and not marked as `omitempty` in Go. What's the use case for this?