MyCrypto/spec/reducers
Eddie Wang 980366694c RPC Error Handling (#384)
* create ensureOkResponse and check against RPC responses

* Merge with develop branch

* added single unit test

* main nodes added

* getBalance method

* remove console.log

* minor conflict fix - readd polyfill to integration test

* added two more method tests

* seperate rpcnode from extended classes

* fixes etherscan

* added all tests

* revert files with only formatting changes

* remove console.logs - still need to update snapshot before tests will pass

* updated snapshot due to RpcNode fixes for Infura and Etherscan nodes

* added RpcNodeTest config so we don't rely on constants in code

* undo formatting changes

* Multiple fixes to error handling tokens.

* Fixed TSC errors

* Minor styling edit - change async func to promise

* changed shape of tokenBalances

* change balance type back to stricter TokenValue type

* remove package.json change and include test for error state.

* minor change removing unneeded line of code

* added longer timeout for api

* update snapshot
2017-11-29 23:35:17 -06:00
..
config.spec.ts Custom Nodes (#322) 2017-11-18 14:33:53 -06:00
customTokens.spec.ts Redux Reducer Tests (#390) 2017-11-17 13:12:27 -08:00
deterministicWallets.spec.ts Redux Reducer Tests (#390) 2017-11-17 13:12:27 -08:00
ens.spec.ts Redux Reducer Tests (#390) 2017-11-17 13:12:27 -08:00
generateWallet.spec.ts Redux Reducer Tests (#390) 2017-11-17 13:12:27 -08:00
notifications.spec.ts Redux Reducer Tests (#390) 2017-11-17 13:12:27 -08:00
rates.spec.ts Equivalent values for all tokens (ETH + ERC20s) (#420) 2017-11-18 14:15:02 -06:00
swap.spec.ts Redux Reducer Tests (#390) 2017-11-17 13:12:27 -08:00
wallet.spec.ts RPC Error Handling (#384) 2017-11-29 23:35:17 -06:00