Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: DNAProject/DNA

Tags

v0.7.3beta

Toggle v0.7.3beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
support non-config governance (#441)

* support non-config governance

* update go.sum

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add travis deploy script (#440)

v0.7.1

Toggle v0.7.1's commit message
fix lock issue of StateMgr.currentState (#1175)

v0.7.1beta

Toggle v0.7.1beta's commit message
fix lock issue of StateMgr.currentState (#1175)

v0.7beta

Toggle v0.7beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove unused website in README_CN (#432)

v0.6beta

Toggle v0.6beta's commit message
Update public test nodes IP in config.json and README

Update public test nodes IP in config.json and README

Signed-off-by: XiaoJie Guo <[email protected]>

v0.6alpha

Toggle v0.6alpha's commit message
add error return when deserialize failed.

1.add error return when deserialize failed.
2.add invalide payload check.

Signed-off-by: luodanwg <[email protected]>

v0.5alpha

Toggle v0.5alpha's commit message
Merge branch 'master' of https://github.com/DNAProject/DNA

v0.1alpha

Toggle v0.1alpha's commit message
Add Glide package manager tool

The Glide package manager could automatic download the dependency
package what we need in this project, the third party package will
be remove from the project now to keep the code clean and tidy.

All the later compile need run "glide up" when download the code at
the first time

Signed-off-by: Yanbo Li <[email protected]>