Skip to content

Refactor batch API, improve errors for LamdbaView

Compare
Choose a tag to compare
@jevonearth jevonearth released this 25 Feb 19:18
· 1845 commits to master since this release
  • TezosToolkit.batch has been deprecated in favour of a batch() method on the contract and wallet API. See preliminary docs here: https://github.com/ecadlabs/taquito/pull/648/files and many examples of usage in our integration tests.
  • LamdbaView returns a useful error message when a signer is not configured in Taquito
  • More intergration-tests to cover the Wallet API
  • Many small fixes to the Taquito documentation

You can install it with the command npm i @taquito/taquito@8.0.4-beta.0

Or the handy ncu command to update all your Taquito dependencies using this command:

ncu -u --filter '/^@taquito.*$/'