ckb icon indicating copy to clipboard operation
ckb copied to clipboard

The Nervos CKB is a public permissionless blockchain, and the layer 1 of Nervos network.

Results 173 ckb issues
Sort by recently updated
recently updated
newest added

### What problem does this PR solve? Fix cov toolchain ### Related changes - PR to update `owner/repo`: - Need to cherry-pick to the release branch ### Check List Tests...

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.59 to 1.0.62. Release notes Sourced from anyhow's releases. 1.0.61 Work around rust-analyzer builds poisoning all subsequent command-line cargo builds (#252) 1.0.60 Propagate --target to rustc invocation...

dependencies
rust

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.13.0 to 1.13.1. Changelog Sourced from once_cell's changelog. 1.13.1 Make implementation compliant with strict provenance. Upgrade atomic-polyfill to 1.0 Commits 865ab57 Merge #191 d997723 simplify strict-provenance polyfill...

dependencies
rust

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.126 to 0.2.132. Release notes Sourced from libc's releases. 0.2.132 What's Changed Add FUTEX_LOCK_PI2 on Linux by @​rtzoeller in rust-lang/libc#2874 Add pthread_sigqueue. by @​pirocks in rust-lang/libc#2873 Fix...

dependencies
rust

### What problem does this PR solve? Problem Summary: Add ckb command line bats testcases, for later ckb clap derive pr. ### What is changed and how it works? What's...

s:wontfix

### What problem does this PR solve? Problem Summary: simplify ckb command line parse, using clap derive the ckb command handling is splitted into 2 parts: - starting point of...

s:wontfix

### What problem does this PR solve? Problem Summary: Print 1st block in each epoch and previous epoch statistics information, when syncing node is in IBD ### What is changed...

s:wontfix

## Issue Panicked at 'U256: attempt to multiply with overflow' for some values. https://github.com/nervosnetwork/ckb/blob/649389d90a142cf39cdbc2019b8fbde188383ca5/util/rational/src/lib.rs#L128-L140 ### Reproduce Multiply two `RationalU256` numbers, when both two numerators (or denominators) are big but their...

good first issue
t:enhancement
stale

This PR added GetTransactions/SendTransactions message to light client protocol, which is mainly used by clients to fetch unknown `cell_deps` to verify transactions on local ckb-vm

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.42 to 1.0.43. Release notes Sourced from proc-macro2's releases. 1.0.43 Add keywords to crates.io metadata Commits 774a265 Release 1.0.43 95f5e5a Update keywords in crates.io metadata 971948a Change...

dependencies
rust