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 @chainlink/contracts from 0.6.1 to 0.8.0 #240

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2023

Bumps @chainlink/contracts from 0.6.1 to 0.8.0.

Release notes

Sourced from @​chainlink/contracts's releases.

v0.8.0

Chainlink 0.8.0 is a major release.

Breaking changes

  • Support for SQLite has been dropped

Features

  • More robust HTTP adapter which automatically retries requests in the event of certain types of API or network failure
  • More robust retry for ethereum transactions which fail for an unknown reason
  • More comprehensive prometheus metrics (eth balance, gas bumping)
  • Warnings on sensitive file permissions

Bugfixes

  • Multiply adapter now uses Decimal instead of Float for improved accuracy
  • JSON adapter now returns large numbers as strings to avoid rounding errors in poorly behaved clients

Upgrades

  • Upgrade many dependencies, notably Go 1.12 -> Go 1.13

v0.7.8

Release 0.7.8 is a bugfix release that addresses several issues that can surface under very high network congestion:

  • Fix certain cases where the node would not retry failed requests even though retrying would have caused the transaction to succeed
  • Add new command ./chainlink local rebroadcast-transactions that allows node operators to manually resubmit pending transactions with a configured gas price
  • Revamp gas bumping logic to be much more robust and reliable.

0.7.7

  • Fix occasional panic under high load
  • Fix a rare case where node could put 0 value on chain in certain conditions
  • Make retry logic more robust in cases where nonce gets out of sync

v0.7.0

Features

Bugfixes

Dependencies

v0.6.10

  • [closed] Fail with error 'Must use LINK token' #1848
  • [closed] RequestError: Error: connect ETIMEDOUT 199.59.149.136:443 #1847
  • [closed] Failing tests #1794

... (truncated)

Changelog

Sourced from @​chainlink/contracts's changelog.

[0.8.0] - 2020-04-06

Commits
  • 12549db Merge pull request #2617 from smartcontractkit/release/0.8.0
  • b5986a8 remove permissions check on all files
  • 1ef4794 Merge branch 'chore/improve-http-redirects' into release/0.8.0
  • 6509615 Improve redirect behaviour in HTTP adapter
  • ce53156 Fix automatic deployment of branches without
  • 638e606 Merge pull request #2590 from smartcontractkit/chore/172024601-Change-Cosmost...
  • 18fff12 Change Cosmostation logo
  • 6fc4256 Bump version from 0.7.8 to 0.8.0
  • 9ca361c Merge pull request #2580 from smartcontractkit/bugfix/big_encode_as_string
  • 20445c7 Big numbers should be encoded as string
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by secure.andrew, a new releaser for @​chainlink/contracts since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@chainlink/contracts](https://github.com/smartcontractkit/chainlink) from 0.6.1 to 0.8.0.
- [Release notes](https://github.com/smartcontractkit/chainlink/releases)
- [Changelog](https://github.com/smartcontractkit/chainlink/blob/develop/docs/CHANGELOG.md)
- [Commits](smartcontractkit/chainlink@v0.6.1...0.8.0)

---
updated-dependencies:
- dependency-name: "@chainlink/contracts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 5, 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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants