-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3006: refactor(rpc): change struct from "TxPoolVerbosity" to "TxPoolEntries… r=doitian,quake a=chanhsu001 Change "TxPoolVerbosity" to "TxPoolEntries", Change "TxVerbosity" to "TxPoolEntry" for clear expressed, avoid ambiguity <!-- Thank you for contributing to nervosnetwork/ckb! If you haven't already, please read [CONTRIBUTING](https://github.com/nervosnetwork/ckb/blob/develop/CONTRIBUTING.md) document. If you're unsure about anything, just ask; somebody should be along to answer within a day or two. PR Title Format: 1. module [, module2, module3]: what's changed 2. *: what's changed --> ### What problem does this PR solve? the word "TxPoolVerbosity", and "TxVerbosity" is ambiguous to used in the function/code change them to "TxPoolEntries", and "TxPoolEntry", more clearly expressed. Problem Summary: ### What is changed and how it works? change word in rpc/. and util/jsonrpc-types/.., run `make gen-rpc-doc` to update RPC readme What's Changed: ### Related changes - PR to update `owner/repo`: - Need to cherry-pick to the release branch Tests <!-- At least one of them must be included. --> - No code (skip ci) already make ci pass Side effects ### Release note <!-- Choose from None, Title Only and Note. Bugfixes or new features need a release note. --> ```release-note None: Exclude this PR from the release note. ``` Co-authored-by: chanhsu001 <[email protected]>
- Loading branch information
Showing
4 changed files
with
54 additions
and
54 deletions.
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