This website requires JavaScript.
Explore
Help
Sign In
status-im
/
MyCrypto
mirror of
https://github.com/status-im/MyCrypto.git
Watch
2
Star
0
Fork
You've already forked MyCrypto
0
Code
Issues
Projects
Releases
Wiki
Activity
ae2ac4f2c6
MyCrypto
/
spec
/
integration
/
RpcNodeTestConfig.js
4 lines
88 B
JavaScript
Raw
Normal View
History
Unescape
Escape
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-30 05:35:17 +00:00
module
.
exports
=
{
Shepherd MVP Integration (#1413) * initial mvp * First functioning pass * Add token balance shim * Add working web3 implementation * Fix tests * Fix tsc errors * Implement token batch splitting * Undo logger change * Fix linting errors * Revert makeconfig change * Add typing to token proxy + use string interpolation * Remove useless parameter * Remove logging * Use type coercion to fix proxied methods * Update shepherd * Update to typescript 2.8.1 * Fix merged typings * Address PR comments * replace myc-shepherd with mycrypto-shepherd
2018-04-06 20:52:48 +00:00
RpcNodes
:
[
'eth_mycrypto'
,
'etc_epool'
,
'etc_epool'
,
'rop_mew'
]
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-30 05:35:17 +00:00
}
;