openethereum/js/src
Jannis Redmann 68efbe32bf fix contract deployments not showing up (#2759)
* fix contract deployments not showing up

I'm really not happy with this.

Since the Signer consists of many, deeply nested, components, which in many cases
just pass props through, it's hard to trace this. `<TransactionPending>` is
supposed to fetch data from Parity (smart component) and pass it on to its (dumb)
children. For that, it needs to know implementation details of them.

* eslint 💄
2016-10-20 16:37:25 +02:00
..
3rdparty Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
abi Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
api Implements Trace API Formatter (#2732) 2016-10-19 20:15:27 +02:00
contracts Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
dapps Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
environment Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
images/dapps Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
jsonrpc Correct parameters for eth_sign (#2703) 2016-10-19 11:04:26 +02:00
modals Make address selection searchable (#2739) 2016-10-20 11:25:20 +02:00
redux Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
ui Fix positionning issue of Icon in Address Selection (#2754) 2016-10-20 16:35:08 +02:00
util Add inject.js (for web3 exposed) (#2692) 2016-10-19 11:02:42 +02:00
views fix contract deployments not showing up (#2759) 2016-10-20 16:37:25 +02:00
dev.parity.html Add inject.js (for web3 exposed) (#2692) 2016-10-19 11:02:42 +02:00
dev.web3.html Add inject.js (for web3 exposed) (#2692) 2016-10-19 11:02:42 +02:00
error_pages.css Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
index.html Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
index.js Apply UI PRs after master merge (#2690) 2016-10-18 16:44:09 +02:00
inject.js Add inject.js (for web3 exposed) (#2692) 2016-10-19 11:02:42 +02:00
parity.js Add inject.js (for web3 exposed) (#2692) 2016-10-19 11:02:42 +02:00
reset.css Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
secureApi.js Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00