Skip to content

Releases: youchainhq/go-youchain

v1.0

20 Jan 06:52
Compare
Choose a tag to compare
v1.0 Pre-release
Pre-release

This is a milestone release!

Important

YOUChain protocol upgrade: This release will try to upgrade YOUChain protocol version from YouV4 to YouV5. Starting from YouV5, YOUChain will be a permission-less chain(for Chamber nodes). See the developer site for detail.

Features

  1. Permission-less (currently only for Chamber nodes);
  2. New inactivity penalty logic ;
  3. Double-sign penalty will really takes effect;
  4. Improves some rules about on-chain governance;
  5. Enhances the reliability of nat check.
  6. Some other bug fixes.

For prebuild docker images, see hub.docker.com/r/youchain/you

v0.10.2

12 Oct 12:20
Compare
Choose a tag to compare

This is a bug fix release.

This release is trying to fix the synchronization mechanism when there‘s a single-forked block.

For prebuild docker images, see hub.docker.com/r/youchain/you

v0.10.0

17 Sep 07:45
Compare
Choose a tag to compare

This release includes accumulated functionality improvements and bug fix.

For prebuild docker images, see hub.docker.com/r/youchain/you

v0.9.9

22 Jun 03:52
c559e99
Compare
Choose a tag to compare

Important

YOUChain protocol upgrade: This release will try to upgrade YOUChain protocol version from YouV3 to YouV4, so to fix an issue: gas fee not correct for a failed staking-tx.

Other features

  1. Offering public test-net information;
  2. New RPC API: personal_exportRawKey, personal_exportKeyJson, personal_importKeyJson, you_getStakingRecord;
  3. More compatible makefile.

For prebuild docker images, see hub.docker.com/r/youchain/you

v0.9.8

02 Jun 03:13
b24826b
Compare
Choose a tag to compare

Fix : NAT service information

v0.9.7

31 May 03:57
61dc840
Compare
Choose a tag to compare
  • Enhancement: allowedFutureBlockTime move to consensus
  • Fix: BLS 32 bit compatibility
  • Modification: block subsidy upgrade
  • Enhancement: log change

0.9.6-hotfix

20 May 12:40
e6482c9
Compare
Choose a tag to compare

fix header.timestamp

fix sync & consensus & miner state

Initial Release

20 May 03:33
Compare
Choose a tag to compare

Golang implementation for go-youchain protocol, initial release.
You can find more information at developer site