Skip to content
Snippets Groups Projects
  1. May 04, 2020
  2. Apr 30, 2020
    • André Silva's avatar
      grandpa: update to finality-grandpa v0.12.0 (#5853) · d2967ba4
      André Silva authored
      * grandpa: update to v0.12.0
      
      * grandpa: fix tests
      
      * grandpa: better validation of authority set invariants
      
      * grandpa: avoid duplicating invalid authority list check
      
      * grandpa: add missing doc
      
      * grandpa: better validation of expect proofs
      
      * grandpa: fix test compilation
      
      * grandpa: fix tests
      
      * grandpa: add test for AuthoritySet invariants
      
      * grandpa: bump finality-grandpa to v0.12.0
      d2967ba4
    • Shawn Tabrizi's avatar
      Frame System Benchmarking (#5834) · b301451c
      Shawn Tabrizi authored
      * Frame System Benchmarking
      
      * Add to substrate node, avoid divide by zero errors in analysis
      
      * reduce features
      
      * some fixes
      
      * copy pasta
      b301451c
    • Nikolay Volf's avatar
      Add parity-db variant for trie benchmarks (#5827) · 48832fed
      Nikolay Volf authored
      * parity-db bench
      
      * use arkady suggestion
      48832fed
  3. Apr 29, 2020
  4. Apr 28, 2020
    • Stanislav Tkach's avatar
      Remove sp-runtime dependency from sp-phragmen (#5786) · d870eb23
      Stanislav Tkach authored
      * Remove sp-runtime dependency from sp-phragmen
      
      * Use regular derive(Debug) instead of RuntimeDebug
      d870eb23
    • Web3 Philosopher's avatar
      Move sc-client into sc-service (#5502) · 4fa5941f
      Web3 Philosopher authored
      * Drop client from sc-network and sc-client-db, move LongestChain to sc-client-api
      
      * move leaves, cht, in_mem to sc-client-api, drop client from sc-finality-grandpa
      
      * drop sc-service from sc-rpc
      
      * drop sc-service from sc-consensus-aura
      
      * drop sc-client from manual-seal and babe
      
      * drop sc-client from utils/frame/rpc/system and utils/frame/benchmarking-cli
      
      * drop sc-client from bin/node and bin/node-template
      
      * drop sc-client
      
      * fix tests
      
      * remove check -p sc-client from gitlab.yml
      
      * fix warnings
      
      * fixes ui test
      
      * fix light client tests
      
      * adds associated Client type to AbstractService
      
      * adds UsageProvider to Client
      
      * fixed ui test, again
      
      * tried and failed to get node-cli to compile for wasm
      
      * thanks to tomaka for helping me get node-cli to compile for wasmm
      
      * ui test pls pas :pray_tone4:
      
      
      
      * all tests passing 🪄
      
      * no_run documentation code
      
      * rm -f documentation code
      
      * ClientProvider
      
      * fix mega trait
      
      * move LongestChain to sc-consensus, use adds minimal bounds to AbstractService::Client
      
      * adds license to sc-consensus
      
      Co-authored-by: default avatarBenjamin Kampmann <ben@parity.io>
      4fa5941f
  5. Apr 27, 2020
  6. Apr 24, 2020
  7. Apr 23, 2020
    • Bastian Köcher's avatar
    • Benjamin Kampmann's avatar
      624e95b1
    • Toralf Wittner's avatar
      network: Only insert global addresses into the DHT. (#5735) · 421ef498
      Toralf Wittner authored
      * network: Only insert global addresses into the DHT.
      
      Currently every address reported via libp2p-identify is inserted into
      the DHT which thus contains a multitude of unreachable addresses such
      as from 127.0.0.0/8 or 10.0.0.0/8.
      
      Issue #5099 suggested a dedicated service over UDP to gauge the
      reachability of an address, which would however incur extra I/O costs
      and be of limited use.
      
      As an alternative and simpler tactic, this PR only allows global IP
      addresses to be inserted into the DHT unless an explicit command-line
      flag `--allow-non-global-addresses-in-dht` is given or a node is
      started with `--dev`. This opt-in behaviour is meant to allow
      site-local networks to still make use of a DHT.
      
      * Enable non-global in more test setups.
      
      * Replace command-line option with different name.
      
      * Another test fix.
      421ef498
  8. Apr 20, 2020
  9. Apr 17, 2020
  10. Apr 16, 2020
  11. Apr 15, 2020
  12. Apr 14, 2020