Skip to content

ConseilJS 0.4.1

Compare
Choose a tag to compare
@anonymoussprocket anonymoussprocket released this 27 Mar 18:19
· 464 commits to master since this release
2049d33

Breaking Changes

  • TezosNodeWriter.testContractInvocationOperation no longer has the derivationPath argument.
  • TezosConseilClient.getBlockByLevel now returns a single item, not an array.
  • TCFBakerRegistryHelper.getFees was renamed to getSimpleStorage to match other contract interfaces.

New Features

  • added TezosConseilClient.getBigMapData that allows quick big_map queries against Conseil.
  • added mempool support with TezosNodeReader.getMempoolOperation and TezosNodeReader.getMempoolOperationsForAccount.
  • added CryptonomicNameServiceHelper.
  • support for complex bigmap keys.
  • TezosConseilClient.getBlock now supports 'head' as a hash value.

Fixes

Prior releases

Several of the previous releases din't get tagged at the time, see the following references for a list of changes in them. Keep in mind that ConseilJS is a project in progress. While we take steps to make it as consistent as possible, sometimes there are breaking changes between releases. Generally speaking only the most-recent version is supported.