|
Ran
|
Jobs
1
|
Files
21
|
Run time
1s
|
Badge
README BADGES
|
push
travis-ci
Implement unix domain socket RPC #44 [WIP; partially working] This adds a custom transport for tinyrpc that uses a unix domain socket. In this state, it allows to connect with mist. However, there are some RPC methods missing: - `eth_syncing` (https://gist.github.com/frozeman/0ffd6115222defadee83) - `personal_newAccount` (??) In order to test with mist, run pyethapp like this: pyethapp -c ipc.ipcpath=$(HOME)/.ethereum/geth.ipc --mining_pct=10 -c eth.genesis='{"nonce": "0x0000000000000042", "timestamp": "0x00", "parentHash": "0x<a class=hub.com/ethereum/pyethapp/commit/<a class="double-link" href="https://git"><a class=hub.com/ethereum/pyethapp/commit/0000000000000000000000000000000000000000">000000000<a href="https://github.com/ethereum/pyethapp/commit/f40fc7e841e48a26fb04632a3d35f587787fd46c">000000000000000000000000", "extraData": "0x<a class="double-link" href="https://github.com/ethereum/pyethapp/commit/11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3">11bbe8db4</a>db69cbdb7a38e1e50b1b82fa", "gasLimit": "0x1388", "difficulty": "0x0001", "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", "coinbase": "0x0000000000000000000000000000000000000000"}' run --fake --nodial and then start mist.
141 of 141 new or added lines in 3 files covered. (100.0%)
1669 of 3393 relevant lines covered (49.19%)
0.49 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 44 |
100.0 |
pyethapp/ipc_rpc.py | |
| 65 |
100.0 |
pyethapp/jsonrpc.py |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
100.0 |
pyethapp/pow_service.py |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 349.1 | 0 |
49.19 |
Travis Job 349.1 |