Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
1.0.0-alpha Prepare (#208)
Browse files Browse the repository at this point in the history
* update: format

* log: inflation

* companion: #6511

* companion: for #6352

* bump: substrate version

* companion: for #6576

* companion: for #6500

* companion: for #6599

* companion: for #6550

* companion: for #6611

* companion: for #6670

* companion: for #6667

* companion: for #6671

* companion: for #6575

* ignore: .cargo-ok

* add: missing `WeightInfo`

* companion: for #6699

* companion: for #6693

* refator: service

* add: election-phragmen ci

* fix: compile

* remove: old migrations

* fix: staking migration

* add: `migration_should_fix_broken_ledger`

* clean: service

* companion: for #6684
  • Loading branch information
AurevoirXavier authored Aug 10, 2020
1 parent f69ef36 commit 05efcb7
Show file tree
Hide file tree
Showing 60 changed files with 3,936 additions and 3,118 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ expand.rs
# Rust Things
**/*.rs.bk
**/target/
.cargo-ok
Cargo.toml.bak
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
env: STAKING RUST_TOOLCHAIN=nightly
script: .maintain/ci/tests.sh staking

- stage: Darwinia Test
env: ELECTIONSPHRAGMEN RUST_TOOLCHAIN=nightly
script: .maintain/ci/tests.sh elections-phragmen

- stage: Darwinia Test
env: TREASURY RUST_TOOLCHAIN=nightly
script: .maintain/ci/tests.sh treasury
Expand Down
Loading

0 comments on commit 05efcb7

Please sign in to comment.