Skip to content

ConseilJS 0.3.3-beta

Compare
Choose a tag to compare
@anonymoussprocket anonymoussprocket released this 25 Nov 21:17
· 575 commits to master since this release
f189bc1

ConseilJS 0.3.3-beta release notes

This release adds a way to estimate contract execution cost and includes a bug fix from a community member!

Breaking Changes

  • TezosNodeWriter.applyOperation was renamed to TezosNodeWriter.preapplyOperation
  • TezosNodeWriter.testOperation was renamed to TezosNodeWriter.testContractInvocationOperation and now estimates cost of contract invocation
  • TezosConseilClient.getBlock now returns a single item, not an array
  • TezosConseilClient.getAccount now returns a single item, not an array
  • TezosConseilClient.getOperationGroup now returns a single item, not an array

Fixes

  • custom entry point hex encoding, thanks to @elkesrio

Known issues

  • Michelson lambda parameter encoding is not yet supported
  • Michelson DIG, DUG, EMPTY_BIG_MAP, APPLY, CHAIN_ID operations are not supported

Future Breaking Changes

  • KeyStore now contains derivationPath, in a subsequent release, functions that accept a KeyStore parameter and a derivationPath parameter will be modified to take only the former.