-
Notifications
You must be signed in to change notification settings - Fork 1
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
Audit-202409 #24
Merged
+133
−104
Merged
Audit-202409 #24
Changes from 5 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
b7c7d33
fix out-of-boundary access in `LCPUtils::readBytesUntil()`
bluele e073fa3
Merge pull request #23 from datachainlab/audit-202409-lcp-4
bluele 0f3591d
S2-1: add validations for `NotePtr.getPtr()`
bluele a91d2b5
S2-2: clarify meaning of the quote status check
bluele 1cb681c
S2-6: fix to early return if the consensus state corresponding to `po…
bluele dec14e8
S3-1: remove unnecessary offset calculation
bluele 870f57c
Merge pull request #25 from datachainlab/audit-202409-s2-s3
bluele 87eed10
S4: add gap storage
bluele e7244ed
Merge pull request #26 from datachainlab/audit-202409-s4
bluele 5910e55
fix parallel test execution
bluele 129a912
Merge pull request #27 from datachainlab/fix-parallel-test
bluele 86e5a24
tests: fix to check if staticcall is successful
bluele 30a68cb
S8: fix to remove unused code
bluele 1d9086c
Merge pull request #28 from datachainlab/audit-202409-s8
bluele bf2266a
S2-3: improve validations for `clientState.allowed_quote_statuses` an…
bluele 43f92a7
Merge pull request #29 from datachainlab/audit-202409-s2-revise
bluele 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
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
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.
should check if
success
is true here.Fixed at 86e5a24