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

feat(chatffi): message metadata #5766

Merged

Conversation

brianp
Copy link
Contributor

@brianp brianp commented Sep 12, 2023

Description

This adds a metadata field for chat messages. Metadata can be expected to hold information about a message such as it being a reply to a previous message, or it being a token request.

Motivation and Context

Enhanced chat functionality

How Has This Been Tested?

CI / Cucumber.

What process can a PR reviewer use to test or verify this change?

Breaking Changes

  • None
  • Requires data directory on base node to be deleted
  • Requires hard fork
  • Other - Please specify

@brianp brianp force-pushed the build-ffis-feat-message-metadata branch from ef28fd1 to a184a9c Compare September 12, 2023 20:54
@github-actions
Copy link

github-actions bot commented Sep 12, 2023

Test Results (CI)

1 215 tests   1 215 ✔️  12m 57s ⏱️
     39 suites         0 💤
       1 files           0

Results for commit 04e3530.

♻️ This comment has been updated with latest results.

@ghpbot-tari-project ghpbot-tari-project added P-acks_required Process - Requires more ACKs or utACKs P-reviews_required Process - Requires a review from a lead maintainer to be merged labels Sep 12, 2023
@github-actions
Copy link

github-actions bot commented Sep 12, 2023

Test Results (Integration tests)

29 tests   29 ✔️  13m 3s ⏱️
11 suites    0 💤
  2 files      0

Results for commit 04e3530.

♻️ This comment has been updated with latest results.

As in don't swap pointers out from under anyone. I was having a lot of
trouble validating the metadata was being applied to an existing message
via mutation but have since solved these issues. Now that we've verified
the mutation we no longer need to destroy and create new Message
objects.
@brianp brianp force-pushed the build-ffis-feat-message-metadata branch from f975055 to 677e4ca Compare September 13, 2023 14:36
@brianp brianp marked this pull request as ready for review September 13, 2023 14:56
@ghpbot-tari-project ghpbot-tari-project removed the P-reviews_required Process - Requires a review from a lead maintainer to be merged label Sep 14, 2023
@SWvheerden SWvheerden merged commit a9b730a into tari-project:development Sep 15, 2023
14 checks passed
@brianp brianp deleted the build-ffis-feat-message-metadata branch October 2, 2023 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P-acks_required Process - Requires more ACKs or utACKs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants