Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade: update to chainflip-monthly-2022-06 #2061

Merged
merged 24 commits into from
Sep 1, 2022
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
3277a81
chore: bump tag to chainflip-monthly-2022-06
dandanlen Aug 8, 2022
9af8e1c
chore: bump scale-info
dandanlen Aug 8, 2022
537bd17
chore: update `log` and `clap`
dandanlen Aug 8, 2022
7525467
chore: update rust toolchain version
dandanlen Aug 17, 2022
a0d9234
chore: get all tests passing again
dandanlen Aug 17, 2022
372b5fe
clippy: new warnings
dandanlen Aug 18, 2022
f61da3b
chore: reinstate comment as TODO
dandanlen Aug 18, 2022
291b094
fix: move rpc error conversion to rpc module
dandanlen Aug 18, 2022
ad33f37
fix: move Arc inside constructor.
dandanlen Aug 18, 2022
dfb5942
fix: move Arc inside test constructor
dandanlen Aug 18, 2022
ee4e6d6
fix: clearer error conversion.
dandanlen Aug 18, 2022
4dfad22
fix: update rust version in CI and workflows
dandanlen Aug 24, 2022
ffb527f
chore: simplify trait bound
dandanlen Aug 30, 2022
57c0214
feat: deduplicate error message
dandanlen Aug 30, 2022
92e8d07
fix: remove unnecessary trait impl
dandanlen Aug 30, 2022
60e2954
fix: update it tag in cargo toml
dandanlen Aug 30, 2022
3b9cea6
chore: simplify trait bounds
dandanlen Aug 30, 2022
9a815bb
chore: delete commented code
dandanlen Aug 30, 2022
1f7fe69
fix: map errors instead of using expect
dandanlen Aug 30, 2022
a179443
chore: remove unused dep
dandanlen Aug 30, 2022
4b24ceb
fix: remove unnecessary error handling
dandanlen Aug 31, 2022
aeef8a2
chore: rename chain_rpc_client -> rpc_client
dandanlen Aug 31, 2022
e96f66a
chore: as_ref usage
AlastairHolmes Sep 1, 2022
79ccfbd
chore: simplify derefs
AlastairHolmes Sep 1, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ executors:
auth: *dockerconfig
rust-base:
docker:
- image: ghcr.io/chainflip-io/chainflip-backend/rust-base:nightly-2021-11-16
- image: ghcr.io/chainflip-io/chainflip-backend/rust-base:nightly-2022-08-08
auth: *dockerconfig
rust-base-ci:
docker:
- image: ghcr.io/chainflip-io/chainflip-backend/rust-base:nightly-2021-11-16
- image: ghcr.io/chainflip-io/chainflip-backend/rust-base:nightly-2022-08-08
auth: *dockerconfig
user: ci
java-executor:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
inputs:
nightly_version:
type: string
default: nightly-2021-11-16
default: nightly-2022-08-08
description: Toolchain version you want to build
required: true

Expand Down
Loading