Commit Graph

6 Commits

Author SHA1 Message Date
Niklas Adolfsson f21ee1adc7 Merge remote-tracking branch 'origin/master' into na-jsonrpsee-core-client 2021-12-01 12:37:57 +01:00
Niklas Adolfsson f9860e7d30 fix some nits 2021-12-01 10:48:32 +01:00
Niklas Adolfsson c2a9c75481 fmt 2021-11-30 19:41:31 +01:00
Niklas Adolfsson c8b090751b PoC async rpc client 2021-11-30 17:04:29 +01:00
James Wilson 4ca50ef844 Add nightly CI check against latest substrate. (#335)
* Add nightly check and use specific version (currently the same) in PR checks

* wrong var name, whoops

* Create GH issue if nightly run fails

* need tokio feature for RpcClient; match dependency in root Cargo.toml.

* Ensure substrate command is properly cleaned up in the event of a panic, to prevent blocking

* increase retry limit again

* fmt

* Tweak text for nightly-run-failed issue template

* Run nightly-CI every 5mins for testing

* I clearly dont use cron enough

* Put back cron timings to 8am daily

* break a test

* revert nightly workflow again (doesnt run off master) and testing rust workflow

* more testing..

* undo testing things; seems to work

* tidy up; substrate url at top of both CI files
2021-11-30 15:01:25 +00:00
James Wilson 4b9ee133ac Ensure metadata is in sync with running node during tests (#333)
* add test-runtime crate to dynamically obtain metadata/node_runtime for tests

* cargo fmt

* Download substrate prior to cargo calls (hopefully)

* add README explaining test-runtime

* Fix CI, fmt and clippy

* more clippy

* tweak test-node readme

* fmt the clippied

* A little tidy up in build.rs

* use ureq and raw string

* Don't export unnecessary metadata

* async_std/RpcClient/bytes instead of ureq/Value/hex

* newline

* document try_from_url error unwrap
2021-11-29 09:39:40 +00:00