Skip to content

Commit

Permalink
Merge branch 'dev' into p-164-clippy-runs-out-of-space-in-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang authored Oct 12, 2023
2 parents 4ffc86d + 576d6ff commit 2ae0d77
Show file tree
Hide file tree
Showing 23 changed files with 1,069 additions and 985 deletions.
8 changes: 8 additions & 0 deletions primitives/core/src/assertion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,11 @@ pub const ASSERTION_FROM_DATE: [&str; 14] = [
"2023-01-01",
"2023-07-01",
];

#[derive(Encode, Decode, Clone, Debug, PartialEq, Eq, MaxEncodedLen, TypeInfo)]
pub enum AmountHoldingTimeType {
LIT,
DOT,
WBTC,
ETH,
}
2 changes: 2 additions & 0 deletions tee-worker/Cargo.lock

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

Large diffs are not rendered by default.

Loading

0 comments on commit 2ae0d77

Please sign in to comment.