codechain
codechain copied to clipboard
CodeChain's official implementation in Rust.
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.
 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.
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...
Bring MuSig to CodeChain. https://eprint.iacr.org/2018/068.pdf
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 -...
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...
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/