Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @taquito/taquito from 10.2.1 to 15.0.1 #56

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2022

Bumps @taquito/taquito from 10.2.1 to 15.0.1.

Release notes

Sourced from @​taquito/taquito's releases.

Taquito v15.0.1

Hotfix

  • Fixed a bug where the local-forging package was using an outdated version of the codec when it's instantiated without passing in a protocol hash. Updated so that the default value uses the current protocol hash. #2242

Summary

  • @taquito/taquito Support new operation drain_delegate in the Contract API #2068
  • @taquito/local-forging Support new operation drain_delegate #2065

Bug Fixes

  • @taquito/michelson-encoder fix MapTypecheck bug triggered by nested maps ending with a big_map #1762

Documentation

  • Auto hide sticky navbar for mobile view to increase readability on mobile devices. PR: ecadlabs/taquito#2236

Internals

@taquito/taquito drain_delegate operation support

A new manager operation related to the consensus_key change in Lima has been added:

const op = await Tezos.contract.updateConsensusKey({
    pk: 'PUBLIC_KEY'
});
await op.confirmation();

Taquito v15.0.0

Breaking Changes:

  • Some types have changed to support the consensus_key change in Protocol Lima. Refer to issue #2069 for more details

Summary

Lima Support

  • @taquito/taquito Support new operation update_consensus_key in the Contract API #2067
  • @taquito/local-forging Support new operation update_consensus_key #2065
  • @taquito/local-forging Support new instruction LAMBDA_REC and value Lambda_rec and support changes related to the TICKET instruction #2074 #2072
  • @taquito/rpc Support new types and operations for update_consensus_key and drain_delegate #2066
  • @taquito/rpc Support new properties related to Lima #2172 #2071
  • @taquito/michelson-encoder Support new type TICKET_DEPRECATED #2073
  • @taquito/michel-codec Support new instruction LAMBDA_REC and value Lambda_rec and support changes related to the TICKET instruction #2181 #2075

Testing

  • Removed tests that referenced Timelock feature (CHEST_OPEN Michelson instruction) #2070
  • Added tests for unparsing_mode #2077
  • Updated tx-rollup tests to use address from config instead of hard coded addresses #2170
  • Fixed local-forging tests failing in Limanet #2158

... (truncated)

Commits
  • f8a1a99 chore(releng) bump version to 15.0.1
  • 6182616 updated constant value for current protocol hash (#2241)
  • 3f73ef4 Auto-hide sticky navbar when consulting documentation (#2236)
  • 6498b05 1762 nested maps with bigmap root typecheck error (#2229)
  • 77ea05d 2068 support drain delegate operation in contract api (#2183)
  • fe7cf1c Run integration test against testnets for external PRs (#2221)
  • 69eeccb Merge pull request #2216 from ecadlabs/dependabot/npm_and_yarn/decode-uri-com...
  • 98bd8ff Mondaynet 2022 12 05 (#2218)
  • 032c499 Add Flextesa Lima box and refactor the Github workflow (#2219)
  • c408440 added v15.0.0 documentation (#2217)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by dsawali, a new releaser for @​taquito/taquito since your current version.


Dependabot compatibility score

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)

Bumps [@taquito/taquito](https://github.com/ecadlabs/taquito) from 10.2.1 to 15.0.1.
- [Release notes](https://github.com/ecadlabs/taquito/releases)
- [Commits](ecadlabs/taquito@10.2.1...15.0.1)

---
updated-dependencies:
- dependency-name: "@taquito/taquito"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 22, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 18, 2023

Superseded by #58.

@dependabot dependabot bot closed this Jan 18, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/taquito/taquito-15.0.1 branch January 18, 2023 10:03
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
Development

Successfully merging this pull request may close these issues.

None yet

0 participants