Tristan F.

Results 16 comments of Tristan F.

Typing `enhancers` as `any` for now... ```typescript const store = configureStore({ reducer: createReducer(), middleware: getDefaultMiddleware => getDefaultMiddleware().concat(middlewares), devTools: /* istanbul ignore next line */ process.env.NODE_ENV !== 'production' || process.env.PUBLIC_URL.length >...

@sosedoff I did not even think about it, I assumed we had to execute the query first. My go skills are limited so the solution I implemented is really just...

The transaction history being wrong is due to https://github.com/everstake/oasis-explorer/issues/20#issuecomment-842707688 Once it is fixed or if we move to another explorer the issue should disappear As for the race condition that...

1. Isn't this an issue that this does not match what's displayed on the ledger app ? (It plainly displays "shares") 2. I'm not sure "gigashares" is translation friendly, i.e,...

Makes sense for it to work with non-ledger wallets too - this implies a good bit of refactoring though - tagging this as a post-release feature for [v1.1.0](https://github.com/Esya/oasis-wallet/milestone/2)

Adding this as part of [v1.1.0](https://github.com/Esya/oasis-wallet/milestone/2) - I really want to make sure that the UI is not misleading and that the users don't end up delegating instead of sending,...

# First comment > 1. **Type.** Should the "nice" transaction type / name (something that is translatable) be shown first and the raw transaction's method name (e.g. `Add escrow`) be...

![screen shot 2014-06-19 at 11 37 00](https://cloud.githubusercontent.com/assets/937179/3324205/ebe1cada-f778-11e3-96ee-d9158bf810a2.jpg) ![screen shot 2014-06-19 at 11 44 47](https://cloud.githubusercontent.com/assets/937179/3324214/2eb78688-f779-11e3-852c-ae7c6e23561a.jpg) As you can see on attached screenshots, I'm properly connected to Freenode, but not to my...

@mephux My znc server is configured to always use SSL and does indeed use a self-signed cert (not expired though). I tried at first with "Enable SSL" and "Allow Self-Signed"...

Some websites such as [OasisScan](https://www.oasisscan.com/validators) are already exposing this, where do they get this information from if not from the gateway ?