Skip to content

Commit

Permalink
fix(calc): remove sp-arithmetic-legacy (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Nov 30, 2022
1 parent e319b88 commit 92f02dc
Show file tree
Hide file tree
Showing 18 changed files with 10 additions and 5,404 deletions.
731 changes: 10 additions & 721 deletions calc/Cargo.lock

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions calc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ repository = "git+https://github.com/paritytech/substrate-api-sidecar.git"
description = "Off-chain calculations for @substrate/api-sidecar."
homepage = "https://github.com/paritytech/substrate-api-sidecar/tree/master/calc#readme"

[workspace]
members = [".", "sp-arithmetic-legacy"]

[lib]
crate-type = ["cdylib"]

Expand All @@ -30,11 +27,6 @@ log = "0.4"
version = "5.0.0"
default_features = false

[dependencies.sp-arithmetic-legacy]
package = "sp-arithmetic"
path = "./sp-arithmetic-legacy"
default_features = false

[profile.release]
opt-level = "z"
lto = true
Expand Down
Binary file modified calc/pkg/calc_bg.wasm
Binary file not shown.
43 changes: 0 additions & 43 deletions calc/sp-arithmetic-legacy/Cargo.toml

This file was deleted.

80 changes: 0 additions & 80 deletions calc/sp-arithmetic-legacy/benches/bench.rs

This file was deleted.

Loading

0 comments on commit 92f02dc

Please sign in to comment.