1. Jul 08, 2020
  2. Jun 22, 2020
  3. May 26, 2020
  4. May 21, 2020
  5. Apr 29, 2020
  6. Apr 21, 2020
  7. Apr 14, 2020
    • ddorgan's avatar
      Westend Mark II (#983) · 4f9f1c87
      ddorgan authored
      
      
      * Initial draft
      
      * More work
      
      * Build
      
      * Docs
      
      * Insert westend keys
      
      * Add badBlock to fork from old chain
      
      * Updated spec to reset westend
      
      * Use raw spec
      
      * Fix spec format and use westend2 for both id's
      
      * Correct public key for bootnode 3
      
      * Build
      
      * Extra space
      
      * Fix build
      
      * Lock
      
      * Update lock
      
      * Fixes
      
      * Fix for he startup text
      
      * Bump
      
      Co-authored-by: default avatarGav Wood <[email protected]>
      4f9f1c87
  8. Mar 15, 2020
  9. Feb 03, 2020
  10. Jan 24, 2020
  11. Jan 23, 2020
  12. Jan 06, 2020
    • Gavin Wood's avatar
      Hotfix for Kusama (#724) · 5cb929a1
      Gavin Wood authored
      
      
      * cli: revert borked kusama chain on startup
      
      * Docs.
      
      * cli: fix reversal of bork kusama fork
      
      * cli: force always can author
      
      * Version bump
      
      * service: support setting fork blocks in config
      
      * service: add support for bad blocks extension
      
      * service: add badBlocks to kusama chainspec
      
      * Bump Substrate to hotfix version.
      
      * service: add bad block to kusama chain spec
      
      * cleanup kusama hotfix
      
      * add kusama grandpa hotfix
      
      * Bump substrate
      
      * Bump spec_version
      
      * Rebump
      
      * cli: remove unnecessary dependencies
      
      * service: revert can_author_with fix
      
      * service: remove unnecessary method
      
      * Don't try to track polkadot runtime verion yet
      
      * Versions
      
      * service: better grandpa fix detection
      
      Co-authored-by: default avatarAndré Silva <[email protected]>
      5cb929a1
    • André Silva's avatar
      ec0a7604
  13. Dec 11, 2019
  14. Dec 10, 2019
  15. Nov 28, 2019
  16. Sep 26, 2019
  17. Aug 23, 2019
  18. Aug 21, 2019
  19. Aug 16, 2019
  20. Aug 12, 2019
    • Kian Paimani's avatar
      Update to latest Substrate master. (#353) · 10fc88f6
      Kian Paimani authored
      
      
      * Integrate srml/im-online
      
      * Fix all build errors with old aura.
      
      * Fix most of the build errors.
      
      * Builds and tests seem to pass (I will not trust this commit yet)
      
      * Apply suggestions from code review
      
      Co-Authored-By: default avatarRobert Habermeier <[email protected]>
      
      * Kill some warnings.
      
      * fix panics on 0 validators
      
      * Fix dev chain.
      
      * Fix author stuff
      
      * fix im online integration.
      
      * Some tweaks
      
      * Introduce app-crypto
      
      * Initial build work
      
      * codec update / tweaks
      
      * patch polkadot-erasure-coding input
      
      * More fixes for new crypto
      
      * More fixes
      
      * Update parachains module
      
      * evamp parachain crypto
      
      * More crypto work.
      
      * Chain spec and service.
      
      * ChainSpec stuff
      
      * Last bits for a clean build
      
      * Tweak coment
      
      * adapt polkadot-validation to the new keystore
      
      * polkadot-network compiles, but tests don't
      
      * Integrate the new parachain validation stuff
      
      * delete message_routing file
      
      * make polkadot-network tests compile and pass
      
      * runtime tests compile and pass
      
      * update substrate ref
      
      * service compiles
      
      * all tests pass
      
      * Add TODO, change branch back to polkadot-master
      
      * Lock file
      
      * TODOs done
      
      * Issue number
      
      * Remove old tODO
      
      * Remove commented code
      10fc88f6
  21. Mar 05, 2019
  22. Feb 26, 2019
  23. Jan 09, 2019
  24. Dec 21, 2018
  25. Dec 20, 2018
  26. Sep 12, 2018
  27. Jul 28, 2018
  28. Jul 25, 2018
    • Arkadiy Paronyan's avatar
      Substrate CLI (#423) · ed00e111
      Arkadiy Paronyan authored
      * Moved chain ops to substrate-service
      
      * moved RPC to susbstrate-service WIP
      
      * Moved RPC to substrate-service
      
      * Version
      
      * Removed redundadnt messages
      
      * substrate CLI
      
      * Removed obsolete files
      
      * Sorted out startup messages
      
      * Pass executable name to CLI
      ed00e111
  29. Jul 17, 2018
  30. Jul 15, 2018
    • snd's avatar
      Issue 279 - unique path for each chains db, network, keystore to prevent collisions (#322) · 1888adb9
      snd authored
      * make spec.name() part of database_path preventing collisions
      
      resolves #279
      
      * add `id` field to `ChainSpec`
      
      * add blank line for readability
      
      * dot/cli: use spec_id in db_path
      
      * dot/cli: make spec_id part of keystore_path
      
      * dot/cli: make spec_id part of network_path
      
      * add id field to poc-1.json chain spec
      
      * dot/cli: spec_id -> chain_id
      1888adb9
  31. Jul 03, 2018
    • Arkadiy Paronyan's avatar
      Serialisable genesis config (#229) · c7067fa0
      Arkadiy Paronyan authored
      * Genesis serialization
      
      * Custom type for AuthorityId
      
      * Merge w master
      
      * Fixed a few minor issues
      
      * Fixed unmerged file
      
      * Renamed tag
      
      * Deferred genesis loading
      
      * Upated wasm runtime
      
      * Minor issues
      c7067fa0