- Dec 30, 2017
-
-
Afri Schoedon authored
* Add Changelog for 1.7.11 * Add Changelog for 1.8.5 * Markdownify issue links
-
- Dec 29, 2017
-
-
Marek Kotewicz authored
Added checking tx-type using transactions permission contract for miners
-
Marek Kotewicz authored
standalone dir crate, replaces #7383
-
Marek Kotewicz authored
SecretStore: secretstore_signRawHash method
-
Marek Kotewicz authored
-
Marek Kotewicz authored
SecretStore: return error 404 when there's no key shares for given key on all nodes
-
Marek Kotewicz authored
SecretStore: Kovan integration initial version
-
- Dec 28, 2017
-
-
Tomasz Drwięga authored
* Updating mainnet bootnodes. * Add additional parity-beta bootnodes. * Restore old parity bootnodes and update foudation bootnodes
-
Nicolas Ochem authored
-
Vlad Lupashevskyi authored
-
- Dec 27, 2017
-
-
* Fix default CORS settings. * Add info regarding special options.
-
Nicolas Ochem authored
-
Kirill Pimenov authored
Fix version
-
Svyatoslav Nikolsky authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
- Dec 26, 2017
-
-
Nicolas Ochem authored
-
Nicolas Ochem authored
-
Nicolas Ochem authored
* created the dir crate in util * moved code from ethstore/src/dir/paths.rs to dir crate * rename dir module in ethstore to accounts_dir to distinguish it from the dir crate * changes after @tomusdrw on #6952
-
- Dec 22, 2017
-
-
Vlad Lupashevskyi authored
-
Vlad Lupashevskyi authored
-
Vlad Lupashevskyi authored
-
Vlad Lupashevskyi authored
-
Nikolay Volf authored
* call augmented, wasm-tests updated * fix all call tests * fix comments
-
Marek Kotewicz authored
* parity-version module split from util removed unused util deps and features trigger buildbot again only kvdb links rocksdb snappy linker issues * rm snappy * fixed old version imports
-
Marek Kotewicz authored
Get rid of clippy remainings.
-
Marek Kotewicz authored
Avoid using ok_or with allocated argument
-
* Configurable accounts refresh time. * Fix tests.
-
-
- Dec 21, 2017
-
-
Vlad Lupashevskyi authored
-
Tomasz Drwięga authored
-
Yurii Rashkovskii authored
Firstly, `Step.duration_remaining` casts it to u32, unnecesarily limiting it to 2^32. While theoretically this is "good enough" (at 3 seconds steps it provides room for a little over 400 years), it is still a lossy way to calculate the remaining time until the next step. Secondly, step duration might be zero, triggering division by zero in `Step.calibrate` Solution: rework the code around the fact that duration is typically in single digits and never grows, hence, it can be represented by a much narrower range (u16) and this highlights the fact that multiplying u64 by u16 will only result in an overflow in even further future, at which point we should panic informatively (if anybody's still around) Similarly, panic when it is detected that incrementing the step counter wrapped around on the overflow of usize. As for the division by zero, prevent it by making zero an invalid value for step duration. This will make AuRa log the constraint mismatch and panic (after all, what purpose would zero step duration serve? it makes no sense within the definition of the protocol, as finality can only be achieved as per the specification if messages are received within the step duration, which would violate the speed of light and other physical laws in this case).
-
Svyatoslav Nikolsky authored
-
NikVolf authored
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
Tomasz Drwięga authored
-
Svyatoslav Nikolsky authored
This reverts commit 6efca886.
-