-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from cryptape/develop
update: Update changlog in README
- Loading branch information
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |