Skip to content
  1. Jan 25, 2019
  2. Jan 23, 2019
  3. Jan 21, 2019
  4. Jan 18, 2019
  5. Jan 17, 2019
  6. Jan 16, 2019
  7. Jan 15, 2019
  8. Jan 09, 2019
  9. Jan 08, 2019
    • Luke Schoen's avatar
      docs: Fix typo in README (#69) · 0261bb3c
      Luke Schoen authored
      Typo as identified here https://github.com/paritytech/polkadot/pull/64#discussion_r245995562
      0261bb3c
    • Luke Schoen's avatar
      docs: Update Readme to PoC-3 (#64) · 3c6f561c
      Luke Schoen authored
      * docs: Update Readme for PoC-3
      
      * docs: Fix formatting and update Docker section
      
      * docs: Fix formatting. Start trying to make consistent with Substrate repo
      
      * docs: Move Two-Node example into Hack on Substrate
      3c6f561c
    • Gav Wood's avatar
      Update to latest substrate (#66) · f76c0b10
      Gav Wood authored
      * Update to latest substrate
      
      * Fix as much as I can
      
      * Store key out of Environment::init
      
      * Fix service compile
      f76c0b10
  10. Dec 29, 2018
  11. Dec 22, 2018
  12. Dec 21, 2018
  13. Dec 20, 2018
  14. Dec 14, 2018
  15. Dec 11, 2018
    • asynchronous rob's avatar
      Authorship works again (#50) · 13b58b13
      asynchronous rob authored
      * provide through inherent-data when authoring
      
      * remove unneeded codec round-trip in proposer
      
      * refactor polkadot-consensus service architecture
      
      * integrate block authorship into polkadot service
      
      * remove unused extern substrate-network crate in service
      
      * write wrapper for unifying errors in consensus proposer
      
      * extend wrapper further
      
      * switch temporarily to macro-changing branch
      
      * runtime compiles
      
      * implement `inherent_extrinsics` for runtime
      
      * block authorship works
      
      * add GRANDPA to polkadot runtime
      
      * get everything compiling
      
      * use substrate master branch again
      
      * remove some unneeded params
      
      * update WASM
      
      * parse only extrinsics when pruning availability store
      
      * update recent deps
      
      * runtime almost compiles
      
      * need to expose trait type in build : I had to put phantomdata manually.
      
      * finish updating authorship to latest GRANDPA and Aura
      
      * fix tests
      
      * update wasm
      13b58b13