- Apr 20, 2017
-
-
asynchronous rob authored
-
- Apr 19, 2017
-
-
Arkadiy Paronyan authored
* EIP-86 * Disable EIP-86 auto activation for now
-
- Apr 13, 2017
-
-
Arkadiy Paronyan authored
-
- Apr 12, 2017
-
-
Arkadiy Paronyan authored
* General state tests * Allow dir name for a test
-
asynchronous rob authored
* block_hash method for LightChainClient * abstraction and futures-based eth_filter * log fetching for light client * add eth-filter delegate * eth_block fetching RPCs * return default accounts from on_demand * fix early exit * BlockNumber -> BlockId * early exit for no known block number.
-
- Apr 10, 2017
-
-
keorn authored
* more resilience * refactor commit * fix proposal broadcast * list encoding * address grumbles * to into
-
- Apr 05, 2017
-
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
-
asynchronous rob authored
-
- Apr 03, 2017
-
-
asynchronous rob authored
* initial native contract generator * get generated code compiling * unit tests for type codegen * autogenerate registry contract * native_contracts entry for registry * service_transaction_checker * fixed indentation
-
- Apr 01, 2017
-
-
keorn authored
* add eip155 validation * add transition block
-
- Mar 31, 2017
-
-
Arkadiy Paronyan authored
-
- Mar 30, 2017
-
-
keorn authored
-
Arkadiy Paronyan authored
-
- Mar 29, 2017
-
-
* Updating paths to repos. * Updating rotor and libusb * Fixing other occurrences
-
Tomasz Drwięga authored
-
- Mar 28, 2017
-
-
keorn authored
* ability to make validation stricter * fix consensus * remove logger
-
- Mar 27, 2017
-
-
NikVolf authored
-
Marek Kotewicz authored
* eip100b * fix eip100b build and tests * Conventional comparison order
-
- Mar 26, 2017
-
-
Arkadiy Paronyan authored
-
- Mar 25, 2017
-
-
NikVolf authored
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
-
asynchronous rob authored
-
- Mar 24, 2017
-
-
NikVolf authored
-
- Mar 23, 2017
-
-
Tomasz Drwięga authored
* Export account RPC * Removing GethDirectory and ParityDirectory * Updating ethstore-cli help.
-
keorn authored
* add multi validator set * nicer comment * validate in constructor * reporting
-
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
-
-
asynchronous rob authored
-
NikVolf authored
-
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
-
NikVolf authored
-
NikVolf authored
-
NikVolf authored
-
NikVolf authored
-
* 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
-
NikVolf authored
-
- Mar 21, 2017
-
-
asynchronous rob authored
-