1. Apr 12, 2017
  2. Apr 11, 2017
  3. Apr 10, 2017
    • keorn's avatar
      Tendermint fixes (#5415) · d3b2bcdd
      keorn authored
      * more resilience
      
      * refactor commit
      
      * fix proposal broadcast
      
      * list encoding
      
      * address grumbles
      
      * to into
      d3b2bcdd
  4. Apr 05, 2017
  5. Apr 03, 2017
  6. Apr 01, 2017
  7. Mar 31, 2017
  8. Mar 30, 2017
  9. Mar 29, 2017
  10. Mar 28, 2017
  11. Mar 27, 2017
  12. Mar 26, 2017
  13. Mar 25, 2017
  14. Mar 24, 2017
  15. Mar 23, 2017
    • Tomasz Drwięga's avatar
      Export account RPC (#4967) · bb1bbebf
      Tomasz Drwięga authored
      * Export account RPC
      
      * Removing GethDirectory and ParityDirectory
      
      * Updating ethstore-cli help.
      bb1bbebf
    • keorn's avatar
      Switching ValidatorSet (#4961) · 9fdd0e3a
      keorn authored
      * add multi validator set
      
      * nicer comment
      
      * validate in constructor
      
      * reporting
      9fdd0e3a
    • asynchronous rob's avatar
      Implement PIP messages, request builder, and handlers (#4945) · 64cec5ff
      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
      64cec5ff
  16. Mar 22, 2017
    • asynchronous rob's avatar
      migration to light client mode · dd1a3fc6
      asynchronous rob authored
      dd1a3fc6
    • NikVolf's avatar
      update for rv · 9d23101c
      NikVolf authored
      9d23101c
    • Marek Kotewicz's avatar
      rlp deserialization refactor, 30% faster (#4901) · 044d0706
      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
      044d0706
    • NikVolf's avatar
      trace mapping fix · 436ae133
      NikVolf authored
      436ae133
    • NikVolf's avatar
      no-input test · 8a4537fc
      NikVolf authored
      8a4537fc
    • NikVolf's avatar
      fix warnings · d1293d9f
      NikVolf authored
      d1293d9f
    • NikVolf's avatar
      some tests for simple cases · 3e7dc572
      NikVolf authored
      3e7dc572
    • Tomasz Drwięga's avatar
      Updating JSON-RPC crates (#4934) · 7e87e9e8
      Tomasz Drwięga authored and Marek Kotewicz's avatar Marek Kotewicz committed
      * New version of jsonrpc.
      
      * Better invalid encoding messages
      
      * Fixing deprecated methods of tokio_core
      
      * Using dedicated branch for jsonrpc
      
      * Bump
      7e87e9e8
    • Marek Kotewicz's avatar
      splitting part of util into smaller crates (#4956) · d530cc86
      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
      d530cc86