We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
need add new rpc for ckb version 0.109.0-0.117.0
ckb version 0.117.0
Add include_tx_pool: Option<bool> param to ChainRpcImpl::get_live_cell' ckb#4454: Add include_tx_pool: Option param to ChainRpcImpl::get_live_cell' (@eval-exec)
include_tx_pool: Option<bool>
ChainRpcImpl::get_live_cell
Add assume_valid_target_reached: bool to NetRpc::sync_state ckb#4486: Add assume_valid_target_reached: bool to NetRpc::sync_state (@eval-exec)
assume_valid_target_reached: bool
NetRpc::sync_state
ckb version 0.116.1
Add PoolRpc::test_tx_pool_accept, check if the transaction can be accepted by TxPool ckb#4433: Add PoolRpc::test_tx_pool_accept, check if the transaction can be accepted by TxPool (@eval-exec)
PoolRpc::test_tx_pool_accept
ckb version 0.115.0
feat: limit ibd orphan pool size ckb#4381: Limit ibd orphan pool size (@driftluo)
ckb version 0.114.0 None
ckb version 0.113.0
Backport #4273 ckb#4288: get_pool_tx_detail_info: Change score_sortkey's type from String to struct AncestorsScoreSortKey
ckb version 0.112.1 feat(rpc): Introduce the new method generate_epochs in the IntegrationTest module ckb#4128 rpc: Introduce the new method generate_epochs in the IntegrationTest module (@EthanYuan)
generate_epochs
IntegrationTest
Add feature of Replace-by-fee for tx-pool ckb#4108: Add feature of Replace-by-fee for tx-pool (@chenyukang)
ckb version 0.111.0
ckb 2023 edition ckb#3917 consensus: (BREAKING) CKB 2023 edition (@zhangsoledad)
RPC: Set jsonrpc::Ratio as the type of threshold field for DeploymentsInfo and Deployment ckb#3980 rpc: (BREAKING) Set jsonrpc::Ratio as the type of threshold field for DeploymentsInfo and Deployment (@eval-exec)
jsonrpc::Ratio
threshold
DeploymentsInfo
Deployment
rpc(ChainRpc): Add only_committed param for get_transaction ckb#3963 rpc(Chain): Add only_committed param for get_transaction (@eval-exec)
only_committed
get_transaction
ckb version 0.110.0
rpc(ChainRpc): Add time_added_to_pool field for ChainRpcImpl::get_transaction ckb#3949 rpc: (BREAKING) Add time_added_to_pool field for ChainRpcImpl::get_transaction (@eval-exec)
time_added_to_pool
ChainRpcImpl::get_transaction
ckb version 0.109.0
feat: deployment since ckb#3772 rpc: (BREAKING) Add soft-fork deployment since info in RPC (@zhangsoledad)
feat: add exact search mode ckb#3842: Add exact search mode (@quake)
fix: rpc typo statics -> statistics ckb#3924 rpc: (BREAKING) Fix rpc typo: statics -> statistics (@zhangsoledad)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
need add new rpc for ckb version 0.109.0-0.117.0
ckb version 0.117.0
Add
include_tx_pool: Option<bool>
param toChainRpcImpl::get_live_cell
' ckb#4454: Add include_tx_pool: Option param to ChainRpcImpl::get_live_cell' (@eval-exec)Add
assume_valid_target_reached: bool
toNetRpc::sync_state
ckb#4486: Add assume_valid_target_reached: bool to NetRpc::sync_state (@eval-exec)ckb version 0.116.1
Add
PoolRpc::test_tx_pool_accept
, check if the transaction can be accepted by TxPool ckb#4433: Add PoolRpc::test_tx_pool_accept, check if the transaction can be accepted by TxPool (@eval-exec)ckb version 0.115.0
feat: limit ibd orphan pool size ckb#4381: Limit ibd orphan pool size (@driftluo)
ckb version 0.114.0
None
ckb version 0.113.0
Backport #4273 ckb#4288: get_pool_tx_detail_info: Change score_sortkey's type from String to struct AncestorsScoreSortKey
ckb version 0.112.1
feat(rpc): Introduce the new method
generate_epochs
in theIntegrationTest
module ckb#4128 rpc: Introduce the new method generate_epochs in the IntegrationTest module (@EthanYuan)Add feature of Replace-by-fee for tx-pool ckb#4108: Add feature of Replace-by-fee for tx-pool (@chenyukang)
ckb version 0.111.0
ckb 2023 edition ckb#3917 consensus: (BREAKING) CKB 2023 edition (@zhangsoledad)
RPC: Set
jsonrpc::Ratio
as the type ofthreshold
field forDeploymentsInfo
andDeployment
ckb#3980 rpc: (BREAKING) Set jsonrpc::Ratio as the type of threshold field for DeploymentsInfo and Deployment (@eval-exec)rpc(ChainRpc): Add
only_committed
param forget_transaction
ckb#3963 rpc(Chain): Add only_committed param for get_transaction (@eval-exec)ckb version 0.110.0
rpc(ChainRpc): Add
time_added_to_pool
field forChainRpcImpl::get_transaction
ckb#3949 rpc: (BREAKING) Add time_added_to_pool field for ChainRpcImpl::get_transaction (@eval-exec)ckb version 0.109.0
feat: deployment since ckb#3772 rpc: (BREAKING) Add soft-fork deployment since info in RPC (@zhangsoledad)
feat: add exact search mode ckb#3842: Add exact search mode (@quake)
fix: rpc typo statics -> statistics ckb#3924 rpc: (BREAKING) Fix rpc typo: statics -> statistics (@zhangsoledad)
The text was updated successfully, but these errors were encountered: