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

Update dependency @truffle/hdwallet-provider to v2 #38

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@truffle/hdwallet-provider (source) ^1.5.0 -> ^2.0.0 age adoption passing confidence

Release Notes

trufflesuite/truffle (@​truffle/hdwallet-provider)

v2.1.15

Compare Source

v2.1.14

Compare Source

v2.1.13

Compare Source

v2.1.12

Compare Source

v2.1.11

Compare Source

v2.1.10

Compare Source

v2.1.9

Compare Source

v2.1.8

Compare Source

v2.1.7

Compare Source

v2.1.6

Compare Source

v2.1.5

Compare Source

v2.1.4

Compare Source

v2.1.3

Compare Source

v2.1.2

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source

v2.0.17

Compare Source

v2.0.16

Compare Source

v2.0.15

Compare Source

v2.0.14

Compare Source

v2.0.13

Compare Source

v2.0.12

Compare Source

v2.0.11

Compare Source

v2.0.10

Compare Source

v2.0.9

Compare Source

v2.0.8

Compare Source

v2.0.7

Compare Source

v2.0.6

Compare Source

v2.0.5

Compare Source

v2.0.4

Compare Source

v2.0.3

Compare Source

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0: : Tackling Complexity

Compare Source

Great news: I'm happy to announce the release of Truffle v2.0! 🎉

Install

First uninstall your current version of Truffle then install the new one:

$ npm uninstall -g truffle
$ npm install -g truffle 
$ truffle --version  # => 2.0.0
Changelog / New Features

The goal of Truffle 2.0 was to tackle complexity all across the application. The largest feature in this release is the addition of Migrations, which allow you to deploy complex applications with ease. Many other changes were under the hood, which resulted in significant decoupling of modules making them great for outside use. Be sure to check out our updated documentation for more information.

This version requires a lot of changes to project structure. To get familiar with the new version, consider starting a new project with truffle init before migrating your current project.

All notable changes, in bulleted list form:

  • Migrations for complex deployments. This means the deploy configuration has been completely removed, in favor of a simple yet powerful migrations system.
  • The concept of Environments has been removed and has been replaced by Networks.
  • The Truffle console has been significantly improved.
  • Now uses EtherPudding 3.0. This reduces complexity especially on your application's frontend, and no longer requires Pudding as a frontend dependency.
  • Solidity imports are now relative to the contract that depends on those imports. Import paths must be prefixed by ./ or ../. All other imports will error.
  • As mentioned, many changes under the hood. You can now use Truffle as a node dependency within your applications, and only use the modules you need.
  • Many more upgrades and bug fixes.
Have Issues?

Check out our Truffle gitter to chat with the community. As well, you can always file an issue in the Truffle issues tracker.

-- Truffle team


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

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

None yet

0 participants