Skip to content
Snippets Groups Projects
  1. May 14, 2019
  2. May 13, 2019
  3. May 09, 2019
  4. May 02, 2019
  5. May 01, 2019
  6. Apr 29, 2019
  7. Apr 27, 2019
  8. Apr 26, 2019
  9. Apr 23, 2019
  10. Apr 15, 2019
  11. Apr 02, 2019
  12. Mar 22, 2019
  13. Mar 15, 2019
  14. Feb 28, 2019
  15. Feb 27, 2019
  16. Feb 17, 2019
  17. Feb 15, 2019
  18. Feb 08, 2019
  19. Feb 06, 2019
    • gabriel klawitter's avatar
      build tagged versions (#1712) · 94e1e380
      gabriel klawitter authored
      94e1e380
    • Bastian Köcher's avatar
      Moves `node-template` into substrate repo (#1637) · 567122fa
      Bastian Köcher authored
      * Make runtime macros work without required `macro_use`
      
      * Adds node-template
      
      * Adds node-template-release tool
      
      * Fixes building `node-template` and improve the release
      
      * Add `profile.release` by release script to remove warning
      
      * Adds script for releasing the node template
      
      * Fixes compilation after master merge
      
      * Port node-template to edition 2018
      
      * Remove license
      
      * Fixes compilation after master merge
      
      * Add `node-template-release.sh` into the CI
      
      * WIP Ci integrate node template (#1701)
      
      * copy artifacts to s3 bucket latest path
      
      * typo
      
      * bucket name
      
      * Update wasm files
      567122fa
    • gabriel klawitter's avatar
      fix cache clearing error (#1703) · 8aae19e2
      gabriel klawitter authored
      8aae19e2
  20. Feb 05, 2019
  21. Jan 17, 2019
  22. Jan 16, 2019
    • gabriel klawitter's avatar
      [CI] Publish rustdoc (#1446) · 04175ddc
      gabriel klawitter authored
      * build rust docs and publish them on s3
      
      * fix yaml anchors
      
      * debug i
      
      * debug fix
      
      * typo
      
      * add doc build caching
      
      * cache doc artifacts
      
      * test caching
      
      * more caching, aws tuning
      
      * debug i
      
      * debug ii
      
      * rework caching
      
      * send to substrate_service/index.html per default
      04175ddc
  23. Dec 10, 2018
    • gabriel klawitter's avatar
      Upload builds to releases.parity.io (#1233) · 6c0cfd17
      gabriel klawitter authored
      * gitlab-ci.yml: upload binaries to s3
      
      * gitlab-ci.yml: typo tag names
      
      * gitlab-ci.yml: avoid dots in tags
      
      * gitlab-ci.yml: try before_script
      
      * gitlab-ci.yml: indentation
      
      * gitlab-ci.yml: unified before_script
      
      * gitlab-ci.yml: don't forget script
      
      * use VERSION file
      
      * build.sh only before builds
      
      * git_strategy: none
      
      * use own docker awscli image
      
      * typo
      
      * use artifacts folder
      
      * enable uploads to s3 as well
      
      * add builds.sh to tests
      6c0cfd17
  24. Dec 06, 2018
  25. Dec 05, 2018
  26. Oct 26, 2018
  27. Oct 19, 2018
    • Svyatoslav Nikolsky's avatar
      Moved DigestItem impl to impl_outer_log (#932) · ca38fd72
      Svyatoslav Nikolsky authored
      * moved DigestItem impl to impl_outer_log
      
      * Enable backtrace collecting on the CI
      
      * internal module is not required in impl_outer_log
      
      * Revert "internal module is not required in impl_outer_log"
      
      This reverts commit 5430446971cdf5fd5735863b86cd08a11d35d1dd.
      
      * Revert "moved DigestItem impl to impl_outer_log"
      
      This reverts commit 8872bbee963dbb4316251222f5c0757303fb3f52.
      
      * Revert "Revert "moved DigestItem impl to impl_outer_log""
      
      This reverts commit 47afd59682f8828665bd9cfb293b40ce4c4787af.
      
      * Revert "Revert "internal module is not required in impl_outer_log""
      
      This reverts commit 9ae640010c00ef134099d5b6a4430d330be134b2.
      
      * More diagnostics
      
      * check if only 1 test fails
      
      * test is back + some "traces"
      
      * removed some traces
      
      * removed "traces"
      ca38fd72
  28. Sep 15, 2018
  29. Sep 12, 2018
    • Gav Wood's avatar
      Phase 1 of repo reorg (#719) · 1e011625
      Gav Wood authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Remove unneeded script
      
      * Rename Substrate Demo -> Substrate
      
      * Rename demo -> node
      
      * Build wasm from last rename.
      
      * Merge ed25519 into substrate-primitives
      
      * Minor tweak
      
      * Rename substrate -> core
      
      * Move substrate-runtime-support to core/runtime/support
      
      * Rename/move substrate-runtime-version
      
      * Move codec up a level
      
      * Rename substrate-codec -> parity-codec
      
      * Move environmental up a level
      
      * Move pwasm-* up to top, ready for removal
      
      * Remove requirement of s-r-support from s-r-primitives
      
      * Move core/runtime/primitives into core/runtime-primitives
      
      * Remove s-r-support dep from s-r-version
      
      * Remove dep of s-r-support from bft
      
      * Remove dep of s-r-support from node/consensus
      
      * Sever all other core deps from s-r-support
      
      * Forgot the no_std directive
      
      * Rename non-SRML modules to sr-* to avoid match clashes
      
      * Move runtime/* to srml/*
      
      * Rename substrate-runtime-* -> srml-*
      
      * Move srml to top-level
      1e011625
  30. Sep 11, 2018
  31. Sep 07, 2018
  32. Aug 30, 2018
  33. Aug 27, 2018
    • Gav Wood's avatar
      New slashing logic (#570) · f59bcd15
      Gav Wood authored
      * New slashing mechanism (#554)
      
      * Slashing improvements
      
      - unstake when balance too low
      - unstake after N slashes according to val prefs
      - don't early-terminate session/era unless unstaked
      - offline grace period before punishment
      
      * Fix warning
      
      * Cleanups and ensure slash_count decays
      
      * Bump authoring version and introduce needed authoring stub
      
      * Rename
      
      * Fix offline tracker
      
      * Fix offline tracker
      
      * Renames
      
      * Add test
      
      * Tests
      
      * Tests.
      
      * Remove accidental merge files.
      
      * Version bump, fixes (#572)
      
      * Bump version, don't propose invalid blocks
      
      * Fix build.
      
      * Fixes.
      
      * More fixes.
      
      * Fix tests.
      
      * Fix more tests
      
      * More tests fixed
      
      * Fix merge
      
      * Fix accidental merge bug
      
      * Fixes.
      
      * Staking failsafes
      
      - Don't slash/unstake/change session when too few staking participants
      - Introduce set_balance PrivCall
      
      * Make minimum validator count dynamic.
      
      * test fixes
      
      * Fix tests.
      
      * Fix tests
      
      * Fix tests, update readme.
      
      * Test with release.
      
      * Use safe math when dealing with total stake
      
      * Fix test again.
      
      * Fix grumbles.
      f59bcd15
  34. Aug 12, 2018