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(p2pool): add coinbase extra field to p2pool proto #6570

Merged

Conversation

ksrichard
Copy link
Contributor

Description

Added an optional coinbase extra field when miners are asking for a new block from p2pool.

Motivation and Context

Until now, adding any custom coinbase extra data to coinbases was not supported by p2pool, so added the option.

How Has This Been Tested?

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

…-coinbase-extra

# Conflicts:
#	applications/minotari_merge_mining_proxy/src/block_template_protocol.rs
#	applications/minotari_miner/src/run_miner.rs
@ksrichard ksrichard marked this pull request as ready for review September 19, 2024 06:14
Copy link

github-actions bot commented Sep 19, 2024

Test Results (Integration tests)

 2 files  11 suites   32m 12s ⏱️
36 tests 35 ✅ 0 💤 1 ❌
38 runs  36 ✅ 0 💤 2 ❌

For more details on these failures, see this check.

Results for commit 983eff7.

♻️ 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 19, 2024
Copy link

github-actions bot commented Sep 19, 2024

Test Results (CI)

    3 files    129 suites   34m 10s ⏱️
1 323 tests 1 323 ✅ 0 💤 0 ❌
3 967 runs  3 967 ✅ 0 💤 0 ❌

Results for commit 983eff7.

♻️ This comment has been updated with latest results.

@ksrichard ksrichard marked this pull request as draft September 19, 2024 10:36
stringhandler
stringhandler previously approved these changes Sep 23, 2024
@ksrichard ksrichard marked this pull request as ready for review September 24, 2024 08:34
@ghpbot-tari-project ghpbot-tari-project removed the P-reviews_required Process - Requires a review from a lead maintainer to be merged label Sep 24, 2024
@SWvheerden SWvheerden merged commit fd41ba4 into tari-project:development Sep 24, 2024
16 of 17 checks passed
SWvheerden pushed a commit to SWvheerden/tari that referenced this pull request Sep 24, 2024
…6570)

Description
---
Added an optional coinbase extra field when miners are asking for a new
block from p2pool.

Motivation and Context
---
Until now, adding any custom coinbase extra data to coinbases was not
supported by p2pool, so added the option.

How Has This Been Tested?
---

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


Breaking Changes
---

- [x] None
- [ ] Requires data directory on base node to be deleted
- [ ] Requires hard fork
- [ ] Other - Please specify
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.

4 participants