paritytech/js-mobx

Name: js-mobx

Owner: Parity Technologies

Description: Moved to https://github.com/Parity-JS/mobx

Created: 2017-12-12 15:08:46.0

Updated: 2018-01-23 14:04:06.0

Pushed: 2018-01-05 11:43:56.0

Homepage: https://github.com/Parity-JS/mobx

Size: 161

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

js-mobx

Repo for all Mobx stores used across dapps & plugins

List of stores

This repo has one store per JSONRPC get/set method pair.

| JSONRPC Method (Get) | JSONRPC Method (Set) | Store | | ——————————- | ————————————————————————————————————————— | —————————- | | eth_accounts | | eth/AccountsStore | | eth_coinbase | parity_setAuthor | eth/CoinbaseStore | | eth_hashrate | | eth/HashrateStore | | parity_chain | | network/ChainStore | | parity_dappsUrl | | dapps/DappsUrlStore | | parity_defaultExtraData | | mining/DefaultExtraDataStore | | parity_devLogs | | other/DevLogsStore | | parity_devLogsLevel | | other/DevLogsLevelStore | | parity_enode | | network/EnodeStore | | parity_extraData | parity_setExtraData | mining/ExtraDataStore | | parity_gasFloorTarget | parity_setGasFloorTarget | mining/GasFloorTargetStore | | parity_getBlockHeaderByNumber | | other/LatestBlockStore | | parity_minGasPrice | parity_setMinGasPrice | mining/MinGasPriceStore | | parity_netPeers | parity_acceptNonReservedPeers
parity_addReservedPeer
parity_dropNonReservedPeers
parity_removeReservedPeer | network/NetPortStore | | parity_netPort | | network/NetPeersStore | | parity_nodeHealth | | network/NodeHealthStore | | parity_rpcSettings | | network/RpcSettingsStore | | shell_getApps | | dapps/DappsStore | | shell_getMethodPermissions | shell_setMethodPermissions | dapps/DappsPermissionsStore |


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.