-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Logs checking #11229
Merged
Merged
Logs checking #11229
Changes from 40 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
eea467a
added logs to receipts
9ff21c9
casted to temporal
35a3f1f
save
f05ba60
added semaphore
28274e1
Merge branch 'refs/heads/main' into p2p-receipts
c917eb0
reorg unlocked
cf7fc0b
fix
132d101
fix
ddc0aae
new receipt func
7cf43ac
save
61ea076
save
894855e
Merge branch 'refs/heads/main' into p2p-receipts
c965d3f
save
f5740fe
save
9f1bb35
save
e879bd8
save
6072d54
save
8604911
save
490c1a8
save
0d23573
save
625a62c
fixes + debug logs
d7c5fff
fixes
e25c4ec
fixes
ba044f6
find out how to receive a message
74ab518
added tests for empty blockchain
2107f89
added test for generated blockchain
6d3b7da
save
b632521
save
68b09d5
save
b2c0f15
Merge branch 'main' into p2p-receipts
AskAlexSharov 0620327
save
c569a98
save
7bd5c20
Merge branch 'refs/heads/main' into p2p-receipts
7626b76
save
4cb1fc3
Merge branch 'refs/heads/p2p-receipts' into logs-checking
e62b317
Merge branch 'refs/heads/main' into logs-checking
b621f45
Merge branch 'refs/heads/main' into logs-checking
942820b
save
64320b3
Merge branch 'refs/heads/main' into logs-checking
787b0a8
save
6a5c474
Merge branch 'main' into logs-checking
AskAlexSharov 226173f
save
AskAlexSharov 999c570
save
AskAlexSharov 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
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.
create separated github issue - to investigate: can we remove this checks or not. because in E3 indices are txn-level-granularity - it means all filtering already done by
applyFiltersV3(tx, begin, end, crit)
.Filter
can't remove - because it check order.