v6.1.1-beta.0 Release Notes
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