Gavin Wood
f1d36a7103
Introduces account existence providers reference counting ( #7363 )
...
* Initial draft
* Latest changes
* Final bits.
* Fixes
* Fixes
* Test fixes
* Fix tests
* Fix babe tests
* Fix
* Fix
* Fix
* Fix
* Fix
* fix warnings in assets
* Fix UI tests
* fix line width
* Fix
* Update frame/system/src/lib.rs
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com >
* Update frame/system/src/lib.rs
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com >
* Fix
* fix unused warnings
* Fix
* Update frame/system/src/lib.rs
Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com >
* Update frame/system/src/lib.rs
Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com >
* Fix
* fix slash and comprehensive slash test
* fix reserved slash and comprehensive tests
* check slash on non-existent account
* Revert "Fix UI tests"
This reverts commit e0002c0f13442f7d0c95a054a6c515536328a4a0.
* Fix
* Fix utility tests
* keep dispatch error backwards compatible
* Fix
* Fix
* fix ui test
* Companion checker shouldn't be so anal.
* Fix
* Fix
* Fix
* Apply suggestions from code review
Co-authored-by: Alexander Popiak <alexander.popiak@parity.io >
* Update frame/balances/src/lib.rs
Co-authored-by: Alexander Popiak <alexander.popiak@parity.io >
* return correct slash info when failing gracefully
* fix missing import
* Update frame/system/src/lib.rs
Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com >
* Fix
* Update frame/balances/src/tests_local.rs
Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com >
* Fixes
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com >
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com >
Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com >
Co-authored-by: Alexander Popiak <alexander.popiak@parity.io >
2021-01-16 18:47:28 +01:00
Denis Pisarev
3ee8b66e7d
tests: fix UI test so we can update CI image ( #7901 )
...
* tests: fix UI test so we can update CI image
* CI: remove diener installation from the script as it's installed in CI image
* tests: another fix
* tests: fix another fix
* tests: NLoEOF
* tests: another broken stderr
2021-01-14 22:00:41 +01:00
Shawn Tabrizi
62bdfaa87a
Fix UI Tests ( #7722 )
...
* Fix UI tests
* make updates.
* Revert "make updates."
This reverts commit 3f41979c12e86acb75fd086675ac09659dde533e.
* Try to fix companion build
* Use some depth
* tests: fix UI tests on the latest nightly
* tests: fix polkadot companion test, depth
* chore: update deps
* chore: update deps
* chore: sp-io
Co-authored-by: kianenigma <kian.peymani@gmail.com >
Co-authored-by: Bastian Köcher <git@kchr.de >
Co-authored-by: Denis P <denis.pisarev@parity.io >
2020-12-19 16:16:34 +01:00
Bastian Köcher
5a19ece7e3
Fix polkadot companion test ( #7732 )
2020-12-15 10:28:40 +01:00
Bastian Köcher
588461f52a
Make sure the companion CI test fails on any error ( #7683 )
2020-12-07 16:48:54 +01:00
Max Inden
d692d173f2
client/authority-discovery: Publish and query on exponential interval ( #7545 )
...
* client/authority-discovery: Publish and query on exponential interval
When a node starts up publishing and querying might fail due to various
reasons, for example due to being not yet fully bootstrapped on the DHT.
Thus one should retry rather sooner than later. On the other hand, a
long running node is likely well connected and thus timely retries are
not needed. For this reasoning use an exponentially increasing interval
for `publish_interval`, `query_interval` and
`priority_group_set_interval` instead of a constant interval.
* client/authority-discovery/src/interval.rs: Add license header
* .maintain/gitlab: Ensure adder collator tests are run on CI
2020-11-23 16:34:37 +00:00
Bastian Köcher
9704c204e6
Run polkadot companion tests with correct feature enabled ( #7507 )
2020-11-09 14:33:45 +01:00
Bastian Köcher
649bee1a1e
Make sure we update the Cargo.lock in the polkadot companion ( #7135 )
2020-09-17 22:07:25 +00:00
Bastian Köcher
5c1ae5f405
Use diener for Polkadot companion prs ( #7102 )
...
* Use diener for Polkadot companion prs
* Fix script
* Use gitlab env variable
* Update .maintain/gitlab/check_polkadot_companion_build.sh
Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com >
Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com >
2020-09-15 00:10:02 +02:00
Cecile Tonglet
2827637103
Remove polkadot companion detection from url anywhere ( #6570 )
2020-07-16 11:01:18 +02:00
André Silva
e3ba163714
ci: fix merge on polkadot companion job ( #6574 )
2020-07-03 21:07:11 +02:00
Cecile Tonglet
2ddbbd7c08
Remove polkadot companion detection from branch name ( #6565 )
...
* Initial commit
Forked at: f54614e256
Parent branch: origin/master
* Remove polkadot companion detection from branch name
Even though it was nice it was also error prone as there were no indication whatsoever on the PR
that a polkadot companion branch exists.
2020-07-03 17:29:08 +02:00
pscott
540ae1c161
Update SubstrateCli to return String ( #6550 )
...
* Update SubstrateCli to return String
* Add default implementation for executable_name()
* Use display instead of PathBuf
* Get file_name in default impl of executable_name
* Remove String::from and use .into()
* Use default impl for executable_name()
* Use .as_str() and remove useless .to_string()
* Update only sp-io when running companion build
* Remove unneeded update of sp-io in CI
Co-authored-by: Cecile Tonglet <cecile@parity.io >
2020-07-02 13:34:56 +02:00
gabriel klawitter
27250681bf
ci: github api use token for pull requests ( #6037 )
2020-05-15 11:34:16 +05:30
André Silva
a975796d76
ci: fix merge on polkadot companion job ( #6020 )
2020-05-14 01:01:57 +02:00
Bastian Köcher
05cb63dd70
Merge Substrate master before checking Polkadot companion ( #5916 )
...
* Merge Substrate master before checking Polkadot companion
* Also merge polkadot/master into the companion pr branch
* Set email and user name
2020-05-07 12:50:25 +02:00
gabriel klawitter
14505471ee
ci: check_polkadot: check for companion ( #5429 )
2020-04-03 16:42:18 +02:00
cheme
334e9333a1
Companion PR ci sed issue. ( #5508 )
...
* ci: fix echo sed failure
Co-authored-by: gabriel <gabriel@parity.io >
2020-04-03 17:51:21 +05:30
Cecile Tonglet
72239adda1
check_polkadot.sh: use the branch matching substrate's branch if possible ( #5468 )
...
* check_polkadot.sh: use the branch matching substrate's branch if possible
* convert to grep
* update comment
2020-04-01 19:52:34 +05:30
gabriel klawitter
b8eb094c7f
Ci check companion ( #5419 )
...
* add post-build-test stage
* check status
* fix busybox shell
* renaming for consistency
2020-03-31 10:55:12 +02:00