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

refactor: #17726 to use EntityIdFactory instead of depending on the HederaConfig #17906

Merged
merged 9 commits into from
Feb 20, 2025

Conversation

vtronkov
Copy link
Contributor

@vtronkov vtronkov commented Feb 14, 2025

Description:
Refactoring #17726 to use EntityIdFactory instead of HederaConfig

Related issue(s):

Fixes #17877

@vtronkov vtronkov self-assigned this Feb 14, 2025
@vtronkov vtronkov added this to the v0.60 milestone Feb 14, 2025
Signed-off-by: Valentin Tronkov <[email protected]>
…yIdFactory

# Conflicts:
#	hedera-node/hedera-app-spi/src/testFixtures/java/com/hedera/node/app/spi/fixtures/ids/FakeEntityIdFactoryImpl.java
#	hedera-node/hedera-app/src/main/java/com/hedera/node/app/ids/AppEntityIdFactory.java
#	hedera-node/hedera-token-service-impl/src/main/java/com/hedera/node/app/service/token/impl/handlers/staking/EndOfStakingPeriodUpdater.java
#	platform-sdk/swirlds-state-api/src/main/java/com/swirlds/state/lifecycle/EntityIdFactory.java
Signed-off-by: Valentin Tronkov <[email protected]>
@vtronkov vtronkov marked this pull request as ready for review February 19, 2025 09:01
@vtronkov vtronkov requested review from a team as code owners February 19, 2025 09:01
Signed-off-by: Valentin Tronkov <[email protected]>
Signed-off-by: Valentin Tronkov <[email protected]>
povolev15
povolev15 previously approved these changes Feb 19, 2025
iwsimon
iwsimon previously approved these changes Feb 19, 2025
Copy link
Contributor

@iwsimon iwsimon left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @vtronkov

thenswan
thenswan previously approved these changes Feb 19, 2025
…to-use-EntityIdFactory

# Conflicts:
#	hedera-node/hedera-app-spi/src/testFixtures/java/com/hedera/node/app/spi/fixtures/ids/FakeEntityIdFactoryImpl.java
#	hedera-node/hedera-app/src/main/java/com/hedera/node/app/ids/AppEntityIdFactory.java
#	platform-sdk/swirlds-state-api/src/main/java/com/swirlds/state/lifecycle/EntityIdFactory.java
@povolev15 povolev15 dismissed stale reviews from thenswan, iwsimon, and themself via 92d9f88 February 19, 2025 19:43
@povolev15 povolev15 self-requested a review February 19, 2025 19:43
povolev15
povolev15 previously approved these changes Feb 19, 2025
Signed-off-by: Valentin Tronkov <[email protected]>
thenswan
thenswan previously approved these changes Feb 19, 2025
…xposing it from the interface

Signed-off-by: Valentin Tronkov <[email protected]>
@vtronkov vtronkov dismissed stale reviews from edward-swirldslabs and thenswan via 9c0ad04 February 19, 2025 20:51
Copy link
Contributor

@povolev15 povolev15 left a comment

Choose a reason for hiding this comment

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

TY @vtronkov LGTM

@povolev15 povolev15 merged commit 491e802 into main Feb 20, 2025
53 checks passed
@povolev15 povolev15 deleted the 17877-refactor-17726-to-use-EntityIdFactory branch February 20, 2025 17:42
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.

Refactor #17726 to use EntityIdFactory instead of depending on the HederaConfig
6 participants