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: change gossip of new blocks #165

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

SWvheerden
Copy link
Contributor

Description

Only gossip a new block if you mined it
Change gossip message to not contain the hash + height, but rather the full header + uncles.

@@ -44,19 +44,19 @@ libp2p = {git = "https://github.com/tari-project/rust-libp2p.git", rev = "3d918c
libp2p-peersync = {git = "https://github.com/tari-project/tari-dan.git", branch = "development"}
log = {version = "0.4.21", features = ["kv"]}
log4rs = "1.3.0"
minotari_app_grpc = {git = "https://github.com/tari-project/tari.git", rev = "2d0ccb121bb13990cac422fe72945cced06c1f74"}
minotari_node_grpc_client = {git = "https://github.com/tari-project/tari.git", rev = "2d0ccb121bb13990cac422fe72945cced06c1f74"}
minotari_app_grpc = {git = "https://github.com/tari-project/tari.git", rev = "d58c67030c3cff20eea6a17883c2a7908dc75ea6"}
Copy link
Contributor

Choose a reason for hiding this comment

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

why not use a tag?

@stringhandler stringhandler merged commit 84e7567 into development Nov 19, 2024
10 of 13 checks passed
@stringhandler stringhandler deleted the change_new_tip_notify branch November 19, 2024 10:54
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.

2 participants