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

Feature/plmc 288 receiver pallet #95

Closed
wants to merge 17 commits into from

Conversation

JuaniRios
Copy link
Contributor

No description provided.

automatic hrmp connection working

Genesis instantiator usage and first draft of HRMP connection

formatting

feature propagation

cleanup

new node functioning. genesis not yet sure if working

new node functioning. genesis not yet sure if working

somehow compiling and test passing

save

save

save

feat(287): para_id setting extrinsic implemented and tested

save

same log crate across workspace

same log crate across workspace

save

save

save

feat(287): changed tight couple of pallet_xcm by extracting sender trait

feat(287): first commit

feat(285): POC Hrmp automatic acceptance
@linear
Copy link

linear bot commented Oct 27, 2023

PLMC-288 Receiver Pallet

We need to create a simple pallet that projects can integrate in their parachains and will enable them to:

  • Configure how to transfer vest a user's funds from the Polimec account on their chain
  • Interpret the bytes from Polimec as accounts and vesting information to initiate that vesting
    • If we can assume all chains will use the same vesting pallet, or there is already an XCM message for this, we might be able to not use a pallet. Thoughts leonardo ?
      Originally we thought doing mints and that would not be possible with XCM, but since we are doing transfers from Polimec's sovereign account, this makes things easier

@JuaniRios JuaniRios self-assigned this Oct 27, 2023
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	integration-tests/src/tests/mod.rs
#	pallets/funding/Cargo.toml
#	pallets/funding/src/functions.rs
#	pallets/funding/src/instantiator.rs
#	pallets/funding/src/lib.rs
#	pallets/funding/src/mock.rs
#	pallets/funding/src/types.rs
#	pallets/xcm-executor/src/config.rs
#	pallets/xcm-executor/src/lib.rs
#	runtimes/standalone/src/lib.rs
#	runtimes/testnet/src/xcm_config.rs
@JuaniRios JuaniRios closed this Nov 9, 2023
@JuaniRios JuaniRios deleted the feature/plmc-288-receiver-pallet branch November 9, 2023 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant