1. 09 Feb, 2020 1 commit
    • Gavin Wood's avatar
      Bump Substrate (#816) · 6a2092d6
      Gavin Wood authored
      
      
      * Amalgamate pieces of balance module
      
      * Fixes for vesting split
      
      * Refactoring for vesting/balances split
      
      * Build fixes
      
      * Remove on_free_balance_zero and some docs.
      
      * Indentation.
      
      * Revert branch
      
      * Fix.
      
      * Update substrate: fixes after CLI refactoring
      
      * Reverting removal of exit
      
      * Removed too much again
      
      * Update Cargo.lock
      
      * Cargo.lock
      
      * Update Substrate, ready for #4820
      
      * Fixes
      
      * Update to latest substrate master
      
      * Fix network tests
      
      * Update lock
      
      * Fix tests
      
      * Update futures to get bug fixes
      
      * Fix tests for new balances/vesting logic
      
      * Cargo fix
      
      * Another fix
      
      Co-authored-by: default avatarCecile Tonglet <cecile.tonglet@cecton.com>
      Co-authored-by: asynchronous rob's avatarRobert Habermeier <rphmeier@gmail.com>
      Co-authored-by: default avatarBastian Köcher <bkchr@users.noreply.github.com>
      6a2092d6
  2. 03 Feb, 2020 4 commits
  3. 01 Feb, 2020 1 commit
  4. 31 Jan, 2020 3 commits
  5. 30 Jan, 2020 2 commits
  6. 29 Jan, 2020 3 commits
  7. 28 Jan, 2020 1 commit
  8. 24 Jan, 2020 3 commits
  9. 23 Jan, 2020 2 commits
  10. 22 Jan, 2020 2 commits
  11. 21 Jan, 2020 1 commit
  12. 20 Jan, 2020 1 commit
  13. 19 Jan, 2020 1 commit
  14. 18 Jan, 2020 1 commit
  15. 17 Jan, 2020 3 commits
    • André Silva's avatar
      v0.17.18: Update latest substrate (#776) · fc100e65
      André Silva authored
      * update latest substrate polkadot-master
      
      * fix test compilation
      
      * bump version to 0.7.18
      
      * bump impl_version
      
      * update substrate
      
      * Revert "Instantiate environment with asynchronous API (#768)"
      
      This reverts commit 989db4b8.
      
      * update substrate
      
      * remove unused parameter type
      
      * bump trie-db version for tests
      
      * fix collator test
      
      * update substrate
      
      * remove unnecessary service changes
      fc100e65
    • Xiliang Chen's avatar
      remove unused dependency (#775) · a169ae5a
      Xiliang Chen authored
      a169ae5a
    • asynchronous rob's avatar
      Validation service refactoring (#773) · a10670c3
      asynchronous rob authored
      * add some more docs about statement import
      
      * instantiate environment async
      
      * move attestation service into subfolder
      
      * refactor validation service architecture somewhat
      
      * remove dependence on validation service in proposer
      
      * fix a bunch of warnings
      
      * improve docs
      
      * introduce a builder for the validation service
      
      * extract block production to its own file
      
      * integrate new API into service
      
      * address review grumbles
      a10670c3
  16. 16 Jan, 2020 3 commits
    • s3krit's avatar
      Fix release drafting and pending release alerts (#770) · 65da53e7
      s3krit authored
      * Fix gitlab release drafting script
      
      Don't scan commit body for PR-like commit messages. Fix warnings from linter,
      and take object URL for signing verification from /git/ref/tags rather than hard-coding
      
      * Temporarily Disable GPG verification in pending...
      
      ...release alerts. GPG verification of objects is also done before creating the
      draft release so this isn't as bad as it sounds
      
      * Temporarily Disable GPG verification in pending...
      
      ...release alerts. GPG verification of objects is also done before creating the
      draft release so this isn't as bad as it sounds
      
      * Remove accidental GH token leakage 😅
      65da53e7
    • asynchronous rob's avatar
      Instantiate environment with asynchronous API (#768) · 989db4b8
      asynchronous rob authored
      
      
      * point to in-progress Substrate branch
      
      * instantiate environment async
      
      * Fix futures
      
      * Bump runtime
      
      * Fix collation tests
      
      * point to polkadot-master again
      
      * point to polkadot-master again
      
      * update deps
      
      Co-authored-by: default avatarAshley <ashley.ruglys@gmail.com>
      989db4b8
    • Xiliang Chen's avatar
      b441af76
  17. 15 Jan, 2020 3 commits
  18. 14 Jan, 2020 2 commits
  19. 13 Jan, 2020 1 commit
  20. 10 Jan, 2020 2 commits
    • s3krit's avatar
      Add publish_draft_release.sh (#752) · 9df5b9a8
      s3krit authored
      * Add publish_draft_release.sh
      
      This new CI script will generate a list of differences between
      this tagged version and the previous tagged version (including
      substrate changes), and create a draft release on Github. Once
      this is done, the draft release will be posted in Matrix (the
      channel is determined by a Gitlab CI environment variable).
      
      * Add highlighting gav for draft release
      9df5b9a8
    • Gavin Wood's avatar
      Update to latest Substrate (#753) · 07a2c5b5
      Gavin Wood authored
      * Attempt to merge, but not easy
      
      * Bump runtime version
      07a2c5b5