1. Dec 29, 2017
  2. Dec 13, 2017
    • asynchronous rob's avatar
      Minimal collation work-flow and necessary traits (#25) · 5b9c57b1
      asynchronous rob authored
      * collator crate skeleton and description
      
      * parachain primitives: proof -> witness and egress format
      
      * collation of ingress queues through trait
      
      * add ingress collation test
      
      * structure for collated ingress
      
      * add collated ingress to proposal
      
      * witness -> proof
      
      * ingress collation and candidate creation + code cleanup
      
      * update collator lib to new definitions
      
      * address formatting grumble
      5b9c57b1
  3. Dec 12, 2017
  4. Nov 15, 2017
    • Tomasz Drwięga's avatar
      RPC & Client (#21) · 2ae67514
      Tomasz Drwięga authored and asynchronous rob's avatar asynchronous rob committed
      * Initial version of http server.
      
      * Refactor the structure.
      
      * add unassigned ports info.
      
      * Rename servers to match conventions.
      
      * Add client crate and some proper RPC implementations.
      
      * Style & docs.
      2ae67514
  5. Nov 13, 2017
    • asynchronous rob's avatar
      State Machine: Abstract function execution (#19) · 79a88a47
      asynchronous rob authored
      * initial primitives
      
      * add block primitives
      
      * state machine: backend
      
      * in-memory backend
      
      * tests for overlayed storage
      
      * blanked impl for state machine error
      
      * abstract call execution
      
      * squash warnings temporarily
      
      * fix contracts crate
      
      * address grumbles
      
      * remove redundant state-machine dependency
      79a88a47
  6. Nov 12, 2017
  7. Nov 10, 2017