ethereum-rpc-json
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -832,3 +832,3 @@ { | ||
{ | ||
"name": "eth_signAndSendTransaction", | ||
"name": "personal_signAndSendTransaction", | ||
"desc": "Sends and signs a transaction given account passphrase. Does not require the account to be unlocked nor unlocks the account for future transactions. ", | ||
@@ -835,0 +835,0 @@ "params": [ |
{ | ||
"name": "ethereum-rpc-json", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "JSON file of all ethereum's rpc methods supported by parity", | ||
"main": "./lib/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"generate": "./generator/index.js" | ||
"testOnce": "node_modules/.bin/mocha lib/*.spec.js", | ||
"test": "npm run testOnce -- -w" | ||
}, | ||
@@ -25,3 +25,7 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/ethcore/ethereum-rpc-json#readme" | ||
"homepage": "https://github.com/ethcore/ethereum-rpc-json#readme", | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"mocha": "^2.5.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
78007
1
2