liamaharon

Results 41 issues of 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: ![Screenshot from 2019-08-07 12-16-17](https://user-images.githubusercontent.com/16665596/62590511-feae6200-b90f-11e9-8cbc-3b38d3876104.png) This may be due to the server not sending back the correct data, or assist...

bug

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...

enhancement

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...

bug
question

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...

enhancement

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...

question

![Screenshot from 2019-05-01 09-55-11](https://user-images.githubusercontent.com/16665596/57000491-4a59bd00-6bf7-11e9-9d53-46fa4d24ea66.png) 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]...

A0-please_review
C3-medium
D5-nicetohaveaudit ⚠️
B1-note_worthy
T1-runtime

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...

A0-please_review
C1-low
D5-nicetohaveaudit ⚠️
B1-note_worthy
T1-runtime