- Mar 23, 2017
-
-
asynchronous rob authored
* return errors on database corruption * fix tests, json tests * fix remainder of build * buffer flow -> request credits * proving state backend * generate transaction proofs from provider * network messages for transaction proof * transaction proof test * test for transaction proof message * fix call bug * request transaction proofs from on_demand * most of proved_execution rpc * proved execution future * initial request definitions * RLP encoding and decoding for requests * proofs of non-existance in ProvingBlockChainClient * new requests in provider. * encode and decode responses * complete initial request changes * handle request packet in LightProtocol * handle response packets * implement requesting from * re-do cost table * get tests compiling * fix cost table RLP encoding * roundtrip tests for request types * request builder tests * move request_builder -> request::builder * get network tests working * return only complete headers responses * request builder improvements * New version of jsonrpc. * split request filling into fill,complete * Better invalid encoding messages * Fixing deprecated methods of tokio_core * use PIP messages in on_demand, old API * migrate oneshot::complete to send in on_demand * get on_demand tests to compile * port ethsync to PIP messages * adjust to minor on_demand API changes in RPC * Using dedicated branch for jsonrpc * Bump
-
- Mar 22, 2017
-
-
Marek Kotewicz authored
* fixed naming of rlp modules * RlpStream cleanup * appending short rlp lists (0...55 bytes) is 25% faster * RlpStream does not use bytes module, nor trait Stream * removed unused code from rlp module * compiling ethcore-util with new rlp serialization * compiling parity with new rlp serialization * fixed compiling ethcore-light with new rlp serialization * fixed compiling ethsync with new rlp serialization * moved rlp benches and rlp tests * rlp deserialization refactor, 30% faster * removed redundant comment, print * fixed compiling parity with new rlp deserialization * removed redundant double-space * fixed failing test * updated rlp docs, removed unused traits * fixed rlp benchmarks * replace usage of WriteBytesExt with ByteOrder * removed unused, commented out code * fixed merge conflict
-
* New version of jsonrpc. * Better invalid encoding messages * Fixing deprecated methods of tokio_core * Using dedicated branch for jsonrpc * Bump
-
Marek Kotewicz authored
* split path module from util * moved RotatingLogger from util to logger crate * fix tests * fix tests * use only one version of ansi_term crate
-
- Mar 21, 2017
-
-
asynchronous rob authored
* EIP198 and built-in activation * address review
-
- Mar 20, 2017
-
-
Tomasz Drwięga authored
* Changing Mutex into RwLock for transaction queue * Fixing merge * little fix
-
keorn authored
* no max sealing when external * force internal sealing
-
Marek Kotewicz authored
* fixed naming of rlp modules * RlpStream cleanup * appending short rlp lists (0...55 bytes) is 25% faster * RlpStream does not use bytes module, nor trait Stream * removed unused code from rlp module * compiling ethcore-util with new rlp serialization * compiling parity with new rlp serialization * fixed compiling ethcore-light with new rlp serialization * fixed compiling ethsync with new rlp serialization * removed redundant comment, print * removed redundant double-space * replace usage of WriteBytesExt with ByteOrder
-
- Mar 19, 2017
-
-
Tomasz Drwięga authored
-
- Mar 16, 2017
- Mar 15, 2017
-
-
keorn authored
* add reseal max period * fix rpc
-
-
- Mar 14, 2017
-
-
Tomasz Drwięga authored
-
Arkadiy Paronyan authored
-
- Mar 13, 2017
-
-
Arkadiy Paronyan authored
-
Gav Wood authored
* First little bits for chain-selection. * Provide RPCs and get settings through to user defaults. * Hasty stash. * Fix updater accidentally redownloading. * Finish up. * Add JS tests. * Hypervisor should never run a binary modified before itself. * Style. * Help tweak. * Fix test compile. * Fix JS test * Build fix for tests. * Revert default chain name * Another test * Use spec name via client. * Fix mock up. * whitespace [ci:skip] * whitespace [ci:skip] * remove exit/restart endpoints.
-
- Mar 11, 2017
-
-
Marek Kotewicz authored
-
- Mar 10, 2017
-
-
Arkadiy Paronyan authored
-
Tomasz Drwięga authored
-
- Mar 08, 2017
-
-
* calibrate before rejection * change flag name * fix merge
-
keorn authored
* add eip155 * make network_id default
-
keorn authored
* make validator set aware of various states * fix updater build * clean up contract call * failing sync test * adjust tests * nicer indent [ci skip] * revert bound divisor
-
asynchronous rob authored
* return errors on database corruption * fix tests, json tests * fix remainder of build * buffer flow -> request credits * proving state backend * generate transaction proofs from provider * network messages for transaction proof * transaction proof test * test for transaction proof message * fix call bug * request transaction proofs from on_demand * most of proved_execution rpc * proved execution future
-
- Mar 07, 2017
-
-
Arkadiy Paronyan authored
-
-
- Mar 06, 2017
-
-
* Update comments. * Fix up new ABI.
-
- Mar 03, 2017
-
-
* Add info on forks. * Add new registry ABI * Import registry2 & fix exports * Select ABI based on code hash * Render new event types (owner not available) * New registry. * Rename old chain. * Fix test. * Another fix. * Finish rename.
-
Gav Wood authored
-
- Mar 02, 2017
- Feb 26, 2017
-
-
asynchronous rob authored
-
asynchronous rob authored
* state backend trait mirroring state_db API * minimal state backend trait make state module public * fix json tests * return errors on database corruption * fix tests, json tests * fix remainder of build * add Backend bound on state
-
- Feb 25, 2017
-
-
asynchronous rob authored
-
- Feb 24, 2017
-
-
Arkadiy Paronyan authored
* Max gas limit and min gas price * Tests * Limit gas limit ceiling
-
keorn authored
* scope read * consistent step
-
- Feb 22, 2017
-
-
Gav Wood authored
* Tweak some checks. * Fixed build and added a difficulty test
-
asynchronous rob authored
-