Releases: Cryptonomic/ConseilJS
ConseilJS 5.1.0
- Support for new Michelson primitives in Tezos Ithaca.
- Bug fix for operation estimation on test nets.
- Ability to await operation directly on the node.
- Dedicated method to get block by level.
- Updated dependencies.
For all changes, see the tag comparison.
ConseilJS 5.0.9
Merge pull request #383 from Cryptonomic/as-token-update Kalamint & HEN NFT support
ConseilJS 5.0.8-1
This is a bug fix release.
Changes include:
- Updated Edo Michelson parsing
- Bug fixes in operation estimation around reveal and origination operations
- added
TezosNodeReader.getChainId
- added
KolibriTokenHelper
- removed outdated
StakerDAOTokenHelper
- updated storage constants for new Edo storage format
For all changes, see the tag comparison.
This code is released as ConseilJS-Core 5.0.8-1.
ConseilJS 5.0.7
Primary purpose if this release is to add more sophisticated operation fee estimation.
Other changes include:
- Edo protocol parser updates
- Improved RPC error reporting
- Contributions from @RomarQ
- Bug fix for number parsing in Micheline
- Added ability to pack data via RPC
- Added helper function to return map key count using the Conseil indexer
For all changes, see the tag comparison.
This code is released as ConseilJS-Core 5.0.7.
ConseilJS 5.0.6
- Initial support for Dexter USDtz & tzBTC pools.
- Initial support for wXTZ (thank you @StakerDAO).
- Security update to truncate block hash received from the node.
- Improved debug output
- Improved awaitOperationConfirmation failure conditions
- Fixed
delegate
RPC return type - updated web-dist, hash:
Y4koW2PhHK4PfHtil6LTWRqMxy3k3ym8AWecTAIuA0cLcJNGFdLmrG2/FXZucfZp
.
For all changes, see the tag comparison.
This code is released as ConseilJS-Core 5.0.6.
ConseilJS 5.0.5
- Wrapper for the proposed Chainlink representation on Tezos.
- Michelson parser updates for string processing.
- Bug fix for contract invocation encoding where contract param is
Unit
. - Added extended params to
ConseilQueryBuilder
to allow for "as-of" queries. - Improved Tezos node error processing.
- updated dependencies.
- Doc update, thanks @Dev-eloperr.
- updated web-dist, hash:
55ElSck0OR93XvRRLY9kqwLv1ueRL2O04duNhZwdPRAO1qFCqYwqASM7NFphWOhv
.
For all changes, see the tag comparison.
This code is released as ConseilJS-Core 5.0.5.
ConseilJS 5.0.4
- Improved estimation of operation groups
- Throw more detailed errors from
TezosNodeWriter
. 0bn1111111
parser bug fix.- Add ability to override Michelson keyword translation.
- Enable reading of public keys for secp256k1 and r1 curves.
- Updated documentation.
- Reduced and updated dependencies.
For all changes, see the tag comparison.
This code is released as ConseilJS-Core 5.0.4.
ConseilJS 5.0.3
A refactor of ConseilJS to make it more modular and task-specific. Cryptographic operations are now handled by separate libraries: ConseilJS-softsigner and ConseilJS-ledgersigner.
For the full list of changes see tag comparison
ConseilJS 0.4.3
New Features
- Improved operation cost estimation for nested operations, thank you @keefertaylor!
- Added contract deployment cost estimation, thank you @keefertaylor!
Fixes
TezosNodeReader.getMempoolOperationsForAccount
no longer throws a JSON parse error.DUP n
is now parsed correctly.- Ported Map parameter parsing from ConseilJS 5.0.x.
ConseilJS 0.4.3-beta
Fixes
TezosNodeReader.getMempoolOperationsForAccount
no longer throws a JSON parse error.DUP n
is now parsed correctly.- Ported Map parameter parsing from ConseilJS 5.0.x.