Bastian Köcher
7b56ab15b4
Run cargo fmt on the whole code base ( #9394 )
...
* Run cargo fmt on the whole code base
* Second run
* Add CI check
* Fix compilation
* More unnecessary braces
* Handle weights
* Use --all
* Use correct attributes...
* Fix UI tests
* AHHHHHHHHH
* 🤦
* Docs
* Fix compilation
* 🤷
* Please stop
* 🤦 x 2
* More
* make rustfmt.toml consistent with polkadot
Co-authored-by: André Silva <andrerfosilva@gmail.com >
2021-07-21 14:32:32 +00:00
Bastian Köcher
c33235ac5b
Update to latest proc-macro-crate version ( #8294 )
2021-03-09 22:22:25 +00:00
Bastian Köcher
e3e651f72c
Happy new year ( #7814 )
...
* Happy new year
Updates the copyright years and fixes wrong license headers.
* Fix the template
* Split HEADER into HEADER-APACHE & HEADER-GPL
2021-01-04 09:03:13 +00:00
Cecile Tonglet
93612c11f4
Add async test helper to timeout and provide a task_executor automatically ( #6651 )
...
* Initial commit
Forked at: 74655edebc
Parent branch: origin/master
* Add async test helper to timeout and provide a task_executor automatically
* simplify error message to avoid difference between CI and locally
* forgot env var
* Use runtime env var instead of build env var
* Rename variable to SUBSTRATE_TEST_TIMEOUT
* CLEANUP
Forked at: 74655edebc
Parent branch: origin/master
* Apply suggestions from code review
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
* Re-export from test-utils
* Default value to 120
* fix wrong crate in ci
* Revert "Default value to 120"
This reverts commit 8e458717078b242ffce7d3c4f66241d76f075125.
* Fix version
* WIP
Forked at: 74655edebc
Parent branch: origin/master
* WIP
Forked at: 74655edebc
Parent branch: origin/master
* WIP
Forked at: 74655edebc
Parent branch: origin/master
* remove feature flag
* fix missing dependency
* CLEANUP
Forked at: 74655edebc
Parent branch: origin/master
* fix test
* Removed autotests=false
* Some doc...
* Apply suggestions from code review
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
* WIP
Forked at: 74655edebc
Parent branch: origin/master
* WIP
Forked at: 74655edebc
Parent branch: origin/master
* Update test-utils/src/lib.rs
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
2020-08-12 14:07:11 +00:00