Skip to content

Commit

Permalink
- changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymoussprocket committed Jul 22, 2020
1 parent b084811 commit a4c2c9a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
<!-- markdownlint-disable MD024 -->
# ConseilJS Change Log

## 5.0.0-beta
## 5.0.3

The purpose of this release is to split ConseilJS into several parts to minimize the number of direct dependencies. ConseilJS is packaged as three components: ConseilJS-core, ConseilJS-softsigner and ConseilJS-ledgersigner.

### Breaking Changes

- New interfaceces were introduced to support external signing and key storage: `KeyStore`, `Signer`.
- New interfaces were introduced to support external signing and key storage: `KeyStore`, `Signer`.
- Any function that previously took a required `KeyStore`-type parameter now also requires a `Signer`. This includes many changes in `TezosNodeWriter`, `TezosOperationQueue`, and the contract wrappers in `src/chain/tezos/contracts/`.
- `CryptoUtils` has moved to ConseilJS-softsigner. This removes dependencies on `crypto`, `libsodium` and others.
- What used to be in `src/identity/tezos/` is not split between the ConseilJS-softsigner and ConseilJS-ledgersigner packages.
- `CryptoUtils.simpleHash` was moved to `TezosMessageUtil.simpleHash`, smae with twoByteHex, fromByteHex

### New Features

- added TZIP 0012 (FA2) single-asset token contract interface `chain/tezos/contracts/Tzip12ReferenceTokenHelper`.
- Added TZIP 0012 (FA2) multi-asset token contract interface `chain/tezos/contracts/tzip12/MultiAssetTokenHelper.ts`.
- Added TZIP 0012 (FA2) single-asset token contract interface `chain/tezos/contracts/tzip12/SingleAssetTokenHelper.ts`.
- Added ability to pick operation branch based on block age.
- Added `TezosConseilClient.getBigMapValueForKey`
- Added `TezosLanguageUtil.hexToMichelson`

### Fixes

Expand Down

0 comments on commit a4c2c9a

Please sign in to comment.