Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2023

Removes node-fetch. It's no longer used after updating ancestor dependency conseiljs. These dependencies need to be updated together.

Removes node-fetch

Updates conseiljs from 0.4.3 to 5.2.3

Release notes

Sourced from conseiljs's releases.

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

No release notes provided.

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

... (truncated)

Changelog

Sourced from conseiljs's changelog.

ConseilJS Change Log

5.0.3

The purpose of this release is to split ConseilJS into several parts to minimize the number of direct dependencies. ConseilJS is packaged as three components: ConseilJS-core, ConseilJS-softsigner and ConseilJS-ledgersigner.

Breaking Changes

  • New interfaces were introduced to support external signing and key storage: KeyStore, Signer.
  • Any function that previously took a required KeyStore-type parameter now also requires a Signer. This includes many changes in TezosNodeWriter, TezosOperationQueue, and the contract wrappers in src/chain/tezos/contracts/.
  • CryptoUtils has moved to ConseilJS-softsigner. This removes dependencies on crypto, libsodium and others.
  • What used to be in src/identity/tezos/ is not split between the ConseilJS-softsigner and ConseilJS-ledgersigner packages.
  • CryptoUtils.simpleHash was moved to TezosMessageUtil.simpleHash, smae with twoByteHex, fromByteHex

New Features

  • Added TZIP 0012 (FA2) multi-asset token contract interface chain/tezos/contracts/tzip12/MultiAssetTokenHelper.ts.
  • Added TZIP 0012 (FA2) single-asset token contract interface chain/tezos/contracts/tzip12/SingleAssetTokenHelper.ts.
  • Added ability to pick operation branch based on block age.
  • Added TezosConseilClient.getBigMapValueForKey
  • Added TezosLanguageUtil.hexToMichelson

Fixes

  • Michelson parser has several updates that should reduce memory footprint.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [node-fetch](https://github.com/node-fetch/node-fetch). It's no longer used after updating ancestor dependency [conseiljs](https://github.com/Cryptonomic/ConseilJS). These dependencies need to be updated together.


Removes `node-fetch`

Updates `conseiljs` from 0.4.3 to 5.2.3
- [Release notes](https://github.com/Cryptonomic/ConseilJS/releases)
- [Changelog](https://github.com/Cryptonomic/ConseilJS/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Cryptonomic/ConseilJS/commits)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
- dependency-name: conseiljs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants