Skip to content

Commit

Permalink
Upgrade stellar-base
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekn committed Feb 8, 2017
1 parent cd43025 commit 8a395bc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

As this project is pre 1.0, breaking changes may happen for minor version bumps. A breaking change will get clearly notified in this log.

## 0.7.1

* Upgrade `stellar-base`.

## 0.7.0

* Support for new signer types: `sha256Hash`, `preAuthTx`.
* `StrKey` helper class with `strkey` encoding related methods.
* Removed deprecated methods: `Keypair.isValidPublicKey` (use `StrKey`), `Keypair.isValidSecretKey` (use `StrKey`), `Keypair.fromSeed`, `Keypair.seed`, `Keypair.rawSeed`.
* **Breaking changes**:
* `Network` must be explicitly selected. Previously testnet was a default network.
* `Operation.setOptions()` method `signer` param changed.
* `Keypair.fromAccountId()` renamed to `Keypair.fromPublicKey()`.
* `Keypair.accountId()` renamed to `Keypair.publicKey()`.
* Dropping support for `End-of-Life` node versions.

## 0.6.2

* Updated `stellar.toml` location
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"eventsource": "^0.2.1",
"jsdoc": "^3.4.1",
"lodash": "^4.0.1",
"stellar-base": "^0.7.1",
"stellar-base": "^0.7.2",
"toml": "^2.3.0"
}
}

0 comments on commit 8a395bc

Please sign in to comment.