tari-project / tari

The Tari protocol
https://tari.com
BSD 3-Clause "New" or "Revised" License
347 stars 215 forks source link

feat: split message to have dedicated to and from fields #6358

Closed SWvheerden closed 4 months ago

SWvheerden commented 4 months ago

Description

split message to have dedicated to and from fields

Motivation and Context

This is needed for #6353 When a chat client receives a message, it needs to know the complete address of the receiver, not just a part of it. This allows the user to get the complete address by saving what the sender said their address is

github-actions[bot] commented 4 months ago

Test Results (CI)

    3 files    120 suites   56m 20s :stopwatch: 1 275 tests 1 275 :white_check_mark: 0 :zzz: 0 :x: 3 817 runs  3 817 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 64cbdc9e.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 4 months ago

Test Results (Integration tests)

 2 files  11 suites   40m 24s :stopwatch: 34 tests 32 :white_check_mark: 0 :zzz: 2 :x: 37 runs  33 :white_check_mark: 0 :zzz: 4 :x:

For more details on these failures, see this check.

Results for commit 64cbdc9e.

:recycle: This comment has been updated with latest results.