Skip to content
  1. Jun 05, 2019
    • Svyatoslav Nikolsky's avatar
      Restore integration tests (#2620) · f7ec159a
      Svyatoslav Nikolsky authored
      * restored test_consensus
      
      * restored test_sync
      
      * run integration tests only on CI
      
      * use single test-thread for integration tests
      
      * post-merge fix
      
      * panic when integration test runs for too long
      
      * add some traces to integration logs
      
      * manual wait -> timeout
      
      * post-merge fix
      
      * post-merge fix
      f7ec159a
  2. Jun 04, 2019
  3. May 29, 2019
    • DemiMarie-parity's avatar
      Introduce inherent digests (#2466) · 6e253c89
      DemiMarie-parity authored
      * Introduce inherent digests
      
      * Implement inherent digests
      
      * fix silly error
      
      * Implementation of inherent digests in BABE
      
      All tests pass. There are still limitations:
      
      1. The runtime strips out inherent digests, so BABE must re-add them.
      2. The test runtime checks that it can re-compute all digests.  It
         can’t, so I had to comment out that test.
      
      * Fix compilation and seal import
      
      Seals were not imported correctly: the pre-digest was imported twice,
      instead of both it and the seal being imported.  Also, other parts of
      the code did not compile due to incomplete refactoring.
      
      * Remove bogus assertion
      
      * Fix testsuite compilation
      
      * Remove unused import
      
      * Fix compiler diagnostics
      
      * Add inherent digest parameters to block constructors
      
      This enforces that inherent digests are added first.
      
      * Fixup Cargo.lock
      
      * Fix build errors
      
      * Re-add an incorrectly removed import
      
      * Bump primitive-types version
      
      * Update Cargo.lock
      
      * Ref...
      6e253c89
  4. May 27, 2019
  5. May 24, 2019
  6. May 23, 2019
  7. May 18, 2019
    • ddorgan's avatar
      Flaming fir deployment scripts (#2599) · 89a9556e
      ddorgan authored
      * Initial commit of flaming fir deployment scripts
      
      * Debug
      
      * Fix formatting
      
      * Correct wget syntax
      
      * Use 8 char commit id
      
      * 9 chars
      
      * Use the longer CI_BUILD_REF ref to slice from
      
      * Fix backtick error with flaming fir deploy script
      
      * Use the correct commit id length
      
      * Split out validator deploments
      
      * Fix syntax, missing :
      
      * Pass hostname as TARGET_HOST per validator
      
      * Correct syntax
      
      * Uncomment wget
      
      * Switch deploy -> kubernetes
      
      * Use full group name
      
      * Check awx log
      
      * Fix if syntax and ignore failed
      
      * Use correct JOB_ID and fix if syntax
      
      * Use correct variable
      
      * Print ansible awx log and status
      
      * Make awx status clearer
      
      * make variable names consistent
      
      * Do 15 second checkups on the job
      
      * Remove extra echo
      
      * Use artifacts/VERSION instead of gitlab variables
      
      * Use all of the VERSION info
      89a9556e
  8. May 16, 2019
  9. May 14, 2019
  10. May 13, 2019
  11. May 09, 2019
  12. May 02, 2019
  13. May 01, 2019
  14. Apr 29, 2019
  15. Apr 27, 2019
  16. Apr 26, 2019
  17. Apr 23, 2019
  18. Apr 15, 2019
  19. Apr 02, 2019
  20. Mar 22, 2019
  21. Mar 15, 2019
  22. Feb 28, 2019
  23. Feb 27, 2019
  24. Feb 17, 2019
  25. Feb 15, 2019
  26. Feb 08, 2019
  27. Feb 06, 2019
    • gabriel klawitter's avatar
      build tagged versions (#1712) · a20a7d7f
      gabriel klawitter authored
      a20a7d7f
    • Bastian Köcher's avatar
      Moves `node-template` into substrate repo (#1637) · e4c8d74c
      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
      e4c8d74c
    • gabriel klawitter's avatar
      fix cache clearing error (#1703) · be41ec8e
      gabriel klawitter authored
      be41ec8e
  28. Feb 05, 2019
  29. Jan 17, 2019
  30. Jan 16, 2019
    • gabriel klawitter's avatar
      [CI] Publish rustdoc (#1446) · bdce5427
      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
      bdce5427
  31. Dec 10, 2018
    • gabriel klawitter's avatar
      Upload builds to releases.parity.io (#1233) · 0c918a73
      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
      0c918a73
  32. Dec 06, 2018
  33. Dec 05, 2018
  34. Oct 26, 2018
  35. Oct 19, 2018
    • Svyatoslav Nikolsky's avatar
      Moved DigestItem impl to impl_outer_log (#932) · 2fe31ae0
      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 54304469.
      
      * Revert "moved DigestItem impl to impl_outer_log"
      
      This reverts commit 8872bbee.
      
      * Revert "Revert "moved DigestItem impl to impl_outer_log""
      
      This reverts commit 47afd596.
      
      * Revert "Revert "internal module is not required in impl_outer_log""
      
      This reverts commit 9ae64001.
      
      * More diagnostics
      
      * check if only 1 test fails
      
      * test is back + some "traces"
      
      * removed some traces
      
      * removed "traces"
      2fe31ae0