-
Notifications
You must be signed in to change notification settings - Fork 138
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: remove State
class
#16352
Draft
thenswan
wants to merge
69
commits into
develop
Choose a base branch
from
15638-merkleroot--merklestateroot--state-cleanup
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
refactor: remove State
class
#16352
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
1971add
refactor: remove State class
thenswan 91f73b7
fix: PTT unit tests
thenswan 9a50283
Merge branch 'develop' into 15638-merkleroot--merklestateroot--state-…
thenswan c33c409
fix: add ConstructableIgnored annotations
thenswan 84e2bbd
chore: update MTT and PTT
thenswan 93719d9
Merge branch 'develop' into 15638-merkleroot--merklestateroot--state-…
thenswan cfbfa2d
update after merging develop
thenswan f28514d
Merge branch 'develop' into 15638-merkleroot--merklestateroot--state-…
thenswan aaaea3a
fix jrs
thenswan 6df5bc8
spotless
thenswan c55bd10
fix turtle tests
thenswan 282808e
fix init platform state
thenswan 81f670a
Merge branch 'develop' into 15638-merkleroot--merklestateroot--state-…
thenswan 67e63df
fix jrs
thenswan 21a9891
add logging to NoOpMerkleStateLifecycles
thenswan 4d2f136
ptt debugging
thenswan 1f09146
ptt increase CHILD_COUNT
thenswan eb97518
Merge branch 'develop' into 15638-merkleroot--merklestateroot--state-…
thenswan a002085
ptt increase CHILD_COUNT
thenswan 26692ab
spotless
thenswan c706c40
PTT CHILD_COUNT experiment
thenswan 5a59b72
PTT debugging
thenswan b27ad3b
PTT fixing
thenswan 579517a
PTT fixing
thenswan 22c7909
PTT fixing
thenswan 15b0c32
fix: PTT
thenswan 85a5cd0
Merge branch 'develop' into 15638-merkleroot--merklestateroot--state-…
thenswan 6db8463
fix: compilation error
thenswan 9dcbc14
ptt debugging
thenswan 2caa5a3
ptt debugging
thenswan a8f26b5
ptt debugging
thenswan 6d6216a
ptt fixing
thenswan 739900d
ptt debugging
thenswan 313a04b
ptt debugging
thenswan 1f0e472
ptt debugging
thenswan 1467726
ptt debugging
thenswan 13f1b54
ptt debugging
thenswan e1baae0
ptt debugging
thenswan 700548c
commented logging
thenswan d7ccbf5
Merge branch 'develop' into 15638-merkleroot--merklestateroot--state-…
thenswan 3a4e627
spotless
thenswan 9dfba2d
ptt fix
thenswan bdad0c2
Added more logging
imalygin d548537
Added registration for ConsistencyTestingToolState
imalygin bf9582c
ptt debugging
thenswan d1aa4cb
Moved PlatformTestingToolState registration to PlatformTestingToolMai…
imalygin 829a91f
Spotless
imalygin 04819db
Moved ConsistencyTestingToolState registration to ConsistencyTestingT…
imalygin 42fc9cc
Spotless
imalygin 8855f57
Fixed minimum supported version.
imalygin 164682b
Added logging of registered classId-s
imalygin ecddfe9
Merge branch 'develop' into 15638-merkleroot--merklestateroot--state-…
imalygin 60f973c
Merge branch 'develop' into 15638-merkleroot--merklestateroot--state-…
imalygin 26282e8
Spotless
imalygin 9016561
Added missing dependency
imalygin e70985b
Added registration of the PlatformState classes
imalygin 7f3b4ad
Added registration of the PlatformState classes
imalygin 751c5bb
Added missing dependency
imalygin fa15fb6
Another attempt to register platform classes.
imalygin 91703de
Added more logging
imalygin 022ce6b
Merge branch 'develop' into 15638-merkleroot--merklestateroot--state-…
imalygin a53a4a0
Added leafs for `stateLong` and `roundsHandled` and utilized them
imalygin 94f60f1
Spotless
imalygin 2977d19
fix initialization issue
thenswan 991dad4
fix initialization issue
thenswan 207d964
fix initialization issue
thenswan c31e88e
fix ConsistencyTestingToolState init
thenswan 6ed59af
Moved service class registration to `StateUtils` of `swirlds-state-im…
imalygin fb3011b
Fixed dependencies
imalygin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
platform-sdk/platform-apps/demos/CryptocurrencyDemo/src/main/java/module-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure how important this particular state implementation is, but this serialization/deserialization logic cannot be just removed. However, this class may be no longer relevant, and it doesn't make sense spend too much time fixing it