Skip to content
New issue

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

[ᚬmaster] 🎉 Rc/v0.14.0 #941

Merged
merged 132 commits into from
Jun 15, 2019
Merged

[ᚬmaster] 🎉 Rc/v0.14.0 #941

merged 132 commits into from
Jun 15, 2019

Conversation

doitian
Copy link
Member

@doitian doitian commented Jun 4, 2019

Important: The default secp256k1 code hash is changed to 0xf1951123466e4479842387a66fabfd6b65fc87fd84ae8e6cd3053edb27fff2fd. Remember to update block assembler config.

This version is not compatible with v0.13.0, please init a new CKB directory.

Features

Bug Fixes

Improvements

Misc

doitian and others added 30 commits May 24, 2019 21:05
Original implementation use [Tip-BlockMedianCount .. Tip-1] to calculate the
current block median time. According to the notion of BlockMedianTime in
https://github.com/bitcoin/bips/blob/master/bip-0113.mediawiki#specification ,
here change to use [Tip-BlockMedianCount+1 .. Tip] instead.
BREAKING CHANGE: Add new column to store cell set into database.
fix: calculate the current median time from tip
feat: limit TXO set memory usage
quake and others added 29 commits June 7, 2019 15:05
perf(sync): Fix get ancestor performance issue
fix: uncle number should smaller than block
Generate the code hash constants in ckb-resource, and use the constants
instead of the hard code hash in different locations.
The binary built using Ubuntu 18 requires a higher version of stdlibc++, which
is not available in Ubuntu 16.
- `ckb init` accepts options `--ba-code-hash` and `--ba-arg` (which can repeat
multiple times) to set block assembler.
- `ckb cli secp256k1-lock` adds an output format `cmd` to prints the command
line options for `ckb init` to set block assembler.
feat: `ckb init` supports setting block assembler
* chore: print found seal information

* chore: tweak progress msg len <80
@doitian doitian merged commit 03f2534 into master Jun 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change The feature breaks consensus, database, message schema or RPC interface.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants