difftreelog
feat add pallet-balances-adapter
in: master
5 files changed
Cargo.lockdiffbeforeafterboth6251 "sp-std",6251 "sp-std",6252]6252]62536254[[package]]6255name = "pallet-balances-adapter"6256version = "0.1.0"625362576254[[package]]6258[[package]]6255name = "pallet-base-fee"6259name = "pallet-base-fee"7411 "frame-benchmarking",7415 "frame-benchmarking",7412 "frame-support",7416 "frame-support",7413 "frame-system",7417 "frame-system",7418 "pallet-balances-adapter",7414 "pallet-common",7419 "pallet-common",7415 "pallet-evm",7420 "pallet-evm",7416 "pallet-evm-coder-substrate",7421 "pallet-evm-coder-substrate",Cargo.tomldiffbeforeafterboth19panic = "unwind"19panic = "unwind"202021[profile.production]21[profile.production]22codegen-units = 122inherits = "release"23inherits = "release"23lto = true24lto = true24codegen-units = 125opt-level = 325opt-level = 3262627[workspace.dependencies]27[workspace.dependencies]28# Unique28# Unique29app-promotion-rpc = { path = "primitives/app_promotion_rpc", default-features = false }29app-promotion-rpc = { path = "primitives/app_promotion_rpc", default-features = false }30evm-coder = { git = "https://github.com/uniquenetwork/evm-coder", tag = "v0.3.1", default-features = false }30evm-coder = { git = "https://github.com/uniquenetwork/evm-coder", tag = "v0.3.1", default-features = false }31pallet-app-promotion = { path = "pallets/app-promotion", default-features = false }31pallet-app-promotion = { path = "pallets/app-promotion", default-features = false }32pallet-balances-adapter = { default-features = false, path = "pallets/balances-adapter" }32pallet-charge-transaction = { package = "pallet-template-transaction-payment", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.42" }33pallet-charge-transaction = { package = "pallet-template-transaction-payment", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.42" }33pallet-collator-selection = { default-features = false, path = "pallets/collator-selection" }34pallet-collator-selection = { default-features = false, path = "pallets/collator-selection" }34pallet-common = { default-features = false, path = "pallets/common" }35pallet-common = { default-features = false, path = "pallets/common" }123sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }124sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }124sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }125sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }125sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }126sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }127sc-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }126sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }128sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }127sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }129sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }128sc-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }129sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }130sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }130sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }131sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }131sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }132sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }180orml-tokens = { default-features = false , git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }181orml-tokens = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }181orml-traits = { default-features = false , git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }182orml-traits = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }182orml-vesting = { default-features = false , git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }183orml-vesting = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }184orml-xcm-support = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }183orml-xtokens = { default-features = false , git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }185orml-xtokens = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }184orml-xcm-support = { default-features = false , git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }185186186# Other187# Other187derivative = { version = "2.2.0", features = ["use_core"] }188derivative = { version = "2.2.0", features = ["use_core"] }pallets/balances-adapter/Cargo.tomldiffbeforeafterbothno changes
pallets/balances-adapter/src/lib.rsdiffbeforeafterbothno changes
pallets/unique/Cargo.tomldiffbeforeafterboth24 'frame-benchmarking/std',24 'frame-benchmarking/std',25 'frame-support/std',25 'frame-support/std',26 'frame-system/std',26 'frame-system/std',27 'pallet-balances-adapter/std',27 'pallet-common/std',28 'pallet-common/std',28 'pallet-evm-coder-substrate/std',29 'pallet-evm-coder-substrate/std',29 'pallet-evm/std',30 'pallet-evm/std',46frame-benchmarking = { workspace = true, optional = true }47frame-benchmarking = { workspace = true, optional = true }47frame-support = { workspace = true }48frame-support = { workspace = true }48frame-system = { workspace = true }49frame-system = { workspace = true }50pallet-balances-adapter = { workspace = true }49pallet-common = { workspace = true }51pallet-common = { workspace = true }50pallet-evm = { workspace = true }52pallet-evm = { workspace = true }51pallet-evm-coder-substrate = { workspace = true }53pallet-evm-coder-substrate = { workspace = true }