- May 28, 2016
-
-
Arkadiy Paronyan authored
-
- May 27, 2016
-
-
Arkadiy Paronyan authored
Fixing few clippy warnings
-
Marek Kotewicz authored
Change eth_signAndSendTransaction to personal_SignAndSendTransaction
-
Tomasz Drwięga authored
-
asynchronous rob authored
this has the added benefit of allowing the removal of redundant upgrades.
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
Arkadiy Paronyan authored
Support "earliest" and specific block parameters in RPC where possible
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
with modus ponens panickers
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
Marek Kotewicz authored
* dont use system temp for migration, do backup * fixed issue with number of open files on osx * fixed compilation of util tests
-
- May 26, 2016
-
-
asynchronous rob authored
Empty trusted signer crate with it's general purpose described.
-
Arkadiy Paronyan authored
More bootnodes for morden.
-
Arkadiy Paronyan authored
move existing rpc tests into mocked module
-
asynchronous rob authored
-
Tomasz Drwięga authored
Conflicts: .travis.yml Cargo.toml cov.sh doc.sh fmt.sh hook.sh test.sh
-
Marek Kotewicz authored
* use bloomchain crate in blockchain module. remove obsole chainfilter submodule * update database version to 6.0 * removed redundant line * simple db migration * make migration slightly more functional * bloomchain migration * migration version is just a single unsigned integer * updated migration v6 * parity migration * db migration * removed hardcoded migration dir * replace ptr::copy with clone_from_slice, removed potential endianess problem from trace/db.rs * removed superfluous line * blockchains log blooms config is not exposed any more
-
Tomasz Drwięga authored
* Renaming dapps repos. Updating dapps * Skipping legacy options for compatibility. Fixing tabs * Fixing CLI options
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
Marek Kotewicz authored
fixed pending transactions
-
Marek Kotewicz authored
Fixing clippy warnings
-
Marek Kotewicz authored
-
Tomasz Drwięga authored
-
Marek Kotewicz authored
-
- May 25, 2016
-
-
Arkadiy Paronyan authored
correct signature of SecTrieDB::raw_mut
-
asynchronous rob authored
&mut T is invariant over its type parameter, so we need to specify the trait's lifetime explicitly rather than coerce it to the elided lifetime
-
Tomasz Drwięga authored
* Bumping clippy. Fixing warnings * Removing unused import * Fixing complexity and arguments warning on two functions
-
Gav Wood authored
-
Gav Wood authored
* Display progress when importing * Additional polish. * Fix strange yielding behaviour. * Allow colour to be disabled. Fixed #1135
-