Skip to content

Commit

Permalink
remove evm crate, update utils version, add std in dappsstaking
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofdeepanshu committed Aug 6, 2023
1 parent 22bd42d commit 915f6df
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 444 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion precompiles/dapps-staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pallet-evm = { workspace = true }

[dev-dependencies]
derive_more = { workspace = true }
pallet-balances = { workspace = true }
pallet-balances = { workspace = true, features = ["std"] }
pallet-timestamp = { workspace = true }
precompile-utils = { workspace = true, features = ["testing"] }
serde = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion precompiles/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "precompile-utils"
authors = ["StakeTechnologies", "PureStake"]
description = "Utils to write EVM precompiles."
version = "0.4.3"
version = "0.4.4"
edition.workspace = true
homepage.workspace = true
repository.workspace = true
Expand Down
119 changes: 0 additions & 119 deletions precompiles/utils/src/evm/costs.rs

This file was deleted.

183 changes: 0 additions & 183 deletions precompiles/utils/src/evm/handle.rs

This file was deleted.

Loading

0 comments on commit 915f6df

Please sign in to comment.