1. Aug 13, 2018
  2. Aug 12, 2018
  3. Aug 11, 2018
    • asynchronous rob's avatar
      Vote out offline authorities (#524) · e8f21cf0
      asynchronous rob authored
      * notify when an authority appears to have missed their block
      
      * Runtime API
      
      * offline tracker
      
      * Move to consensus
      
      * generating reports of offline indices
      
      * stubbed-out evaluation logic
      
      * Slashing data pathwat
      
      * usize -> u32
      
      * Slash bad validators.
      
      * update to rhododendron 0.3
      
      * fix compilation of polkadot-consensus
      
      * Support offline noting in checked_block
      
      * include offline reports in block authorship voting
      
      * do not vote validators offline after some time
      
      * add test for offline-tracker
      
      * fix test build
      
      * bump spec version
      
      * update wasm
      
      * Only allow validators that are possible to slash
      
      * Fix grumble
      
      * More idiomatic
      
      * New Wasm.
      
      * update rhododendron
      
      * improve logging and reduce round time exponent
      
      * format offline validators in ss58
      e8f21cf0
  4. Aug 10, 2018
  5. Aug 09, 2018
  6. Aug 08, 2018
  7. Aug 07, 2018
  8. Aug 06, 2018
  9. Aug 05, 2018
  10. Aug 04, 2018
  11. Aug 03, 2018
  12. Aug 02, 2018
  13. Aug 01, 2018
    • asynchronous rob's avatar
      Collator for the "adder" (formerly basic-add) parachain and various small fixes (#438) · bd3890da
      asynchronous rob authored
      * update basic_add wasm
      
      * wasm feature and collator feature
      
      * move test parachains around a little
      
      * fix wasm build for basic_add
      
      * move basic_add to adder, introduce README
      
      * minimal basic_add collator
      
      * ensure collator messages are sent in the right order
      
      * more logging
      
      * route consensus statements to all peers
      
      * minor bugfixes for parachains
      
      * genesis builder accounts for parachain heads
      
      * fix parachains tests
      
      * targets for txpool
      
      * tweak runtime + collator
      
      * fix version in adder-collator
      
      * consistency for overflowing
      
      * adjust comment
      
      * fix stable test run
      
      * remove dummy registration test
      
      * final grumbles
      bd3890da
    • Tomasz Drwięga's avatar
      Storage changes subscription (#464) · 503bcb56
      Tomasz Drwięga authored and Svyatoslav Nikolsky's avatar Svyatoslav Nikolsky committed
      * Initial implementation of storage events.
      
      * Attaching storage events.
      
      * Expose storage modification stream over RPC.
      
      * Use FNV for hashing small keys.
      
      * Fix and add tests.
      
      * Swap alias and RPC name.
      
      * Fix demo.
      
      * Addressing review grumbles.
      
      * Fix comment.
      503bcb56