Skip to content

Commit

Permalink
Merge pull request #761 from galacticcouncil/evm_account_binding
Browse files Browse the repository at this point in the history
feat: EVM account binding
  • Loading branch information
mrq1911 authored Feb 20, 2024
2 parents f09c7cb + ffe0780 commit 3c5749e
Show file tree
Hide file tree
Showing 22 changed files with 1,194 additions and 36 deletions.
33 changes: 31 additions & 2 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ members = [
'pallets/democracy',
'runtime/hydradx/src/evm/evm-utility/macro',
'pallets/referrals',
'pallets/evm-accounts',
]

[workspace.dependencies]
Expand Down Expand Up @@ -81,6 +82,8 @@ pallet-bonds = { path = "pallets/bonds", default-features = false}
pallet-lbp = { path = "pallets/lbp", default-features = false}
pallet-xyk = { path = "pallets/xyk", default-features = false}
pallet-referrals = { path = "pallets/referrals", default-features = false}
pallet-evm-accounts = { path = "pallets/evm-accounts", default-features = false}
pallet-evm-accounts-rpc-runtime-api = { path = "pallets/evm-accounts/rpc/runtime-api", default-features = false}

hydra-dx-build-script-utils = { path = "utils/build-script-utils", default-features = false }
scraper = { path = "scraper", default-features = false }
Expand Down
5 changes: 2 additions & 3 deletions integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "runtime-integration-tests"
version = "1.17.4"
version = "1.17.5"
description = "Integration tests"
authors = ["GalacticCouncil"]
edition = "2021"
Expand All @@ -22,8 +22,6 @@ pallet-omnipool-liquidity-mining = { workspace = true }
pallet-bonds = { workspace = true }
pallet-stableswap = { workspace = true }
pallet-referrals = { workspace = true }

# Warehouse dependencies
pallet-asset-registry = { workspace = true }
hydradx-traits = { workspace = true }
pallet-transaction-multi-payment = { workspace = true, features = ["evm"] }
Expand All @@ -39,6 +37,7 @@ pallet-dynamic-fees = { workspace = true }
pallet-staking = { workspace = true}
pallet-lbp = { workspace = true}
pallet-xyk = { workspace = true}
pallet-evm-accounts = { workspace = true}

pallet-treasury = { workspace = true }
pallet-democracy = { workspace = true }
Expand Down
Loading

0 comments on commit 3c5749e

Please sign in to comment.