Skip to content

Commit

Permalink
Pin rust to 1.81.0 to make contract deserialize in near node (#906)
Browse files Browse the repository at this point in the history
* Pin rust to 1.81.0 to make contract deserialize in near node

* trigger ci
  • Loading branch information
ailisp authored Oct 23, 2024
1 parent ecc6fd3 commit 20aacf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/chain-signatures/tests/cases/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async fn test_signature_offline_node() -> anyhow::Result<()> {
wait_for::has_at_least_triples(&ctx, 6).await?;
wait_for::has_at_least_mine_triples(&ctx, 2).await?;

// Kill the node then have presignature and signature generation only use the active set of nodes
// Kill the node then have presignatures and signature generation only use the active set of nodes
// to start generating presignatures and signatures.
let account_id = near_workspaces::types::AccountId::from_str(
state_0.participants.keys().last().unwrap().clone().as_ref(),
Expand Down
3 changes: 3 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "1.81.0"
targets = ["wasm32-unknown-unknown"]

0 comments on commit 20aacf6

Please sign in to comment.