ConseilJS 0.4.1
·
464 commits
to master
since this release
Breaking Changes
TezosNodeWriter.testContractInvocationOperation
no longer has thederivationPath
argument.TezosConseilClient.getBlockByLevel
now returns a single item, not an array.TCFBakerRegistryHelper.getFees
was renamed togetSimpleStorage
to match other contract interfaces.
New Features
- added
TezosConseilClient.getBigMapData
that allows quick big_map queries against Conseil. - added mempool support with
TezosNodeReader.getMempoolOperation
andTezosNodeReader.getMempoolOperationsForAccount
. - added
CryptonomicNameServiceHelper
. - support for complex bigmap keys.
TezosConseilClient.getBlock
now supports 'head' as ahash
value.
Fixes
- ConseilJS 250
- ConseilJS 256
- Updated documentation.
- Updated dependencies.
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.