Skip to content
  1. Feb 11, 2019
  2. Feb 09, 2019
  3. Feb 07, 2019
  4. Feb 06, 2019
    • Pierre Krieger's avatar
      Update libp2p to v0.3 (#1634) · 29d6d979
      Pierre Krieger authored
      * Update libp2p
      
      * Some more diagnostics
      
      * 30 seconds back to 5 seconds
      
      * Bump libp2p-core and improve test
      
      * Fix runtime Cargo.lock
      
      * More work
      
      * Finish upgrade to libp2p 0.3
      
      * Add a maximum of 60 seconds for the rounds
      
      * Remove env_logger
      
      * Update Cargo.lock
      
      * Update Cargo.lock in test-runtime
      
      * Fix test compilation
      
      * Make the test pass
      
      * Add identify addresses to Kademlia
      
      * Don't connect to nodes we're already connected to
      
      * Add warning for non-Substrate nodes
      
      * Fix external address not added
      
      * Start in Enabled mode
      29d6d979
    • André Silva's avatar
      Lower log level of grandpa until_imported message (#1691) · e67077eb
      André Silva authored
      * core: gossip: add missing docs
      
      * core: grandpa: lower log level on until_imported
      e67077eb
  5. Feb 01, 2019
  6. Jan 31, 2019
  7. Jan 30, 2019
  8. Jan 29, 2019
  9. Jan 28, 2019
  10. Jan 27, 2019
  11. Jan 21, 2019
    • Pierre Krieger's avatar
      Store identification info about the remote (#1500) · 5a82a03e
      Pierre Krieger authored
      * Store identification info about the remote
      
      * Add node name on the wire
      
      * Fix tests
      5a82a03e
    • Bastian Köcher's avatar
      Make runtime api calls native when possible (#1302) · bf6a781b
      Bastian Köcher authored
      * Add simple benchmark for the runtime api
      
      * Make the executor support native calls
      
      * Some documentation
      
      * Hide behind `feature = "std"`
      
      * Rework the native calls
      
      * Make all tests compile again
      
      * Make every parameter using the Block serialized/deserialized in the native call
      
      * Forward `UnwindSafe` requirement
      
      * Remove debug stuff
      
      * Add some documentation
      
      * Fixes warnings
      
      * Fixes errors after master rebase
      
      * Fixes compilation after master rebase
      
      * Fixes compilation after rebase
      bf6a781b