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

remarks: Add remarks pallet #1659

Merged
merged 3 commits into from
Jan 4, 2024
Merged

remarks: Add remarks pallet #1659

merged 3 commits into from
Jan 4, 2024

Conversation

cdamian
Copy link
Contributor

@cdamian cdamian commented Dec 26, 2023

Description

Adds a pallet that's used for adding specific remarks to a call.

Fixes #1647

Checklist:

  • I have added Rust doc comments to structs, enums, traits and functions
  • I have made corresponding changes to the documentation
  • I have performed a self-review of my code
  • I have added tests that prove my fix is effective or that my feature works

@cdamian cdamian force-pushed the 1647-feat-on-chain-remarks branch from d4412bc to 71e2ddd Compare December 26, 2023 19:18
@cdamian cdamian force-pushed the 1647-feat-on-chain-remarks branch 7 times, most recently from d948759 to ffbfc5d Compare December 27, 2023 17:06
@cdamian
Copy link
Contributor Author

cdamian commented Dec 27, 2023

Pallet added here - foss3/runtime-pallet-library#18

@lemunozm
Copy link
Contributor

Should this PR be closed and only reviewed/merged the one from foss3?

@cdamian
Copy link
Contributor Author

cdamian commented Dec 29, 2023

Should this PR be closed and only reviewed/merged the one from foss3?

No, the plan is to add the remarks pallet to the foss3 repo and then use that pallet in the runtime here.

@lemunozm
Copy link
Contributor

Oh I didn't see that the content of this PR has been changed, ok!

@wischli wischli added this to the Centrifuge 1026 milestone Jan 2, 2024
@wischli wischli mentioned this pull request Jan 2, 2024
7 tasks
@cdamian cdamian force-pushed the 1647-feat-on-chain-remarks branch 2 times, most recently from 43476fa to f88d21a Compare January 3, 2024 17:55
@cdamian cdamian marked this pull request as ready for review January 3, 2024 17:55
@cdamian
Copy link
Contributor Author

cdamian commented Jan 3, 2024

/benchmark development

@cdamian cdamian force-pushed the 1647-feat-on-chain-remarks branch from f88d21a to 91228db Compare January 3, 2024 18:10
@mustermeiszer mustermeiszer added the D0-ready Pull request can be merged without special precaution and notification. label Jan 4, 2024
@mustermeiszer
Copy link
Collaborator

Started benchmarks manually. Can we also already bring this to mainnet please. Otherwise looks good!

@wischli wischli added P7-asap Issue should be addressed in the next days. I8-enhancement An additional feature. labels Jan 4, 2024
@cdamian cdamian force-pushed the 1647-feat-on-chain-remarks branch from 91228db to c0d7b76 Compare January 4, 2024 09:15
@cdamian cdamian force-pushed the 1647-feat-on-chain-remarks branch from c0d7b76 to 2659849 Compare January 4, 2024 09:18
@cdamian cdamian force-pushed the 1647-feat-on-chain-remarks branch from 2659849 to 7764cd6 Compare January 4, 2024 09:19
@cdamian
Copy link
Contributor Author

cdamian commented Jan 4, 2024

I manually added the weights that we generated here

Cargo.toml Show resolved Hide resolved
@cdamian cdamian merged commit 17e00b5 into main Jan 4, 2024
9 checks passed
@cdamian cdamian deleted the 1647-feat-on-chain-remarks branch January 4, 2024 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D0-ready Pull request can be merged without special precaution and notification. I8-enhancement An additional feature. P7-asap Issue should be addressed in the next days.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: On-chain Remarks
4 participants