codechain icon indicating copy to clipboard operation
codechain copied to clipboard

CodeChain's official implementation in Rust.

Results 64 codechain issues
Sort by recently updated
recently updated
newest added

E2E tests timeout on `afterEach`. In `afterEach`, CodeChain nodes get SIGINT. I suspect that race conditions that are in module cleanups caused the process to hang on exit.

test

![cla](https://user-images.githubusercontent.com/1138402/69291367-616d0480-0c46-11ea-9807-185fdfc2f184.png) If the mergify bot pushes the commits to the master branch, the commits cannot pass checking because I cannot make the mergify bot sign CLA.

* Automatically download the most recent release in the background. * Upgrade itself to a new release either automatically or manually.

codechain needs code coverage evaluation before releasing version 2.0 Firstly, we need to investigate the coverage measuring tool.

test

Here are the logs [link](https://drive.google.com/file/d/1uNH-A3MEWQddJgnprCVhhwLFgk0_FkOf/view?usp=sharing). The 2283242'th block is generated at 2019-07-30 10:37:49+09:00. The 2283241'th block is generated at 2019-07-30 10:37:25+09:00. The "m-eu-central-1-3" node couldn't collect all the precommits of...

bug
network

Bring MuSig to CodeChain. https://eprint.iacr.org/2018/068.pdf

key
experimental

This should be done someday. ## Documents to check - [ ] Block-Synchronization-Extension.md - [ ] CodeChain-Account.md - [ ] CodeChain-Address.md - [ ] CodeChain-Coin.md - [ ] CodeChain-Virtual-Machine.md -...

documentation

We detect whether the timer was canceled in ad-hoc ways. Especially, if a lock is involved, the situation is not desirable. This commit addresses that: https://github.com/CodeChain-io/codechain/commit/96f7f942f3021b4154a5da14bbd7680c1e080200 We need a regular...

bug

It's ready now.

key
experimental
breaking-change

It would be nice if we have a web-based config file generator that is similar to parity. https://paritytech.github.io/parity-config-generator/

cli