1. Aug 09, 2018
    • Gav Wood's avatar
      Revert "Expose node public key to telemetry" · c946fb4a
      Gav Wood authored
      c946fb4a
    • Maciej Hirsz's avatar
      Merge pull request #522 from paritytech/mh-public-key-for-telemetry · d23953d4
      Maciej Hirsz authored
      Expose node public key to telemetry
      d23953d4
    • maciejhirsz's avatar
      Cleanup · 8d0b8a2f
      maciejhirsz authored
      8d0b8a2f
    • David's avatar
      Use parity-common to make substrate generic over hasher and trie encoding codec (#297) · d5de4bc6
      David authored
      * Genric over hasher
      
      * WIP start adding NodeCodec
      
      * Add codec to TrieBackend
      
      * Typechecks
      
      * Fix error type
      
      * Cleanup
      
      * Tests build (and fail)
      
      * Fix tests: don't use MemoryDB::default()
      
      * Lockfile
      
      * Address grumbles
      
      * Teach environmental! about generics
      
      * Add Finder artifacts
      
      * whitespace
      
      * Add a toy impl of Hasher and plug it in to Externalities
      
      * Use `uint` and `fixed-hash` from `parity-common`
      Remove unused U512
      Add test to ensure H256 impls heapsizeof
      
      * lock file updates
      
      * Make hashes Encodable/Decodable
      
      * lock file updates
      
      * Impl FromIterator for TestExternalities so we can collect() and use map!
      
      * Use rustc-hex from crates
      Use rlp from master so dependencies do not mess up the scope
      
      * Fix tests in runtime-io
      
      * lockfile shenanigans
      
      * Add a BlakeHasher impl
      
      * Use BlakeHasher in runtime-io
      
      * lockfile updates
      
      * ws
      
      * Add a Blake2/RLP-flavoured NodeCodec
      
      * Use Blake-flavoured Hasher and NodeCodec
      
      * lockfile
      
      * Implement PartialEq and Default for TestExternalities
      
      * Add note about limitations of environmental!
      
      * Make it compile, but this is probably broken
      
      * Derive Debug so tests in executor can work
      
      * Make executor use BlakeHasher
      
      * ws
      
      * WIP make client generic
      
      * typechecks
      
      * cleanup
      
      * client tests pass
      
      * Fix client/db
      
      * cleanup
      
      * Fix network
      
      * Fix rpc
      
      * Fix service
      
      * Make TestExternalities work better au lieu d'un HashMap
      
      * Fix tests in council
      
      * Fix tests in contract
      
      * Fix tests in council
      
      * Fix democracy
      
      * Add comment about odd-looking reexports in tests
      
      * Don't need to load branch
      
      * Fix staking
      
      * Fix session
      
      * Some polkadot fixes and lockfile
      
      * Fix executive
      
      * fixup lockfile
      
      * Fix polkadot/api
      
      * Fix polkadot/service
      
      * Fix polkadot/runtime tests
      
      * Fix tests in test-runtime
      
      * Test fixes
      
      * Fix missing component in the `std` feature
      
      * Use PhantomData and Result from core
      
      * Fix paths
      Use core
      
      * load heapsize on wasm
      
      * implement `HeapSizeOf` for wasm
      
      * Add toy impl of `blake2_256` for no_std
      
      * lockfile
      
      * Use kvdb* from parity-common and fix errors
      
      * rebuilt lockfile
      
      * Add dummy impl of `on_advance_round` for rhododendron::Context
      
      * Fix build after merge
      
      * Add HeapSizeOf bound where needed
      
      * Sort out dependencies for no_std
      
      * Add HeapSizeOf bound where needed
      
      * use temp branch pending PR merges
      
      * Remove unneeded tests
      
      * Lock file and wasm artifacts
      
      * lockfile
      
      * Use magic commit for libp2p
      
      * Cleanup
      
      * Implement blake2_256 for no_std
      
      * Back on parity-common master
      
      * missing type params
      
      * Update Cargo.lock
      
      * whitespace
      d5de4bc6
    • maciejhirsz's avatar
      Make sure all the zeros are there · 102266b2
      maciejhirsz authored
      102266b2
    • Tomasz Drwięga's avatar
      Add blocks per second and some colors to the informant (#519) · aed2a26a
      Tomasz Drwięga authored
      * Add blocks per second to informant.
      
      * Add some colours.
      aed2a26a
    • maciejhirsz's avatar
      unwrap to expect · 7c3e6e28
      maciejhirsz authored
      7c3e6e28
    • maciejhirsz's avatar
      Expose node public key to telemetry · 3ec35cbd
      maciejhirsz authored
      3ec35cbd
    • Gav Wood's avatar
      Remove safe-mix (#521) · de061dcf
      Gav Wood authored
      de061dcf
    • agryaznov's avatar
      README: fixed typo in docker run command (#518) · c29e219c
      agryaznov authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      c29e219c
    • Tomasz Drwięga's avatar
      Merge *_at methods. (#515) · 687879c3
      Tomasz Drwięga authored
      687879c3
    • Chevdor's avatar
      New flags to listen to all interfaces (#495) · 620adb96
      Chevdor authored
      * Add new flag to allow listening to all interfaces
      
      Fix #439
      Fix #494
      
      * Fix capitalisation
      620adb96
  2. Aug 08, 2018
  3. Aug 07, 2018
  4. Aug 06, 2018
  5. Aug 05, 2018
  6. Aug 04, 2018
  7. Aug 03, 2018
  8. Aug 02, 2018
  9. Aug 01, 2018
  10. Jul 31, 2018