Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: use pallets from hydradx-node repo #3

Merged
merged 3 commits into from May 6, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
59 changes: 36 additions & 23 deletions Cargo.lock

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

15 changes: 10 additions & 5 deletions Cargo.toml
Expand Up @@ -87,17 +87,22 @@ polkadot-test-client = { git = 'https://github.com/paritytech/polkadot', branch

librocksdb-sys = { git = "https://github.com/hdevalence/rust-rocksdb", branch = "master" }

primitives = { git = "https://github.com/galacticcouncil/HydraDX-node", branch = "master" }
pallet-amm = { git = "https://github.com/galacticcouncil/HydraDX-node", branch = "master" }
pallet-exchange = { git = "https://github.com/galacticcouncil/HydraDX-node", branch = "master" }
pallet-exchange-benchmarking = { git = "https://github.com/galacticcouncil/HydraDX-node", branch = "master" }
pallet-faucet = { git = "https://github.com/galacticcouncil/HydraDX-node", branch = "master" }
pallet-claims = { git = "https://github.com/galacticcouncil/HydraDX-node", branch = "master" }
pallet-asset-registry = { git = "https://github.com/galacticcouncil/HydraDX-node", branch = "master" }
module-amm-rpc-runtime-api = { git = "https://github.com/galacticcouncil/HydraDX-node", branch = "master" }
module-amm-rpc = { git = "https://github.com/galacticcouncil/HydraDX-node", branch = "master" }

[profile.release]
panic = 'unwind'

[workspace]
members = [
# 'pallets/proposal', Update this
'node',
'pallets/amm',
'pallets/asset-registry',
'pallets/exchange',
'pallets/transaction-multi-payment',
'primitives',
'runtime',
]
4 changes: 2 additions & 2 deletions node/Cargo.toml
Expand Up @@ -29,8 +29,8 @@ structopt = '0.3.8'

# local dependencies
basilisk-runtime = {path = '../runtime', version = '3.0.0'}
module-amm-rpc = {path = '../pallets/amm/rpc', version = '3.0.0'}
primitives = {path = '../primitives', version = '3.0.0'}
module-amm-rpc = {version = '3.0.0'}
primitives = {version = '3.0.0'}

# Substrate dependencies
frame-benchmarking = '3.0.0'
Expand Down
69 changes: 0 additions & 69 deletions pallets/amm/Cargo.toml

This file was deleted.

43 changes: 0 additions & 43 deletions pallets/amm/rpc/Cargo.toml

This file was deleted.

36 changes: 0 additions & 36 deletions pallets/amm/rpc/runtime-api/Cargo.toml

This file was deleted.