- Sep 02, 2016
-
-
asynchronous rob authored
-
asynchronous rob authored
rlp as separate crate
-
-
-
- Sep 01, 2016
-
-
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
-
* using sequentally consistent checks * making shutdown method synchronous * redndant line
-
* Async RPC * Limiting number of transactions in queue * Fixing tests * Bumping serde and jsonrpc-core * serde updated to 0.8 * fixed failing tests * Bumping ipc server * Fixing API for endpoints * Experimenting with tests without --release mode
-
asynchronous rob authored
Disable ArchiveDB counter check
-
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
-
Arkadiy Paronyan authored
-
* 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
-