-
Notifications
You must be signed in to change notification settings - Fork 228
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
Add PoolRpc::test_tx_pool_accept
, check if the transaction can be accepted by TxPool
#4433
Merged
quake
merged 1 commit into
nervosnetwork:develop
from
eval-exec:exec/test_tx_pool_accept
Apr 24, 2024
Merged
Add PoolRpc::test_tx_pool_accept
, check if the transaction can be accepted by TxPool
#4433
quake
merged 1 commit into
nervosnetwork:develop
from
eval-exec:exec/test_tx_pool_accept
Apr 24, 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
eval-exec
force-pushed
the
exec/test_tx_pool_accept
branch
from
April 23, 2024 04:06
4228a4d
to
685f3d7
Compare
eval-exec
changed the title
[WIP]
Add Apr 23, 2024
PoolRPC::test_tx_pool_accept
RPCPoolRpc::test_tx_pool_accept
to test
eval-exec
changed the title
Add
Add Apr 23, 2024
PoolRpc::test_tx_pool_accept
to testPoolRpc::test_tx_pool_accept
, check if the transaction can be accepted by TxPool
quake
force-pushed
the
exec/test_tx_pool_accept
branch
from
April 24, 2024 01:26
76e49a1
to
c5f5bca
Compare
quake
previously approved these changes
Apr 24, 2024
eval-exec
force-pushed
the
exec/test_tx_pool_accept
branch
from
April 24, 2024 02:01
c5f5bca
to
fed63c4
Compare
eval-exec
force-pushed
the
exec/test_tx_pool_accept
branch
from
April 24, 2024 02:02
fed63c4
to
ee0c2af
Compare
Squash and rebased on develop. |
doitian
approved these changes
Apr 24, 2024
This was referenced Apr 25, 2024
Closed
8 tasks
Closed
This was referenced Aug 1, 2024
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?
Returns the result of transaction pool acceptance tests, indicating whether the raw transaction would be accepted by the transaction pool. The transaction will not be inserted into the transaction pool.
Related changes
test_tx_pool_accept
forPoolRpc
Check List
Tests
Side effects
Release note