1. Nov 28, 2019
  2. Sep 26, 2019
  3. Aug 23, 2019
  4. Aug 21, 2019
  5. Aug 16, 2019
  6. Aug 12, 2019
    • Kian Paimani's avatar
      Update to latest Substrate master. (#353) · af0d87af
      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
      af0d87af
  7. Mar 05, 2019
  8. Feb 26, 2019
  9. Jan 09, 2019
  10. Dec 21, 2018
  11. Dec 20, 2018
  12. Sep 12, 2018
  13. Jul 28, 2018
  14. Jul 25, 2018
    • Arkadiy Paronyan's avatar
      Substrate CLI (#423) · 1fb72bf3
      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
      1fb72bf3
  15. Jul 17, 2018
  16. Jul 15, 2018
    • snd's avatar
      Issue 279 - unique path for each chains db, network, keystore to prevent collisions (#322) · 27a19e1f
      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
      27a19e1f
  17. Jul 03, 2018
    • Arkadiy Paronyan's avatar
      Serialisable genesis config (#229) · 5f1e44be
      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
      5f1e44be