liamaharon
liamaharon
I can only seem to connect to redis db 0. I would like to connect to the redis db at index 15 at this uri `redis://localhost:6379/15`. is this possible? if...
Instructions to install `lldb` and other dependencies do not work on Ubuntu 20.04 (latest LTS). ``` liam@sleeper:~$ sudo apt-get install lldb-4.0 liblldb-4.0-dev [sudo] password for liam: Reading package lists... Done...
Sometimes when a transaction is confirmed, assist throws an uncaught error:  This may be due to the server not sending back the correct data, or assist...
It sometimes makes sense for the completion of onboarding to be compulsory, where the dev doesn't want to handle a 'onboard failed' scenario. This could be achieved by adding the...
Encountered this while adding websocket-event validation on the server. If I add some inlineCustomMsgs to my `.send` call, `event.inlineCustomMsgs` is received as `{}` on the backend. I would have expected...
Currently it's hardcoded to the production endpoint. We can default it to the production endpoint, but allow overriding it with an env variable. This will make it faster to make...
I'm encountering [this](https://github.com/ethereum/web3.js/issues/1965) bug intermittently when connecting to my local ganache node with web3 v1.0.0-beta.37 and beta.36. It was acknowledged as a bug and [fixed in v1.0.0-beta.38](https://github.com/ethereum/web3.js/issues/1965#issuecomment-456394693). We may want...
 Should be investigated and if possible used as guidance to improve our file structure
Partial https://github.com/paritytech/polkadot-sdk/issues/225 - [x] Adds conformance tests for `Unbalanced` - [x] Adds conformance tests for `Balanced` - Several minor fixes to `fungible` default implementations and the `Balances` pallet - [x]...
Closes https://github.com/paritytech/polkadot-sdk/issues/109 ## Problem Quoting from the above issue: > When adding a pallet to chain after genesis we currently don't set the StorageVersion. So, when calling `on_chain_storage_version` it returns...