Skip to content

Commit

Permalink
Merge branch 'release/v1.6.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
quvox committed Nov 11, 2019
2 parents b3c54cb + ac2c769 commit ede4ef7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
CHANGELOG
====

## v1.6.0
* change programming interfaces
- BBcTransaction and its child classes provide utility methods to create objects.

## v1.5.1
* remove dependency on libbcsig
- all key manipulation and sign/verify functions become golang native
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -12,9 +12,9 @@ This reposigory is originally from https://github.com/quvox/bbclib-go

### Features
* Support most of the features of py-bbclib in https://github.com/beyond-blockchain/py-bbclib
* BBc-1 version 1.5
* BBc-1 version 1.6
* transaction header version 1 and 2.
* Go v1.10 or later
* Go v1.12 or later (need go mod)

## Usage

Expand Down
4 changes: 2 additions & 2 deletions example/main.go
Expand Up @@ -2,8 +2,8 @@ package main

import (
"fmt"
//"github.com/beyond-blockchain/bbclib-go"
"main/bbclib"
"github.com/beyond-blockchain/bbclib-go"
//"main/bbclib"
"io/ioutil"
"time"
)
Expand Down

0 comments on commit ede4ef7

Please sign in to comment.