- Jan 26, 2018
-
-
Afri Schoedon authored
-
- Jan 25, 2018
-
-
Fabian Gompf authored
-
Afri Schoedon authored
* Move 1.8 changelog to docs/ * Add EOL notices for 0.9-1.7 * Add changelog for 1.8.7 stable * Prepare changelog for 1.9.0 beta * Update changelog for 1.9 beta * Update changelog for 1.9 beta * Fix typos in changelog * Add changelog for 1.7.13 * Update CHANGELOGs for 1.9, 1.8, 1.7 * Update readme for 1.9 * Update CHANGELOG for 1.9
-
- Jan 23, 2018
-
-
Afri Schoedon authored
-
-
Denis S. Soldatov aka General-Beck authored
-
Denis S. Soldatov aka General-Beck authored
-
Denis S. Soldatov aka General-Beck authored
enable cache for cargo
-
- Jan 22, 2018
-
-
* Implement registrar. * Implement eth_getCode * Don't wait for providers. * Don't wait for providers. * Fix linting and wasm tests.
-
-
- Jan 21, 2018
-
-
Denis S. Soldatov aka General-Beck authored
remove Always test on master, because js-release is always carried out and we receive [ci-skip]
-
- Jan 20, 2018
-
-
GitLab Build Bot authored
-
Marek Kotewicz authored
-
- Jan 19, 2018
-
-
GitLab Build Bot authored
-
I was investigating issues I am having with Whisper support. I've enabled Whisper on a custom test network and inserted traces into Whisper handler implementation (Network<T> and NetworkProtocolHandler for Network<T>) and I noticed that the handler was never invoked. After further research on this matter, I found out that AttachedProtocol's register function does nothing: https://github.com/paritytech/parity/blob/master/sync/src/api.rs#L172 but there was an implementation originally: 99075ad2#diff-5212acb6bcea60e9804ba7b50f6fe6ec and it did the actual expected logic of registering the protocol in the NetworkService. However, as of 16d84f8e#diff-5212acb6bcea60e9804ba7b50f6fe6ec ("finished removing ipc") this implementation is gone and only the no-op function is left. Which leads me to a conclusion that in fact Whisper's handler never gets registered in the service and therefore two nodes won't communicate using it. Solution: Resu...
-
Marek Kotewicz authored
* Remove GuardedTempResult * Remove RandomTempPath * ethcore does not depend on devtools
-
GitLab Build Bot authored
-
Marek Kotewicz authored
-
* kvdb-rocksdb: update rust-rocksdb version * kvdb-rocksdb: mark corruptions and attempt repair on db open * kvdb-rocksdb: better corruption detection on open * kvdb-rocksdb: add corruption_file_name const * kvdb-rocksdb: rename mark_corruption to check_for_corruption
-
Marek Kotewicz authored
-
Marek Kotewicz authored
* Updated few dependencies * Updated parking_lot to 0.5 * Updated backtrace to 0.3.5 * Updated crossbeam to 0.3
-
GitLab Build Bot authored
-
Jaco Greeff authored
* Update plugin references * Update dapp references * Update console references
-
GitLab Build Bot authored
-
* Handle temporarily invalid blocks in sync. * Fix tests.
-
-
- Jan 18, 2018
-
-
GitLab Build Bot authored
-
asynchronous rob authored
-
-
Jaco Greeff authored
* Update tokenreg * Add commit hash
-
GitLab Build Bot authored
-
-
GitLab Build Bot authored
-
Happen to note that the link is wrong, a typo here.
-
GitLab Build Bot authored
-
* Std-json logging. * fixed merge with master
-
- Jan 17, 2018
-
-
GitLab Build Bot authored
-
Marek Kotewicz authored
* separated ethcore_migrations from ethcore * fixed authorship nitpick * make ethcore_migrations related exports and imports more consistent
-
GitLab Build Bot authored
-
Afri Schoedon authored
-