-
Notifications
You must be signed in to change notification settings - Fork 236
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
Remove empty entry for OrphanPool
#4676
Merged
zhangsoledad
merged 1 commit into
nervosnetwork:develop
from
eval-exec:exec/destruct-tx-to-get-wtx_hash
Oct 16, 2024
Merged
Remove empty entry for OrphanPool
#4676
zhangsoledad
merged 1 commit into
nervosnetwork:develop
from
eval-exec:exec/destruct-tx-to-get-wtx_hash
Oct 16, 2024
Conversation
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
doitian
reviewed
Oct 14, 2024
eval-exec
force-pushed
the
exec/destruct-tx-to-get-wtx_hash
branch
from
October 15, 2024 02:29
7864bcd
to
3983816
Compare
doitian
reviewed
Oct 15, 2024
eval-exec
force-pushed
the
exec/destruct-tx-to-get-wtx_hash
branch
4 times, most recently
from
October 15, 2024 03:35
f2014f1
to
8cd62ce
Compare
eval-exec
requested review from
chenyukang,
zhangsoledad,
driftluo and
yangby-cryptape
October 15, 2024 03:36
chenyukang
previously approved these changes
Oct 15, 2024
doitian
reviewed
Oct 15, 2024
eval-exec
changed the title
Destruct TransactionView to get wtx_hash
Destruct TransactionView to get wtx_hash, remove empty entry for Oct 15, 2024
OrphanPool
Signed-off-by: Eval EXEC <execvy@gmail.com>
eval-exec
force-pushed
the
exec/destruct-tx-to-get-wtx_hash
branch
from
October 16, 2024 01:39
8cd62ce
to
bb9fa5c
Compare
eval-exec
changed the title
Destruct TransactionView to get wtx_hash, remove empty entry for
Remove empty entry for Oct 16, 2024
OrphanPool
OrphanPool
zhangsoledad
approved these changes
Oct 16, 2024
zhangsoledad
added a commit
that referenced
this pull request
Oct 16, 2024
…backport-4676 Backport #4676, Remove empty entry for `OrphanPool`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What problem does this PR solve?
When an entry in
OrphanPool
is empty, it should be removed.What is changed and how it works?
What's Changed:
Related changes
OrphanPool
Check List
Tests
Side effects
Release note