Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2021

Bumps @nomiclabs/hardhat-etherscan from 2.0.1 to 2.1.0.

Release notes

Sourced from @nomiclabs/hardhat-etherscan's releases.

buidler-waffle 2.1.0 released

This version fixes a problem with loadFixtures and JSON-RPC based networks.

Thanks to @PaulRBerg for the contribution!

buidler-etherscan 2.1.0 released

This version adds support for verifying libraries and improves some error messages.

hardhat-etherscan v2.1.0

This release includes a frequently requested feature for this plugin: to minimize the number of source files that are sent to Etherscan for verification.

Now hardhat-etherscan will do its best to only send the file of the contract and its dependencies. It is possible (but unlikely) that this produces a different bytecode than when the whole project is compiled; if that happens, the plugin will detect it and all the files in the project will be used.

Thanks to @kartojal for doing the first steps towards this!

Hardhat v2.0.8 released

This is release includes the following improvements and bug fixes:

Hardhat v2.0.7

This release makes console.sol work with solc 0.8.x, but this comes with a small breaking change: the console.logByte function doesn't exist anymore, since the byte type was removed. If you run into this issue, you just need to replace all your calls to logByte with logBytes1.

Besides that, this release adds support for hardhat-shorthand, a new tool we just released. It's an NPM package that installs a globally accessible binary called hh that runs the project's locally installed hardhat and supports shell autocompletion for tasks. Check the guide to learn more.

hh gif

Hardhat v2.0.6

This PR includes several improvements to Hardhat Network (PRs: #1083, #1086, #1100).

Most of these changes are internal and backward compatible. The exception is #1083, which changes the chainId used by the forked Hardhat Network. Before this version, when you forked the mainnet the chain id used was 1. Now it will use the default chain id (31337). You can change this via the Hardhat Network config.

Besides that, the names of the build info files are now deterministic (#1090).

Hardhat v2.0.5

This release fixes a couple of issues in Hardhat Network (#1048, #1088) and improves the error messages that are shown when an out of gas error causes a transaction to revert.

Hardhat v2.0.4

This release changes the cache strategy used by Hardhat: instead of using the modification time, the hash of the content of the involved files is used (PR #1006). This should let you do things like taking advantage of your CI's cache (let us know if you do and if it works!)

Besides that, this release:

  • Adds support for EIP-1898 (PR #948). Thanks @fubhy for this!
  • Fixes a group of issues (#1004, #1005, #990, #1043) related to forking.
  • Adds the mixhash field to returned blocks (issue #1011).
  • Improves error messages when a project cannot be compiled (PR #989).

... (truncated)

Commits
  • 2163692 Merge pull request #771 from nomiclabs/buidler-waffle-2-1-0
  • 23b5e95 Bump buidler-waffle to 2.1.0
  • e92a694 Merge pull request #770 from nomiclabs/buidler-core-1-4-5
  • 4c3cf38 Bump buidler-core to 1.4.5
  • b296f46 Merge pull request #765 from nomiclabs/buidler-etherscan-2.0.1
  • 6020e46 Bump buidler-etherscan to 2.0.1
  • 7f8ba2b Merge pull request #763 from nomiclabs/etherscan-plugin-fixes
  • b6edc99 Merge branch 'website' into development
  • 49dad97 Improve error message.
  • 9f42514 Simplify error message and clarify limitation in readme.
  • Additional commits viewable in compare view

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 [@nomiclabs/hardhat-etherscan](https://github.com/nomiclabs/hardhat) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](NomicFoundation/hardhat@hardhat-core-v2.0.1...buidler-waffle-v2.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 18, 2021
@vercel
Copy link

vercel bot commented Jan 18, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/split-fi/split-interface/egnlw7f7v
✅ Preview: https://split-interfac-git-dependabot-npmandyarnprotocolnomiclab-5ecfeb.split-fi.vercel.app

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2021

Superseded by #98.

@dependabot dependabot bot closed this Feb 1, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/protocol/nomiclabs/hardhat-etherscan-2.1.0 branch February 1, 2021 06:44
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.

1 participant