- Dec 22, 2017
-
-
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
-
-
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).
-
NikVolf authored
-
Tomasz Drwięga authored
-
- Dec 20, 2017
-
-
Yurii Rashkovskii authored
This key is not recognized by some software (like carnix). It is also not documented in http://doc.crates.io/manifest.html Solution: rename this key to [package]
-
GitLab Build Bot authored
-
Jaco Greeff authored
-
- Dec 19, 2017
-
-
GitLab Build Bot authored
-
* Move signerPending inside this repo * Use latest version of dappIcon * Tell babel to ignore node_modules in tests
-
GitLab Build Bot authored
-
Jaco Greeff authored
* Fix wallet icons not showing up * Fix tests * Remove debug log (oops)
-
Marek Kotewicz authored
Add Ellaism coin in chain config
-
Marek Kotewicz authored
Update bootnodes
-
GitLab Build Bot authored
-
Dmitry Kashitsyn authored
* Adds personal_signTransaction RPC method * Fixes sign_transaction() to return RichRawTransaction * Adds test for invalid password * Fix after rebase
-
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
* Initial design and some tests. * Insertion & limits. * Constructing pending block. * Change to PendingIterator. * Removing/cancelling transactions. * Full status. * Culling transactions. * Use bigint. * Add listener tests. * Clean up listener types. * Split into multiple files. * Add copyright notice. * Documentation. * Don't require ownership. * Fix cull to remove from by_hash. * Make the queue generic over transactions. * Address code review. * Update wasm submodules. * Fix review grumbles. * Add some docs.
-
- Dec 18, 2017
-
-
GitLab Build Bot authored
-
Jaco Greeff authored
* Bump js-ui * Fix css for status plugins
-
asynchronous rob authored
test framework and basic test for whisper
-
GitLab Build Bot authored
-
Jaco Greeff authored
-
GitLab Build Bot authored
-
- Dec 15, 2017
-
-
Jaco Greeff authored
* Remove extension mappings * Remove duplicated pending stores
-
asynchronous rob authored
* detect different node, same-key signing in aura * reduce scope of warning
-
5chdn authored
-
5chdn authored
-
Konstantin authored
* new warp enodes * added one more warp enode; replaced spaces with tabs
-
Jaco Greeff authored
* CSS fixes for v1 (Thanks @ngotchac) * Remove hack line completely * Comment around Chrome upgrade
-
Jaco Greeff authored
* Update to @parity/api 2.1.7 * Update packages * Update after signer API alias
-
- Dec 14, 2017
-
-
GitLab Build Bot authored
-
Jaco Greeff authored
* Remove wallet web3 dependency * Update shell web3 dependency
-
- Dec 13, 2017
-
-
Jaco Greeff authored
-
Jaco Greeff authored
* Expand available methods * Updated with expanded groupings
-
* Inject Parity script to all HTML dapps pages * Small glitch * Add injection test * Add Special GHH commit value for serving ZIP files as DAPPS * Refactor GithubDapp fetcher * PR Grumbles
-