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

jsonRPC handle of rumor msg in scala backend #1799

Merged
merged 16 commits into from
Apr 18, 2024

Conversation

DanielTavaresA
Copy link
Collaborator

@DanielTavaresA DanielTavaresA commented Apr 6, 2024

Based on PR #1789 , handles and tests the new rumor jsonRPC message.

Can read an incoming rumor jsonRPC, convert it to a Rumor object containing its respective objects : - serverId : PublicKey, rumorId : Int, messages : Map[Channel, List[Messages]]. Can also do the reverse operation and write to a jsonRPC Rumor

@DanielTavaresA DanielTavaresA marked this pull request as ready for review April 8, 2024 07:42
@DanielTavaresA DanielTavaresA requested a review from a team as a code owner April 8, 2024 07:42
@K1li4nL K1li4nL changed the base branch from master to work-be2-dtavaresa-push-gossip April 8, 2024 08:08
Base automatically changed from work-be2-dtavaresa-push-gossip to master April 9, 2024 09:56
Copy link
Contributor

@t1b00 t1b00 left a comment

Choose a reason for hiding this comment

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

Just one detail on the use of a mutable HashMap which could be simplified (see comment), otherwise LGTM

Copy link
Contributor

@K1li4nL K1li4nL left a comment

Choose a reason for hiding this comment

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

Coverage and a few comments / question before we can move on ;)

K1li4nL
K1li4nL previously approved these changes Apr 17, 2024
Copy link
Contributor

@K1li4nL K1li4nL left a comment

Choose a reason for hiding this comment

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

Good job, looks good to me !

Copy link

sonarcloud bot commented Apr 17, 2024

Quality Gate Passed Quality Gate passed for 'PoP - PoPCHA-Web-Client'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

sonarcloud bot commented Apr 17, 2024

Quality Gate Passed Quality Gate passed for 'PoP - Be1-Go'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

sonarcloud bot commented Apr 17, 2024

Copy link

sonarcloud bot commented Apr 17, 2024

Quality Gate Passed Quality Gate passed for 'PoP - Fe1-Web'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

sonarcloud bot commented Apr 17, 2024

Quality Gate Passed Quality Gate passed for 'PoP - Fe2-Android'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@pierluca pierluca added this pull request to the merge queue Apr 18, 2024
Merged via the queue into master with commit 0766913 Apr 18, 2024
18 checks passed
@pierluca pierluca deleted the work-be2-daniel-rumor-handler branch April 18, 2024 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants