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

Add a realm property #10411

Open
steven-sheehy opened this issue Feb 17, 2025 · 0 comments
Open

Add a realm property #10411

steven-sheehy opened this issue Feb 17, 2025 · 0 comments
Labels
enhancement Type: New feature
Milestone

Comments

@steven-sheehy
Copy link
Contributor

steven-sheehy commented Feb 17, 2025

Problem

To support non-zero realms, a mirror node needs to be configured with some base realm ID to get system files, etc.

Solution

We don't currently have the concept of common properties across modules. We should take the time to add it for this effort.

  • Add a CommonProperties to hedera-mirror-common and ensure it's component scanned and available in all Java modules that use common (or alternatively if that doesn't work, create it in common but register as bean in each module manually)
  • Add a hedera.mirror.common.realm=0 property
  • Add the same property to REST API
  • Verify in record stream that the node account ID in the bucket path matches the realm
  • Verify in block stream that the realm matches (TBD)

Alternatives

No response

@steven-sheehy steven-sheehy added the enhancement Type: New feature label Feb 17, 2025
@steven-sheehy steven-sheehy added this to the 0.125.0 milestone Feb 17, 2025
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Mirror Node Feb 17, 2025
@steven-sheehy steven-sheehy moved this from 📋 Backlog to 🏃‍♀ Sprint backlog in Mirror Node Feb 17, 2025
@rbarker-dev rbarker-dev moved this to 🏃‍♀ Sprint backlog in Mirror Node Test - DO NOT USE Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type: New feature
Projects
Status: 🏃‍♀ Sprint backlog
Development

No branches or pull requests

1 participant