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

Release 0.10.5 #4276

Merged
merged 240 commits into from
Apr 26, 2021
Merged

Release 0.10.5 #4276

merged 240 commits into from
Apr 26, 2021

Conversation

tyrion70
Copy link
Contributor

No description provided.

jkongie and others added 30 commits March 26, 2021 23:40
When an idle timer fails to submit, a retry ticker is started which attempts to poll with a backoff. The backoff period is defaulted to a minimum of 1 minute up
to a maximum of 1 hour. If the idle timer period is set below these values, it
will tick at the idle timer period duration.
Before:
ok  	github.com/smartcontractkit/chainlink/core/services/synchronization	79.264s

After: (ctx first step)
ok  	github.com/smartcontractkit/chainlink/core/services/synchronization	52.237s
Before:
ok  	github.com/smartcontractkit/chainlink/core/services/synchronization	45.389s

After: (Start() optimization)
ok  	github.com/smartcontractkit/chainlink/core/services/synchronization	0.386s
…eedup_correct_ctx_use

Make sure Send/Receive in StatsPusher can be canceled
This could block Chainlink node startup by up to 45seconds at startup in
the worst case.
…for_explorer_io_on_startup

Don't wait for I/O on Explorer Start()
…-var-name

Renames ORACLE_CONTRACT_ADDRESS to OPERATOR_CONTRACT_ADDRESS in api
…d-topic-filter-for-vrf

Add job id topic filter for VRF
* Represent ETH Key in the API as a JSONAPI EthKeyResource in `web/presenters`.
* Remove EthKey from `store/presenters`
* Update references in `web` and `cmd` to use the EthKeyResource

[ch6067] https://app.clubhouse.io/chainlinklabs/story/6067
dependabot-preview bot and others added 16 commits April 19, 2021 21:45
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. **This update includes a security fix.**
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](npm/ssri@v6.0.1...v6.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…n/ssri-6.0.2

[Security] Bump ssri from 6.0.1 to 6.0.2
…-dev-build

Fixes an issue where starting operator ui in dev mode would not load the page
gormigrate has the issue whereby its impossible to disable transactions for
a single migration. It is simple enough to simply use our own custom
code instead, and implement this feature.

Co-authored-by: Connor Stein <connor.stein@mail.mcgill.ca>
…reason-call-checkUpkeep

Log revert messages when performing checkUpkeep
* Do not panic when adding a job if ETH_DISABLED=true

* Fix tests
- Both Optimisim and Arbiturm prepend strings to geth errors. It seems
more robust to simply match the error string at the end.
samsondav
samsondav previously approved these changes Apr 26, 2021
connorwstein
connorwstein previously approved these changes Apr 26, 2021
@tyrion70 tyrion70 dismissed stale reviews from connorwstein and samsondav via b5c8df4 April 26, 2021 18:28
@tyrion70 tyrion70 merged commit 0fee9cb into master Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet