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
nervosnetwork/ckb#533
commit_transactions -> transactions proposal_transactions -> proposals
txs_commit -> transactions_root txs_proposal -> proposals_root
hash -> tx_hash
valid_since -> since
binary_hash -> code_hash
Note: CKB has a bug that RPC types still have hash from OutPoint instead of tx_hash.
hash
OutPoint
tx_hash
The text was updated successfully, but these errors were encountered:
Remaining OutPoint.hash -> OutPoint.tx_hash fix/update:
OutPoint.hash
OutPoint.tx_hash
https://github.com/nervosnetwork/ckb/blob/develop/util/jsonrpc-types/src/blockchain.rs#L93
Sorry, something went wrong.
Bump dependencies (#2824)
7a11fb9
* chore(deps): update dependency lint-staged to v13.3.0 * chore(deps): update babel monorepo to v7.22.15 * chore(deps): update dependency @types/react to v17.0.65 * chore(deps): update dependency concurrently to v8.2.1 * chore(deps): update dependency webpack to v5.88.2 * chore(deps): update dependency @babel/core to v7.22.17 * chore(deps): update dependency @types/styled-components to v5.1.27 * chore(deps): update babel monorepo to v7.23.2 (#264) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @ckb-lumos/bi to v0.20.0 (#265) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @ckb-lumos/base to v0.20.0 (#263) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Chen Yu <keithwhisper@gmail.com> * chore(deps): update dependency @types/leveldown to v4.0.4 (#258) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/elliptic to v6.4.15 (#269) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/async to v3.2.21 (#267) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ashchan
No branches or pull requests
nervosnetwork/ckb#533
Block:
commit_transactions -> transactions
proposal_transactions -> proposals
Header:
txs_commit -> transactions_root
txs_proposal -> proposals_root
OutPoint:
hash -> tx_hash
CellInput:
valid_since -> since
Script:
binary_hash -> code_hash
Note: CKB has a bug that RPC types still have
hash
fromOutPoint
instead oftx_hash
.The text was updated successfully, but these errors were encountered: