Skip to content

Commit

Permalink
Merge branch 'master' into travis
Browse files Browse the repository at this point in the history
  • Loading branch information
qoire committed Oct 18, 2018
2 parents b52d776 + efad062 commit e307bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/qoire/aion-keystore.svg?branch=master)](https://travis-ci.org/qoire/aion-keystore) [![Coverage Status](https://coveralls.io/repos/github/qoire/aion-keystore/badge.svg?branch=travis)](https://coveralls.io/github/qoire/aion-keystore?branch=travis)

This package is derived from a unreleased version of ``aion-web3 1.0``. The features here were tested to be functioning correctly. Subsequently, this package is expected to be ``deprecated`` when ``aion-web3 1.0`` releases. At which point it will be come unsupported, and users should migrate.
This package is derived from a unreleased version of ``aion-web3 1.0``. The features here were tested to be functioning correctly. Currently, ``aion-web3 1.0`` does not inherit all properties of this package. Therefore this package will continue to be maintained.

The functionality that this package provides are:

Expand Down Expand Up @@ -109,4 +109,4 @@ acc.signTransaction(transaction, (err, res) => {
console.log(res);
// outputs same as above (promise example)
});
~~~~
~~~~

0 comments on commit e307bdc

Please sign in to comment.