Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/blockchain-contracts-abi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: '1.86' # keep in sync with rust/lit-node/rust-toolchain.toml
toolchain: '1.91' # keep in sync with rust/lit-node/rust-toolchain.toml
components: rustfmt

- name: Run Contract Updates
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-lit-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: '1.86' # keep in sync with rust/lit-node/rust-toolchain.toml
toolchain: '1.91' # keep in sync with rust/lit-node/rust-toolchain.toml
components: rustfmt clippy rust-src
- name: Install tools
uses: taiki-e/install-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-lit-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.86" # keep in sync with rust/lit-core/rust-toolchain.toml
toolchain: "1.91" # keep in sync with rust/lit-core/rust-toolchain.toml
components: rustfmt clippy rust-src
- name: Rust Cache
uses: WarpBuilds/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-lit-node-build-commit-hash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: '1.86' # keep in sync with rust/lit-node/rust-toolchain.toml
toolchain: '1.91' # keep in sync with rust/lit-node/rust-toolchain.toml
components: rustfmt rust-src
- name: Build node
run: cargo build --features lit-actions,testing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-lit-node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: '1.86' # keep in sync with rust/lit-node/lit-node/rust-toolchain.toml
toolchain: '1.91' # keep in sync with rust/lit-node/lit-node/rust-toolchain.toml
components: rustfmt rust-src
- name: Setup local files for testing
run: make setup-local-files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-lit-node-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.86" # keep in sync with rust/lit-node/lit-node/rust-toolchain.toml
toolchain: "1.91" # keep in sync with rust/lit-node/lit-node/rust-toolchain.toml
components: rustfmt clippy rust-src
- name: Cargo fmt check
run: cargo fmt -- --check
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: '1.86' # keep in sync with rust/lit-node/rust-toolchain.toml
toolchain: '1.91' # keep in sync with rust/lit-node/rust-toolchain.toml
- name: Rust Cache
uses: WarpBuilds/rust-cache@v2
with:
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
- name: Install rust because the version upgrade tests do a recompile
uses: dtolnay/rust-toolchain@master
with:
toolchain: '1.86' # keep in sync with rust/lit-node/rust-toolchain.toml
toolchain: '1.91' # keep in sync with rust/lit-node/rust-toolchain.toml
components: rust-src
- name: Install nextest
run: curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C "${CARGO_HOME:-$HOME/.cargo}/bin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-lit-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.86" # keep in sync with rust/lit-os/rust-toolchain.toml
toolchain: "1.91" # keep in sync with rust/lit-os/rust-toolchain.toml
components: rustfmt clippy rust-src
- name: Rust Cache
uses: WarpBuilds/rust-cache@v2
Expand Down
4 changes: 2 additions & 2 deletions blockchain/contracts/scripts/deploy_lit_node_contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,8 @@ async function deployLitNodeContracts(deployNodeConfig) {
monetaryValue: 0,
completeIsolation: false,
realms: [1],
curves: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
counts: [1, 2, 2, 2, 2, 2, 2, 2, 2, 2],
curves: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11],
counts: [1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2],
recoveryPartyMembers: [],
};
tx = await stakingContract.setKeySet(defaultKeysetConfig);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ describe('DomainWalletRegistry', function () {
identifier: 'naga-keyset1',
description: '',
realms: [1],
curves: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
counts: [1, 2, 2, 2, 2, 2, 2, 2, 2, 2],
curves: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11],
counts: [1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2],
recoveryPartyMembers: [],
});

Expand Down
4 changes: 2 additions & 2 deletions blockchain/contracts/test/lit-node/BackupRecovery.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ describe('BackupRecovery', function () {
identifier: 'naga-keyset1',
description: '',
realms: [1],
curves: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
counts: [1, 2, 2, 2, 2, 2, 2, 2, 2, 2],
curves: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11],
counts: [1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2],
recoveryPartyMembers: [],
});

Expand Down
4 changes: 2 additions & 2 deletions blockchain/contracts/test/lit-node/PKPHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ describe('PKPHelper', function () {
identifier: 'naga-keyset1',
description: '',
realms: [1],
curves: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
counts: [1, 2, 2, 2, 2, 2, 2, 2, 2, 2],
curves: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11],
counts: [1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2],
recoveryPartyMembers: [],
});

Expand Down
4 changes: 2 additions & 2 deletions blockchain/contracts/test/lit-node/PKPNFT.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ describe('PKPNFT', function () {
identifier: 'naga-keyset1',
description: '',
realms: [1],
curves: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
counts: [1, 2, 2, 2, 2, 2, 2, 2, 2, 2],
curves: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11],
counts: [1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2],
recoveryPartyMembers: [],
});

Expand Down
4 changes: 2 additions & 2 deletions blockchain/contracts/test/lit-node/PKPPermissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ describe('PKPPermissions', function () {
identifier: 'naga-keyset1',
description: '',
realms: [1],
curves: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
counts: [1, 2, 2, 2, 2, 2, 2, 2, 2, 2],
curves: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11],
counts: [1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2],
recoveryPartyMembers: [],
});

Expand Down
4 changes: 2 additions & 2 deletions blockchain/contracts/test/lit-node/Staking.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ describe('Staking', function () {
identifier: 'naga-keyset1',
description: '',
realms: [1],
curves: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
counts: [1, 2, 2, 2, 2, 2, 2, 2, 2, 2],
curves: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11],
counts: [1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2],
recoveryPartyMembers: [],
});

Expand Down
Loading
Loading