-
Notifications
You must be signed in to change notification settings - Fork 157
fix: treat an out-of-range allowance amount as an invalid op #12445
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
Conversation
Signed-off-by: Michael Tinker <[email protected]>
Node: HAPI Test (Restart) Results2 tests 2 ✅ 5m 51s ⏱️ Results for commit 893c0b6. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Node Death Reconnect) Results1 tests 1 ✅ 21s ⏱️ For more details on these parsing errors, see this check. Results for commit 893c0b6. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Token) Results207 tests 207 ✅ 18m 50s ⏱️ Results for commit 893c0b6. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Misc) Results445 tests 435 ✅ 44m 24s ⏱️ Results for commit 893c0b6. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Crypto) Results310 tests 310 ✅ 44m 36s ⏱️ Results for commit 893c0b6. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Time Consuming) Results21 tests 21 ✅ 54m 28s ⏱️ Results for commit 893c0b6. ♻️ This comment has been updated with latest results. |
Node: Unit Test Results 2 271 files ±0 2 271 suites ±0 2h 11m 24s ⏱️ - 1h 28m 59s Results for commit 893c0b6. ± Comparison against base commit 42e87a9. This pull request removes 3962 and adds 3732 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Node: HAPI Test (Smart Contract) Results509 tests 509 ✅ 1h 0m 0s ⏱️ Results for commit 893c0b6. ♻️ This comment has been updated with latest results. |
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 @tinker-michaelj
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
* develop: feat: Introduce software update admin (#12489) feat: Remove getOtherId (#12465) fix: tokenAssociate throws IndexOutOfBoundsException (#12552) fix: enable HelloWorldEthereumSuite hapi tests (#11602) fix: tokenAssociate throws IndexOutOfBoundsException (#12453) fix: treat an out-of-range allowance amount as an invalid op (#12445) feat: restrict qualified delegates to appropriate transfer functions only (#12358) feat: move the JVM anchor into the wiring model (#12534) feat: Automate scheduler construction for the event deduplicator (#12527) feat: cleaner wiring for complete state nexus (#12502) fix: finalize stake metadata only once per transaction (#12537) feat: platform component builder (#12499) feat: address book serializes text hostnames (#12515) feat: improve bottom half of the wiring diagram (#12511) refactor: Migrate some tests to use event test util (#12471) test: security v2 model - add test for token associate with callcode (#12168) chore: Added extra-checks to prevent unchecked submits (#12436) chore: Change owner of DEV configuration (#12523) feat: construct schedulers automatically (#12504) feat: Cherry-pick: Pass Metrics to created VirtualMaps (#12495) # Conflicts: # hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/HandleContextImpl.java
Description: