-
Notifications
You must be signed in to change notification settings - Fork 143
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: Implement pending state for airdrop purposes #14276
Conversation
...a-node/hedera-app-spi/src/main/java/com/hedera/node/app/spi/metrics/StoreMetricsService.java
Outdated
Show resolved
Hide resolved
Node: HAPI Test (Restart) Results7 files 7 suites 8m 57s ⏱️ Results for commit 8e92c6e. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Node Death Reconnect) Results3 tests 3 ✅ 5m 49s ⏱️ Results for commit 8e92c6e. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Token) Results 22 files 22 suites 6m 58s ⏱️ Results for commit 8e92c6e. ♻️ This comment has been updated with latest results. |
Signed-off-by: ibankov <[email protected]> Co-authored-by: Valentin Tronkov <[email protected]> Signed-off-by: ibankov <[email protected]>
Signed-off-by: Valentin Tronkov <[email protected]> Signed-off-by: ibankov <[email protected]>
…alue Signed-off-by: Valentin Tronkov <[email protected]> Signed-off-by: ibankov <[email protected]>
Signed-off-by: Valentin Tronkov <[email protected]> Signed-off-by: ibankov <[email protected]>
Signed-off-by: Valentin Tronkov <[email protected]> Signed-off-by: ibankov <[email protected]>
Signed-off-by: Valentin Tronkov <[email protected]> Signed-off-by: ibankov <[email protected]>
a56d05f
to
0ced88c
Compare
Node: HAPI Test (Crypto) Results 24 files 24 suites 15m 7s ⏱️ Results for commit 8e92c6e. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Misc) Results 59 files 59 suites 15m 33s ⏱️ Results for commit 8e92c6e. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Time Consuming) Results19 tests 19 ✅ 23m 10s ⏱️ Results for commit 8e92c6e. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Smart Contract) Results 82 files 82 suites 23m 44s ⏱️ Results for commit 8e92c6e. ♻️ This comment has been updated with latest results. |
Node: Unit Test Results 1 543 files 1 543 suites 3h 36m 24s ⏱️ Results for commit 8e92c6e. ♻️ This comment has been updated with latest results. |
...ce-impl/src/main/java/com/hedera/node/app/service/schedule/impl/handlers/HandlerUtility.java
Show resolved
Hide resolved
Signed-off-by: Valentin Tronkov <[email protected]>
Signed-off-by: ibankov <[email protected]>
Signed-off-by: ibankov <[email protected]>
Signed-off-by: ibankov <[email protected]>
...vice-impl/src/main/java/com/hedera/node/app/service/token/impl/ReadableAirdropStoreImpl.java
Outdated
Show resolved
Hide resolved
...-service-impl/src/main/java/com/hedera/node/app/service/token/impl/WritableAirdropStore.java
Show resolved
Hide resolved
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.
I have a few comments. But otherwise LGTM! Thanks @vtronkov
...vice-impl/src/main/java/com/hedera/node/app/service/token/impl/schemas/V0530TokenSchema.java
Show resolved
Hide resolved
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.
other than the question I had and @Neeharika-Sompalli comments all look good
# Conflicts: # hedera-node/hapi-utils/src/main/java/com/hedera/node/app/hapi/utils/CommonPbjConverters.java
1564b92
…/node/app/service/token/impl/ReadableAirdropStoreImpl.java Co-authored-by: Neeharika Sompalli <[email protected]> Signed-off-by: Valentin Tronkov <[email protected]>
Signed-off-by: Valentin Tronkov <[email protected]>
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.
LGTM! Thanks @vtronkov
Signed-off-by: ibankov <[email protected]>
b03967b
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.
LGTM
Signed-off-by: ibankov <[email protected]> Signed-off-by: Valentin Tronkov <[email protected]> Signed-off-by: Valentin Tronkov <[email protected]> Co-authored-by: Ivan Bankov <[email protected]> Co-authored-by: Neeharika Sompalli <[email protected]>
* develop: feat: add new event hashing algorithm (#14340) fix: fixed a few issues on Dynamic Address Book (#14316) fix(gossip): wait outside of lock (#14336) feat: Implement pending state for airdrop purposes (#14276) chore: fix Javadoc warnings in 'platform' modules (#14338) chore: fix Javadoc warnings in 'test-clients' (#14337) chore: fix Javadoc warnings in 'services' modules (#14339) fix: 14230 platform state deserialization fix (#14334) fix: 14309: Drop KeyIndexType.SEQUENTIAL_INCREMENTING_LONGS support (#14323) feat: log socket exception stack trace periodically (#14318) fix: 14230 Fixed incorrect deserialization of `PlatformState` (#14332) feat: Add feature flag cookbook item (#14324) build: remove unused plugins (block-node) (#14254) build: Remove 'org.owasp:dependency-check-gradle' plugin (#14246) fix: remove hard dependency on 'commons.compress' (#14240) # Conflicts: # hedera-node/hedera-app/src/main/java/com/hedera/node/app/store/ReadableStoreFactory.java # hedera-node/hedera-app/src/main/java/com/hedera/node/app/store/ServiceApiFactory.java # hedera-node/hedera-app/src/main/java/com/hedera/node/app/store/WritableStoreFactory.java # hedera-node/hedera-token-service-impl/src/main/java/com/hedera/node/app/service/token/impl/TokenServiceImpl.java
Description:
Defining Readable and Writable stores for accessing and manipulating the pending airdrops state
Related issue(s):
Fixes #13938
Fixes #13939
Fixes #13940
Notes for reviewer:
When merging this PR we should merge hashgraph/hedera-protobufs#395 as well.
Checklist