Skip to content
  1. Apr 02, 2018
  2. Mar 31, 2018
  3. Mar 30, 2018
  4. Mar 29, 2018
    • Sergey Pepyakin's avatar
      Add missing license header for runtime.rs (#8252) · cab073ba
      Sergey Pepyakin authored
      * Add missing license header for runtime.rs
      
      * Update year
      cab073ba
    • Pierre Krieger's avatar
    • Tomasz Drwięga's avatar
      Warp-only sync with warp-barrier [blocknumber] flag. (#8228) · 899c1a4b
      Tomasz Drwięga authored
      * Warp-only sync with warp-after [blocknumber] flag.
      
      * Fix tests.
      
      * Fix configuration tests.
      
      * Rename to warp barrier.
      899c1a4b
    • Andrew Jones's avatar
      Replace all Rlp usages with UntrustedRlp except for ethcore views (#8233) · e3f7b70c
      Andrew Jones authored
      * Replace Rlp with UntrustedRlp and unsafely unwrap
      
      All Rlp methods return Result<_,DecoderError> now, so for this first
      pass each will be marked with `expect("TODO")`. In the next pass we can
      categorise figure out how to handle each case.
      
      * Handle DecoderError for tendermint message
      
      * Unwrap rlp results in TestBlockcChainClient
      
      Rlp should be valid since created manually in tests
      
      * Replace `use rlp::*` with explicit imports
      
      * Remove rlp decode unwraps from light cli request
      
      * Structured rlp encoding for curr best and latest in header chain
      
      * Propogate decoder errors from send_packet
      
      * Fix body uncles rlp index
      
      * Use BodyView in sync and `expect` rlp errors
      
      * Revert bbf28f removing original Rlp for this phase
      
      This can be done again in the next phase, in order that we can leave the ethcore views unchanged
      
      * Restore legacy Rlp and UntrustedRlp
      
      Use legacy Rlp for ethcore views. Will redo replacing Rlp with UntrustedRlp in  a subsequent PR
      
      * Fix tests
      
      * Replace boilerplate Encodable/Decodable with derive
      
      * Use BlockView instead of Rlp, remove unwrap
      
      * Remove rlp test_cli unwraps by using BlockView instead of Rlp directly
      
      * Remove unneccesary change to use borrowed hash
      
      * Construct sync block using new_from_header_and_body
      e3f7b70c
  5. Mar 28, 2018
  6. Mar 27, 2018
  7. Mar 26, 2018
  8. Mar 24, 2018
    • Kirill Pimenov's avatar
      Updated jsonrpc to point to the 1.11 branch (#8180) · 8c02211d
      Kirill Pimenov authored and Marek Kotewicz's avatar Marek Kotewicz committed
      * Updated jsonrpc to point to the 1.11 branch
      
      * Update dependencies.
      
      - `jsonrpc` PR #244 required `hyper >= 0.11.20` which in turn required
      updating `tokio-core`, `mio` and `iovec`.
      
      - `jsonrpc` PR #246 required updating `https://github.com/tomusdrw/ws-rs`.
      
      * Update tokio-core to 0.1.12
      
      * Update hyper to 0.11.24
      8c02211d
  9. Mar 23, 2018
  10. Mar 22, 2018
  11. Mar 21, 2018
  12. Mar 20, 2018
  13. Mar 19, 2018