Skip to content

Commit ef0ed2c

Browse files
authored
Merge pull request #116 from neutron-org/feat/chainmanager-globalfee-dynamicfee-ccv-params
feat: chainmanager globalfee dynamicfee ccv params #NTRN-408
2 parents 594d1db + bebc16e commit ef0ed2c

File tree

22 files changed

+3215
-962
lines changed

22 files changed

+3215
-962
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
inputs:
1212
toolchain:
1313
description: 'Default Rust Toolchain'
14-
default: "1.78.0"
14+
default: "1.75.0"
1515
required: true
1616
type: string
1717
target:
@@ -31,7 +31,7 @@ on:
3131
type: string
3232

3333
env:
34-
TOOLCHAIN: ${{ inputs.toolchain || '1.78.0' }}
34+
TOOLCHAIN: ${{ inputs.toolchain || '1.75.0' }}
3535
TARGET: ${{ inputs.target || 'wasm32-unknown-unknown' }}
3636
REF: ${{ github.event_name == 'push' && github.ref || inputs.branch || 'main' }}
3737
ID: ${{ inputs.id || 'scheduled' }}

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 1
1616
- uses: dtolnay/rust-toolchain@master
1717
with:
18-
toolchain: 1.73.0
18+
toolchain: 1.75.0
1919
components: clippy
2020
profile: minimal
2121
override: true
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 1
3232
- uses: dtolnay/rust-toolchain@master
3333
with:
34-
toolchain: 1.73.0
34+
toolchain: 1.75.0
3535
components: rustfmt
3636
profile: minimal
3737
override: true
@@ -49,7 +49,7 @@ jobs:
4949
fetch-depth: 1
5050
- uses: dtolnay/rust-toolchain@master
5151
with:
52-
toolchain: 1.73.0
52+
toolchain: 1.75.0
5353
profile: minimal
5454
- run: cargo fetch --verbose
5555
- run: cargo build

0 commit comments

Comments
 (0)