Skip to content

Commit

Permalink
code updates + remove useless crate
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu committed Oct 24, 2024
1 parent 923c7a2 commit 25a650f
Show file tree
Hide file tree
Showing 35 changed files with 219 additions and 280 deletions.
16 changes: 5 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 3 additions & 11 deletions dex/farm-with-locked-rewards/wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 3 additions & 11 deletions dex/farm/wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 3 additions & 10 deletions dex/pair/wasm-pair-full/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 3 additions & 10 deletions dex/pair/wasm-safe-price-view/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 3 additions & 10 deletions dex/pair/wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 3 additions & 11 deletions dex/proxy-deployer/wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 3 additions & 10 deletions dex/router/wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions energy-integration/common-modules/week-timekeeping/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ path = "src/lib.rs"
version = "=0.53.2"
features = ["esdt-token-payment-legacy-decode"]

[dependencies.common-types]
path = "../../common-types"
[dependencies.common_structs]
path = "../../../common/common_structs"
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ multiversx_sc::imports!();

use core::convert::TryInto;

pub use common_types::{Epoch, Week};
pub use common_structs::{Epoch, Week};

pub const EPOCHS_IN_WEEK: Epoch = 7;
pub const FIRST_WEEK: Week = 1;
Expand Down
Loading

0 comments on commit 25a650f

Please sign in to comment.