Skip to content
  1. Feb 08, 2019
    • Benjamin Kampmann's avatar
      Cleaning up dependencies (#125) · 9fb22ce2
      Benjamin Kampmann authored
      * cargo update
      * Update to latest ctrlc crate
      * Update vergen
      * Update to latest pretty_assertions
      * Update log
      * Update parking_lot
      * Update hex-rustc
      9fb22ce2
  2. Feb 04, 2019
  3. Jan 29, 2019
    • Gav Wood's avatar
      Use new externs for eth crypto (#114) · 82e866be
      Gav Wood authored
      * Add claims.
      
      * Failing build
      
      * Updatee to latest substrate, fix tests
      
      * Remove unneeded
      
      * Introduce tests with real work sig
      
      * Use right 64 bytes of pubkey to get eth addr
      
      * Fix for eth sig
      
      * Fix build
      
      * Fix wasm
      
      * Use new externs for eth crypto.
      
      * Bump spec version
      
      * New runtime
      82e866be
  4. Jan 28, 2019
  5. Jan 27, 2019
  6. Jan 25, 2019
    • Gav Wood's avatar
      Claim yer sale DOTs (#97) · c5bb21ab
      Gav Wood authored
      * Add claims.
      
      * Failing build
      
      * Updatee to latest substrate, fix tests
      
      * Remove unneeded
      
      * Introduce tests with real work sig
      
      * Use right 64 bytes of pubkey to get eth addr
      
      * Fix for eth sig
      
      * Fix build
      
      * Fix wasm
      c5bb21ab
  7. Jan 24, 2019
    • asynchronous rob's avatar
      Initial erasure-coding of availability data (#56) · a05d422a
      asynchronous rob authored
      * erasure-coding block data
      
      * adjust error handling
      
      * merkleize chunks and yield branches for each
      
      * construction and proving of merkle branches
      
      * port over to new GF(2^16) impl
      
      * some tests for wrapped_shard
      
      * handle extra byte from GF(2^16) better
      
      * point to github dependency
      
      * add issue link
      
      * point to master for reed-solomon-erasure
      
      * add missing license header
      a05d422a
    • Phil's avatar
      Update README.adoc (#108) · c25674a1
      Phil authored and asynchronous rob's avatar asynchronous rob committed
      added newer rust version required, and instructions for updating Rust using `rustup update`
      c25674a1
  8. Jan 23, 2019
  9. Jan 22, 2019
    • André Silva's avatar
      cli: fix node shutdown (#100) · 1bd597a5
      André Silva authored and asynchronous rob's avatar asynchronous rob committed
      1bd597a5
    • asynchronous rob's avatar
      Parachain execution yields messages to send (#96) · fe6351ca
      asynchronous rob authored
      * read head-data directly out of WASM memory
      
      * implement ext_post_message for parachain WASM
      
      * further refactoring of the parachain module
      
      * add externalities error type
      
      * accumulate posted messages when validating parachain candidate
      
      * define Extrinsic type in primitives
      
      * availability-store: store extrinsic data
      
      * compute extrinsic and check against candidate
      
      * add some egress queue tests
      
      * grumbles & substrate update
      
      * ensure everything builds
      fe6351ca
  10. Jan 18, 2019
  11. Jan 17, 2019
  12. Jan 16, 2019
  13. Jan 15, 2019
  14. Jan 09, 2019
  15. Jan 08, 2019
  16. Dec 29, 2018
  17. Dec 21, 2018
  18. Dec 20, 2018
  19. Dec 14, 2018
  20. Dec 11, 2018
    • asynchronous rob's avatar
      Authorship works again (#50) · 19095168
      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
      19095168
  21. Dec 07, 2018