Skip to content

Commit

Permalink
Merge pull request #90 from cryptape/develop
Browse files Browse the repository at this point in the history
update: Update changlog in README
  • Loading branch information
Keith-CY authored Nov 29, 2018
2 parents a4f35e2 + 4fe4fd3 commit 700166e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ The `appchain.js` library is a collection of packages which contains specific fu

`@appchain/base` strictly abides by Semver, and is compatible with [CITA](https://github.com/cryptape/cita) by `MAJOR` and `MINOR` version, e.g. `@appchain/[email protected]` will work perfectly with `[email protected]`

# Changelog since @appchain/base@0.18.0

- [update]: **System Contracts**, add 7 more system contracts instance.
- [fix]: **Account Generation**, fix bug of pass privatekey without `0x` to nervos.appchain.accounts.privateKeyToAccount;
# Changlog since @appchain/base@0.19.0
- [Chore]: *test*, add appchain-tests module;
- [Fix]: *signature*, fix signature offset;
- [Update]: *type-def*, update web3 type definition;
- [Feature]: *protocol version*, support CITA version 1;
- [Refactor]: *store-abi*, refactor storeAbi method;
- [Feature]: *getTransaction*, add more detail in result of getTransaction;
- [Update]: *Rename*, rename @nervos/chain to @appchain/base

0 comments on commit 700166e

Please sign in to comment.