-
Notifications
You must be signed in to change notification settings - Fork 147
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: 17868 Remove usage of MerkleStateRoot
from swirlds-platform-core
#17873
Conversation
Signed-off-by: Ivan Malygin <[email protected]>
Signed-off-by: Ivan Malygin <[email protected]>
# Conflicts: # hedera-node/hedera-app/src/main/java/com/hedera/node/app/Hedera.java # hedera-node/hedera-app/src/main/java/com/hedera/node/app/HederaInjectionComponent.java
…latform/SwirldsPlatform.java Co-authored-by: Timo Brandstätter <[email protected]> Signed-off-by: Ivan Malygin <[email protected]>
…latform/eventhandling/DefaultTransactionHandler.java Co-authored-by: Timo Brandstätter <[email protected]> Signed-off-by: Ivan Malygin <[email protected]>
…latform/state/SwirldStateManager.java Co-authored-by: Timo Brandstätter <[email protected]> Signed-off-by: Ivan Malygin <[email protected]>
…latform/util/BootstrapUtils.java Co-authored-by: Timo Brandstätter <[email protected]> Signed-off-by: Ivan Malygin <[email protected]>
…latform/SignedStateFileReadWriteTest.java Co-authored-by: Timo Brandstätter <[email protected]> Signed-off-by: Ivan Malygin <[email protected]>
…latform/state/snapshot/SavedStateMetadata.java Co-authored-by: Timo Brandstätter <[email protected]> Signed-off-by: Ivan Malygin <[email protected]>
…latform/state/signed/SignedState.java Co-authored-by: Timo Brandstätter <[email protected]> Signed-off-by: Ivan Malygin <[email protected]>
…latform/state/editor/StateEditor.java Co-authored-by: Timo Brandstätter <[email protected]> Signed-off-by: Ivan Malygin <[email protected]>
…latform/state/editor/StateEditorSwap.java Co-authored-by: Timo Brandstätter <[email protected]> Signed-off-by: Ivan Malygin <[email protected]>
…latform/state/editor/StateEditorRm.java Co-authored-by: Timo Brandstätter <[email protected]> Signed-off-by: Ivan Malygin <[email protected]>
…pe instead of `var` Signed-off-by: Ivan Malygin <[email protected]>
Signed-off-by: Ivan Malygin <[email protected]>
MerkleStateRoot
from `swirlds-platform-coreMerkleStateRoot
from `swirlds-platform-coreё
MerkleStateRoot
from `swirlds-platform-coreёMerkleStateRoot
from swirlds-platform-core
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
…ace to make sure that there is a compile time validation. Got rid of `cast` method in `State` interface. Signed-off-by: Ivan Malygin <[email protected]>
Signed-off-by: Ivan Malygin <[email protected]>
…latform/state/signed/SignedState.java Co-authored-by: Timo Brandstätter <[email protected]> Signed-off-by: Ivan Malygin <[email protected]>
Signed-off-by: Ivan Malygin <[email protected]>
Signed-off-by: Ivan Malygin <[email protected]>
Signed-off-by: Ivan Malygin <[email protected]>
Description:
TBD
Related issue(s):
Fixes #17868
Notes for reviewer:
Checklist