Update dependency @truffle/hdwallet-provider to v2 #38
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.5.0
->^2.0.0
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 ComplexityCompare 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:
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:
deploy
configuration has been completely removed, in favor of a simple yet powerful migrations system../
or../
. All other imports will error.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.
This PR has been generated by Mend Renovate. View repository job log here.