Skip to content

v6.1.1-beta.0 Release Notes

Compare
Choose a tag to compare
@jevonearth jevonearth released this 17 Mar 22:44
· 2687 commits to master since this release

Changes

Tezos.importKey() has been marked as deprecated. Please update your application code to use the importKey() method from the @taquito/singer package instead. The deprecated Tezos.importKey() method will be removed in a future release.

import { importKey } from '@taquito/signer';

Documentation

All run-able code examples that broadcast operations now all target carthagenet.

Several improvements to documentation. The TypeDoc API docs are now more prominently linked from within our documentation website

Removal of streamer and indexer packages

The streamer and indexer packages have been removed

Improvements & Fixes

  • Replace instanceof with static method to allow cross-module type checks [#325]
  • Correct types are applied to parameters on the RPC response #312