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

change: ETCM-7811 native token management pallet #36

Merged
merged 8 commits into from
Aug 29, 2024

Conversation

AmbientTea
Copy link
Contributor

@AmbientTea AmbientTea commented Aug 21, 2024

Description

The pallet that consumes inherent data about number of tokens moved into illiquid supply on main chain and calls a Partner Chain's custom handler.

This is the last PR of the native token observability. You can see the changes from all the PR together in this draft PR.

Checklist

  • Commit sequence broadly makes sense and commits have useful messages.
  • New tests are added if needed and existing tests are updated.
  • Relevant logging and metrics added
  • CI passes. See note on CI.
  • Any changes are noted in the changelog.md for affected crate
  • Self-reviewed the diff

Note on CI

If your PR is from a fork, the necessary CI jobs won't trigger automatically for security reasons.
You will need to get someone with write privileges. Please contact IOG Partner Chains developers to do this
for you.

@AmbientTea AmbientTea force-pushed the ETCM-7811-native-token-pallet branch 2 times, most recently from 5b0ce05 to d2526c1 Compare August 21, 2024 09:45
@AmbientTea AmbientTea marked this pull request as ready for review August 21, 2024 10:39
@AmbientTea AmbientTea marked this pull request as draft August 21, 2024 10:44
@AmbientTea AmbientTea changed the base branch from master to ETCM-7811-sp-native-token August 21, 2024 12:50
@AmbientTea AmbientTea force-pushed the ETCM-7811-native-token-pallet branch 2 times, most recently from 896a8c0 to d20f47e Compare August 21, 2024 12:51
@AmbientTea AmbientTea force-pushed the ETCM-7811-sp-native-token branch from 2d55645 to 78756a8 Compare August 21, 2024 12:54
@AmbientTea AmbientTea force-pushed the ETCM-7811-native-token-pallet branch from d20f47e to 209589d Compare August 21, 2024 12:54
@AmbientTea AmbientTea changed the base branch from ETCM-7811-sp-native-token to master August 21, 2024 12:55
@AmbientTea AmbientTea changed the base branch from master to ETCM-7811-sp-native-token August 21, 2024 12:55
@AmbientTea AmbientTea force-pushed the ETCM-7811-sp-native-token branch from 78756a8 to 321efc4 Compare August 21, 2024 13:16
@AmbientTea AmbientTea force-pushed the ETCM-7811-native-token-pallet branch from 209589d to abae71e Compare August 21, 2024 13:19
@AmbientTea AmbientTea force-pushed the ETCM-7811-sp-native-token branch from 321efc4 to 12f6d94 Compare August 22, 2024 12:37
@AmbientTea AmbientTea force-pushed the ETCM-7811-native-token-pallet branch from abae71e to 8f512dc Compare August 22, 2024 12:41
@AmbientTea AmbientTea force-pushed the ETCM-7811-sp-native-token branch from 12f6d94 to b7b900f Compare August 23, 2024 14:09
@AmbientTea AmbientTea force-pushed the ETCM-7811-native-token-pallet branch from 8f512dc to 3a7e940 Compare August 26, 2024 08:27
@AmbientTea AmbientTea force-pushed the ETCM-7811-sp-native-token branch 2 times, most recently from 29b5e0b to e946311 Compare August 26, 2024 12:54
@AmbientTea AmbientTea force-pushed the ETCM-7811-native-token-pallet branch from 3a7e940 to e48079c Compare August 26, 2024 12:58
@AmbientTea AmbientTea force-pushed the ETCM-7811-sp-native-token branch from e946311 to 2036f37 Compare August 26, 2024 21:45
Base automatically changed from ETCM-7811-sp-native-token to master August 27, 2024 08:23
@AmbientTea AmbientTea force-pushed the ETCM-7811-native-token-pallet branch 2 times, most recently from 17172d6 to 537097a Compare August 27, 2024 09:48
@AmbientTea AmbientTea force-pushed the ETCM-7811-native-token-pallet branch from 537097a to 2a0eebe Compare August 27, 2024 09:51
@AmbientTea AmbientTea marked this pull request as ready for review August 27, 2024 10:19
@AmbientTea AmbientTea force-pushed the ETCM-7811-native-token-pallet branch from 2a0eebe to c74c477 Compare August 27, 2024 10:20
@AmbientTea AmbientTea closed this Aug 27, 2024
@AmbientTea AmbientTea reopened this Aug 27, 2024
Cargo.toml Show resolved Hide resolved
devnet/.envrc Outdated Show resolved Hide resolved
@AmbientTea AmbientTea force-pushed the ETCM-7811-native-token-pallet branch from f43e710 to de67a41 Compare August 28, 2024 09:48
@AmbientTea AmbientTea requested review from mpskowron and LGLO August 28, 2024 09:49
@AmbientTea AmbientTea force-pushed the ETCM-7811-native-token-pallet branch from de67a41 to 74c3737 Compare August 28, 2024 10:44
Signed-off-by: Nikolaos Dymitriadis <[email protected]>
Signed-off-by: Nikolaos Dymitriadis <[email protected]>
Signed-off-by: Nikolaos Dymitriadis <[email protected]>
Signed-off-by: Nikolaos Dymitriadis <[email protected]>
Signed-off-by: Nikolaos Dymitriadis <[email protected]>
Signed-off-by: Nikolaos Dymitriadis <[email protected]>
Signed-off-by: Nikolaos Dymitriadis <[email protected]>
Signed-off-by: Nikolaos Dymitriadis <[email protected]>
@AmbientTea AmbientTea force-pushed the ETCM-7811-native-token-pallet branch from 74c3737 to 9ee6e9a Compare August 29, 2024 09:07
@AmbientTea AmbientTea merged commit b45df4e into master Aug 29, 2024
8 checks passed
@AmbientTea AmbientTea deleted the ETCM-7811-native-token-pallet branch August 29, 2024 09:25
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.

3 participants