Skip to content
  1. Jan 08, 2019
    • Wei Tang's avatar
      Expose all authorship APIs (#1366) · a456f8f1
      Wei Tang authored and asynchronous rob's avatar asynchronous rob committed
      a456f8f1
    • Shawn Tabrizi's avatar
      Updating parking_lot dependencies to 0.7.1 (#1361) · aeff8259
      Shawn Tabrizi authored and Benjamin Kampmann's avatar Benjamin Kampmann committed
      aeff8259
    • Wei Tang's avatar
      Make AuthorityId generic (#1296) · bc25da55
      Wei Tang authored and Benjamin Kampmann's avatar Benjamin Kampmann committed
      * BlockAuthorityId convenience type
      
      * Rename AuthorityId -> Ed25519AuthorityId to make it more precise
      
      * Generalize AuthorityId up to substrate-client
      
      * Fix in client-db
      
      * rename: BlockAuthorityId -> AuthorityIdFor
      
      * typo: should be digest item
      
      * Fix test-runtime authorityId mismatch
      
      One states that AuthorityId is u64 while the other states that it's Ed25519AuthorityId.
      
      * Fix more u64 - Ed25519AuthorityId mismatch
      
      * Fix compile of most of the srml modules
      
      * Continue to pin aura and grandpa with ed25519 and fix compile
      
      * Add MaybeHash trait
      
      * Fix node-runtime compile
      
      * Fix network tests
      bc25da55
  2. Jan 07, 2019
  3. Jan 06, 2019
  4. Jan 04, 2019
  5. Dec 31, 2018
  6. Dec 29, 2018
  7. Dec 27, 2018
  8. Dec 23, 2018
  9. Dec 22, 2018
  10. Dec 21, 2018
    • André Silva's avatar
      node: fix shutdown (#1308) · f632893d
      André Silva authored and asynchronous rob's avatar asynchronous rob committed
      * node: remove grandpa authority flags
      
      * node: exit-guard grandpa and aura spawned futures
      
      * node: wait for futures to stop running on shutdown
      
      * core: run connectivity tests on same ports
      
      * core: pass on_exit future when starting aura and grandpa
      
      * node: add issue number to todo
      
      * core: fix aura and grandpa tests
      f632893d
    • Gav Wood's avatar
      Compact extrinsics (#1314) · 52eb3422
      Gav Wood authored
      52eb3422
  11. Dec 20, 2018
  12. Dec 19, 2018
  13. Dec 17, 2018
  14. Dec 16, 2018
  15. Dec 15, 2018
    • André Silva's avatar
      Remove grandpa liveness oracle (#1271) · 0370a157
      André Silva authored and asynchronous rob's avatar asynchronous rob committed
      * core: support broadcasting consensus message to all peers
      
      * grandpa: remove liveness oracle
      
      * node: always start grandpa on full nodes
      
      * core: don't check for grandpa justifications on failed block imports
      
      * core: fix network connectivity test
      0370a157
  16. Dec 13, 2018
  17. Dec 12, 2018
  18. Dec 11, 2018
  19. Dec 10, 2018
    • Tomasz Drwięga's avatar
      [RPC] Move runtime version from chain to state (#1243) · 3329915c
      Tomasz Drwięga authored and asynchronous rob's avatar asynchronous rob committed
      * Move runtimeVersion to state, add rudimentary test for subscription.
      
      * Bump to latest jsonrpc.
      3329915c
    • asynchronous rob's avatar
      Punish offline validators, aura-style (#1216) · 691e6e8f
      asynchronous rob authored
      * make offline-reporting infrastructure more generic
      
      * add a listener-trait for watching when the timestamp has been set
      
      * prevent inclusion of empty offline reports
      
      * add test for exclusion
      
      * generate aura-offline reports
      
      * ability to slash many times for being offline "multiple" times
      
      * Logic for punishing validators for missing aura steps
      
      * stub tests
      
      * pave way for verification of timestamp vs slot
      
      * alter aura import queue to wait for timestamp
      
      * check timestamp matches seal
      
      * do inherent check properly
      
      * service compiles
      
      * all tests compile
      
      * test srml-aura logic
      
      * aura tests pass
      
      * everything builds
      
      * some more final tweaks to block authorship for aura
      
      * switch to manual delays before step
      
      * restore substrate-consensus-aura to always std and address grumbles
      
      * update some state roots in executor tests
      
      * node-executor tests pass
      
      * get most tests passing
      
      * address grumbles
      691e6e8f