Releases: youchainhq/go-youchain
v1.0
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
- Permission-less (currently only for Chamber nodes);
- New inactivity penalty logic ;
- Double-sign penalty will really takes effect;
- Improves some rules about on-chain governance;
- Enhances the reliability of nat check.
- Some other bug fixes.
For prebuild docker images, see hub.docker.com/r/youchain/you
v0.10.2
v0.10.0
This release includes accumulated functionality improvements and bug fix.
For prebuild docker images, see hub.docker.com/r/youchain/you
v0.9.9
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
- Offering public test-net information;
- New RPC API: personal_exportRawKey, personal_exportKeyJson, personal_importKeyJson, you_getStakingRecord;
- More compatible makefile.
For prebuild docker images, see hub.docker.com/r/youchain/you
v0.9.8
v0.9.7
0.9.6-hotfix
fix header.timestamp
fix sync & consensus & miner state
Initial Release
Golang implementation for go-youchain protocol, initial release.
You can find more information at developer site