1. Mar 23, 2017
  2. Mar 22, 2017
    • asynchronous rob's avatar
      light client RPC dependencies · 73b2dd7a
      asynchronous rob authored
      73b2dd7a
    • asynchronous rob's avatar
      e3d6525d
    • asynchronous rob's avatar
      initial light CLI · c718b561
      asynchronous rob authored
      c718b561
    • 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
    • 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
  3. Mar 21, 2017
  4. Mar 20, 2017
    • Marek Kotewicz's avatar
      rlp serialization refactor (#4873) · a555686b
      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
      a555686b
  5. Mar 16, 2017
  6. Mar 13, 2017
  7. Mar 11, 2017
  8. Mar 09, 2017
  9. Mar 08, 2017