openethereum/js/src/DappRequests
Amaury Martiny 2a7b2c7e32 React 16 (#7174)
* Update packages to use React 16

* Rollback to react-router v3

* Use component instead of pure one

* Remove warning about mobx

* Make webpack load css from @parity/ui

* Update enzyme to support react16

* Fix lint

* Use @parity/ui v3

* Update refs of plugin-signer-* deps

* Exclude plugin-signer-* from babel processing

* Reupdate refs to old method

* Update refs again
2017-12-01 12:30:13 +01:00
..
RequestGroups Optimize & group dapp requests (#7083) 2017-11-21 15:50:38 +01:00
dappRequests.css Optimize & group dapp requests (#7083) 2017-11-21 15:50:38 +01:00
dappRequests.js React 16 (#7174) 2017-12-01 12:30:13 +01:00
index.js Test-drive extensions, status first 2017-09-01 14:29:57 +02:00
methodGroups.js Optimize & group dapp requests (#7083) 2017-11-21 15:50:38 +01:00
README.md Optimize & group dapp requests (#7083) 2017-11-21 15:50:38 +01:00
store.js Optimize & group dapp requests (#7083) 2017-11-21 15:50:38 +01:00

Terminology used

To be clear with the terminology used in the code here:

  • a method is an allowed JSON-RPC api method or a shell method
  • a methodGroup is the grouping of similar methods (see methodGroups.js)
  • a permission is a boolean which tells if an app is allowed to call a method or not
  • a request is when an app prompts the shell to call a method
  • a requestGroup is an array of requests whose methods are in the same methodGroup