- Jul 20, 2016
-
-
* moving ipc deriving to trait * refactoring of the client * all compiled * proved all working * warnings purged * allow hypervisor to specify initialization payload in two ways * using binary initialisation payload for sync * some docs * logger to separate crate * log settings for sync bin * forwarding logging arguments to the sync
-
-
Tomasz Drwięga authored
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
-
Tomasz Drwięga authored
-
Arkadiy Paronyan authored
-
Tomasz Drwięga authored
* Revert "Revert "Validating Host headers in RPC requests" (#1663)" This reverts commit 3cc3dbef. * Fixing binding on MacOS
-
Nikolay Volf authored
-
- Jul 19, 2016
-
-
-
* Add size field for blocks. * Ignore invalid test.
-
Gav Wood authored
-
Tomasz Drwięga authored
* Validating Host headers in RPC requests * Fixing convention [ci skip] * Remove extra indent. [ci:skip]
-
Marek Kotewicz authored
fixed failing master
-
Marek Kotewicz authored
-
Tomasz Drwięga authored
-
Arkadiy Paronyan authored
* Don't ping all nodes on start * Fixed test
-
Arkadiy Paronyan authored
* Use tree index for DB * Set uncles_hash, tx_root, receipts_root from verified block * Use Filth instead of a bool * Fix empty root check * Flush block queue properly * Expunge deref
-
Nikolay Volf authored
* moving ipc deriving to trait * refactoring of the client
-
Gav Wood authored
* Asynchronous transactions (polling based for now). - Alter eth_sendTransaction to be async, returning one of: - Transaction hash (signed and submitted). - Transaction promise ID (< 32 bytes). - Zero hash (will never be signed). - Introduce new JSONRPC eth_checkTransaction. The new API call takes a single argument - a promise ID. It returns either: - Transaction hash (signed and submitted). - null (still pending, call again later), - Zero hash (will never be signed). * New RPC eth_postTransaction - Restore previous semantics of sendTransaction. - Introduce eth_postTransaction. - Some refactoring. * Fix minor lockup. * Use TransientHashMap to prevent leak.
-
- Jul 18, 2016
-
-
Nikolay Volf authored
Sync stand-alone binary and feature-gated dependencies refactoring
-
NikVolf authored
-
NikVolf authored
-
Marek Kotewicz authored
Re-enabling Parity UI
-
Tomasz Drwięga authored
-
- Jul 17, 2016
-
-
Arkadiy Paronyan authored
* BC locking; Recovery batch * Missing state root recovery * Test
-
Gav Wood authored
* Multi-mode logging. Better for miners (they get immediate notification of new block). Better for general use (less superfluous information shown). * Remove comment. [ci:skip] * Minor string change [ci:skip] * Minor message tweak. * Minor tweaks and indentation fix.
-
Gav Wood authored
* Util funtions to get OS-standard config path. * Build fix.
-
Tomasz Drwięga authored
-
NikVolf authored
-
Arkadiy Paronyan authored
* Optimize ethash verification * disable WAL for puts * Clear account cache after commit * Commit only modified accounts * Optimize existing block check * Cache last hashes
-
- Jul 16, 2016
-
-
Arkadiy Paronyan authored
-
NikVolf authored
-
NikVolf authored
-
NikVolf authored
-
Arkadiy Paronyan authored
-
NikVolf authored
-
-
NikVolf authored
-
NikVolf authored
-