openethereum/js/src/redux/providers
Nicolas Gotchac 33dd49160f Smarter Tokens fetching (#3546)
* Don't auto-subscribe for contracts #3240

* Smarter Balance : don't re-instantiate contracts, fetch tokens #3240

* Smarter Balance Tokens fetching (update image when needed) #3240

* Attaching to TokenReg Events instead of fetching for each block #3240

* Unsubscribe from shapeshit... #3240

* Unsubscribe from EthFilter if used once (resolved) #3240

* Remove warning

* PR review fix

* Typo

* Better contract JS API : one subscribe for all #3546

* Fixed test
2016-11-23 10:30:47 +01:00
..
apiActions.js Use trace API for decentralized transaction list (#2784) 2016-10-22 09:45:54 +02:00
apiReducer.js Use trace API for decentralized transaction list (#2784) 2016-10-22 09:45:54 +02:00
balances.js Smarter Tokens fetching (#3546) 2016-11-23 10:30:47 +01:00
balancesActions.js Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
balancesReducer.js Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
blockchainActions.js Use trace API for decentralized transaction list (#2784) 2016-10-22 09:45:54 +02:00
blockchainReducer.js Use trace API for decentralized transaction list (#2784) 2016-10-22 09:45:54 +02:00
compilerActions.js Solidity Compiler in UI (#3279) 2016-11-11 15:00:04 +01:00
compilerReducer.js Solidity Compiler in UI (#3279) 2016-11-11 15:00:04 +01:00
compilerWorker.js Solidity Compiler in UI (#3279) 2016-11-11 15:00:04 +01:00
imagesActions.js Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
imagesReducer.js Use ethcore_dappsPort when constructing URLs (#3139) 2016-11-04 23:08:12 +01:00
index.js Solidity Compiler in UI (#3279) 2016-11-11 15:00:04 +01:00
personal.js Cleaning up polluted namespaces (#3143) 2016-11-06 12:51:53 +01:00
personalActions.js Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
personalReducer.js Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
signer.js Cleaning up polluted namespaces (#3143) 2016-11-06 12:51:53 +01:00
signerActions.js Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
signerMiddleware.js In-browser signing support (#3231) 2016-11-10 11:27:05 +01:00
signerReducer.js Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
status.js Fix peers not displaying (#3561) 2016-11-21 20:44:07 +01:00
statusActions.js Smarter Polling #3240 2016-11-17 20:19:11 +01:00
statusReducer.js ropsten updates as per comment 2016-11-21 13:04:32 +01:00