* v1.5.1 * Disable notifications (#4243) * Fix wrong token handling (#4254) * Fixing wrong token displayed * Linting * Revert filtering out * Revert the revert * Don't panic on uknown git commit hash (#4231) * Additional logs for own transactions (#4278) * Integration with zgp whitelist contract (#4215) * zgp-transactions checker * polishing * rename + refactor * refuse-service-transactions cl option * fixed tests compilation * Renaming signAndSendTransaction to sendTransaction (#4351) * Fixed deadlock in external_url (#4354) * Fixing web3 in console (#4382) * Fixing estimate gas in case histogram is not available (#4387) * Restarting fetch client every now and then (#4399) |
||
|---|---|---|
| .. | ||
| generator | ||
| interfaces | ||
| index.js | ||
| index.spec.js | ||
| README.md | ||
| types.js | ||
jsonrpc
JSON file of all ethereum's rpc methods supported by parity
interfaces
interfaces.md contains the auto-generated list of interfaces exposed, along with their relevant documentation
contributing
- Clone the repo
- Branch
- Add the missing interfaces only into
src/interfaces/*.js - Parameters (array) & Returns take objects of type
{ type: [Array|Boolean|Object|String|...], desc: 'some description' }- Types are built-in JS types or those defined in
src/types.js(e.g.BlockNumber,Quantity, etc.) - If a formatter is required, add it as
format: 'string-type'
- Run the lint & tests,
npm run lint && npm run testOnce - Generate via
npm run buildwhich outputsindex.js,index.json&interfaces.md(Only required until Travis is fully in-place) - Check-in and make a PR