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

Add pallets #8

Merged
merged 12 commits into from
Dec 6, 2024
Merged

Add pallets #8

merged 12 commits into from
Dec 6, 2024

Conversation

abenso
Copy link
Contributor

@abenso abenso commented Nov 6, 2024

Added:
Vector

  • execute
  • sendMessage

Proxy

  • proxy
  • addProxy
  • removeProxy

Identity

  • setIdentity
  • clearIdentity

Mandate

  • mandate

TechnicalCommittee

  • setMembers
  • execute
  • propose
  • vote

Grandpa

  • noteStalled

Scheduler

  • scheduleAfter

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

uint64_t _len;
const uint8_t* _ptr;
uint64_t _lenBuffer;
} pd_VecTupleDataData_t;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not critical, but why the repeated DataData?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This represents the type BoundedVec<(Data, Data)>, so the name is correct

@abenso abenso merged commit 0a064c6 into main Dec 6, 2024
64 checks passed
@abenso abenso deleted the feat/add_pallets branch December 6, 2024 12:15
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