- Sep 01, 2016
-
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
always process trie death row on commit, add more tracing
-
Marek Kotewicz authored
fixed transaction addresses mapping, fixes #1971
-
- Aug 31, 2016
-
-
Marek Kotewicz authored
-
Marek Kotewicz authored
-
asynchronous rob authored
-
Arkadiy Paronyan authored
* Fixing redirection. Adding tests * Adding proof
-
Marek Kotewicz authored
builtin trait refactoring
-
- Aug 30, 2016
-
-
asynchronous rob authored
Start parity with systemd
-
Arno Gaboury authored
Updated wording
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
* hypervisor extension * sorted with shutdown-wait * hypervisor lifecycle alter
-
Conflicts: dapps/Cargo.toml dapps/src/lib.rs
-
asynchronous rob authored
-
- Aug 29, 2016
-
-
Marek Kotewicz authored
CLI for valid hosts for dapps server
-
* Make the block header struct's internals private Currently, this involves a lot of explicit cloning, but we could migrate the return types of the get_* functions to be copies rather than references since they are mostly copy types anyway. I opted to eliminate the constructor in favor of using Default::default() plus calling a bunch of setters. This is similar to the model that a Google Protobuf client uses and I think it looks fine. * Drop some unnecessary cloning by comparing references * Fix compiler errors from callsites in tests.
-
Arkadiy Paronyan authored
Updating wording a bit and fixed remaining capitalization issues.
-
- Aug 26, 2016
-
-
Denis S. Soldatov aka General-Beck authored
add export to see ENV
-
Denis S. Soldatov aka General-Beck authored
replace build positions
-
Denis S. Soldatov aka General-Beck authored
add test stage
-
- Aug 25, 2016
-
-
* take control of given snapshot * start snapshot restoration asynchronously,
-
-
* apply RLP compression to abridged blocks * add memorydb consolidate * code hash optimization * add warning to snapshot restoration CLI
-
* revert removing ECIES without MAC * removed reverted change in encrypt
-
Tomasz Drwięga authored
-
- Aug 24, 2016
-
-
Denis S. Soldatov aka General-Beck authored
remove linker from arm* target
-
Denis S. Soldatov aka General-Beck authored
remove failure from armv7 (pi2)
-
asynchronous rob authored
small blooms optimization
-
Marek Kotewicz authored
* protection from readding empty traces && assertion in traces db * simplified assert
-
Nikolay Volf authored
* boot binaries reorg & helpers * stratum ipc service * spaces in cli
-
Marek Kotewicz authored
* Address renamed to H160 at bigint library level * moved uint specific test from util to bigint library * naming * unifing hashes in progress * unifing hashes * cleanup redundant unwraps in tests * Removing util/crypto in progress. * fixed compiling * signature cleanup in progress * new module - ethcrypto used by ethstore and ethcore-network * fixed compiling * fixed compiling * fixed merge
-
Arkadiy Paronyan authored
-
asynchronous rob authored
* optionally use no mangling for accountdb * add the recorder module * get_recorded for tries, no virtual dispatch on readonly tries * add recording test
-
Tomasz Drwięga authored
* Validating sha3 of a file * sha3 in utils * Removing devtools
-
Marek Kotewicz authored
-
Nipunn Koorapati authored
-