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

chore(deps-dev): bump truffle from 4.1.14 to 5.1.31 #393

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps truffle from 4.1.14 to 5.1.31.

Release notes

Sourced from truffle's releases.

truffle-debugger@5.0.0 – Major library release with breaking changes

Note: These release notes are listed separately from the coinciding Truffle release to highlight breaking library changes and features you may have missed.

What's new in truffle-debugger?

In case you missed it, there have been tons of fixes and enhancements to the debugger lately! This release marks the end of a weeks-long effort to support correct decoding for all Solidity data types.

In addition, this release includes some new features.

Breaking Changes

This only affects users who are using truffle-debugger as a library. If you are only using the truffle debug command, you don't need to worry about this!

  • Session methods that change state are now async. So you'll now need to do await session.stepNext(), await session.continueUntilBreakpoint(), etc.

Stepping improvements

  • You can now advance the trace by a number of instructions. For instance, type ; 3 to advance by 3 instructions.
  • We've added a display gas remaining and total number of steps

Decoding Support

  • This release adds support for decoding calldata variables. This means that we now support decoding all data types except function pointers! @haltman-at has been hard at work rigorously building test cases and identifying proper decoding behavior, and this release concludes his scope of work there. We are excited at this library's increasing stability and reliability, and we hope it meets your debugging needs.

⚙️Haven't tried Truffle's debugger in a while? Try it out! We think you'll be impressed.

Changelog

Enhancements

Fixes

Dependency Updates

... (truncated)
Commits
  • 142b632 Publish
  • 85c0799 Merge pull request #3111 from trufflesuite/create2bug
  • 8f5fcc7 Add proper padding to debugger's keccak256 function
  • cd0a4e5 Merge pull request #3107 from trufflesuite/delete-debug-development-default
  • e5549b8 Remove "development" default from debugger --network option
  • ec1918a Merge pull request #3106 from trufflesuite/no-tmp
  • 9de1531 Add .tmp to debugger's .npmignore
  • 19cee73 Publish
  • 126b676 Merge pull request #3102 from trufflesuite/geth-again
  • ba5ba56 Remove dependence on storage field for geth & besu compatibility
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by haltman, a new releaser for truffle 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 19, 2020
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.

None yet

0 participants