Skip to content

Commit

Permalink
chore: remove migration to near sdk 5 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyafromrussia authored Jun 26, 2024
1 parent f092513 commit 507452e
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 175 deletions.
1 change: 0 additions & 1 deletion contract/src/migration/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
pub mod api;
pub mod claim_rounding_error;
pub mod near_sdk_5;
51 changes: 0 additions & 51 deletions contract/src/migration/near_sdk_5.rs

This file was deleted.

2 changes: 2 additions & 0 deletions integration-tests/src/migrations/helpers.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)]

use std::{fs, path::PathBuf, process::Command};

pub(crate) fn load_wasm(wasm_path: &str) -> Vec<u8> {
Expand Down
1 change: 0 additions & 1 deletion integration-tests/src/migrations/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
mod defi;
pub mod helpers;
mod new_sdk;
122 changes: 0 additions & 122 deletions integration-tests/src/migrations/new_sdk.rs

This file was deleted.

Binary file modified res/sweat_jar.wasm
Binary file not shown.
Binary file removed res_test/sweat_jar_pre_near_sdk_5.wasm
Binary file not shown.

0 comments on commit 507452e

Please sign in to comment.