This repository was archived by the owner on Nov 6, 2020. It is now read-only.
Commit d86ba16
committed
Merge remote-tracking branch 'origin/master' into dp/chore/update-common-deps
* origin/master:
ethereum libfuzzer integration small change (#9547)
cli: remove reference to --no-ui in --unlock flag help (#9616)
remove master from releasable branches (#9655)
ethcore/VerificationQueue don't spawn up extra `worker-threads` when explictly specified not to (#9620)
RPC: parity_getBlockReceipts (#9527)
Remove unused dependencies (#9589)
ignore key_server_cluster randomly failing tests (#9639)
ethcore: handle vm exception when estimating gas (#9615)
fix bad-block reporting no reason (#9638)
Use static call and apparent value transfer for block reward contract code (#9603)
HF in POA Sokol (2018-09-19) (#9607)
bump smallvec to 0.6 in ethcore-light, ethstore and whisper (#9588)
Add constantinople conf to EvmTestClient. (#9570)File tree
48 files changed
+958
-257
lines changed- ethcore
- light
- src
- res/ethereum
- tests-issues
- src
- blockchain
- client
- engines
- json_tests
- miner
- verification/queue
- views
- sync
- src
- chain
- ethstore
- json/src/test
- miner/src/pool/tests
- parity/cli
- rpc/src/v1
- impls
- light
- tests
- helpers
- mocked
- traits
- types
- secret_store/src/key_server_cluster
- util/journaldb/src
- whisper
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
48 files changed
+958
-257
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| 229 | + | |
| 230 | + | |
229 | 231 | | |
230 | 232 | | |
231 | 233 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
61 | | - | |
| 64 | + | |
62 | 65 | | |
63 | | - | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
0 commit comments