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

Commits on Mar 26, 2021

  1. Retry polling when an idle timer fails

    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.
    jkongie committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    b73bcd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d991f99 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. 0.7 VRF Consumer Contracts

    alexroan committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    ef7e4bb View commit details
    Browse the repository at this point in the history
  2. Aggregator Interfaces

    alexroan committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    0aac3cc View commit details
    Browse the repository at this point in the history
  3. VRF Consumer contracts

    alexroan committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    933f673 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1172625 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a63ad3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    670b404 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ef8b9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8c28c14 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Make sure Send/Receive in StatsPusher can be canceled

    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
    j16r committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    c1dead3 View commit details
    Browse the repository at this point in the history
  2. Clean up shutting down ExplorerClient, add buffer to test

    Before:
    ok  	github.com/smartcontractkit/chainlink/core/services/synchronization	45.389s
    
    After: (Start() optimization)
    ok  	github.com/smartcontractkit/chainlink/core/services/synchronization	0.386s
    j16r committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    31c107f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    007f6d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    feb57e3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4139 from smartcontractkit/bugfix/stats_pusher_sp…

    …eedup_correct_ctx_use
    
    Make sure Send/Receive in StatsPusher can be canceled
    j16r committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    a9220f4 View commit details
    Browse the repository at this point in the history
  6. Don't wait for I/O on explorer Start()

    This could block Chainlink node startup by up to 45seconds at startup in
    the worst case.
    j16r committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    d9c21eb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4141 from smartcontractkit/bugfix/6375_dont_wait_…

    …for_explorer_io_on_startup
    
    Don't wait for I/O on Explorer Start()
    j16r committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    f235ae5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7446b23 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4134 from smartcontractkit/feature/ch6282/fix-env…

    …-var-name
    
    Renames ORACLE_CONTRACT_ADDRESS to OPERATOR_CONTRACT_ADDRESS in api
    jkongie committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    3072dc5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc59c16 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    51944ed View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    523515d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9c6dcd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4146 from smartcontractkit/feature/6430-add-job-i…

    …d-topic-filter-for-vrf
    
    Add job id topic filter for VRF
    se3000 committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    dabada2 View commit details
    Browse the repository at this point in the history
  4. Refactor EthKey presenter to web presenters

    * 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
    jkongie committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    a796969 View commit details
    Browse the repository at this point in the history
  5. Add logging to go_core_tests

    j16r committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    5a67d0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04e974f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4148 from smartcontractkit/chore/add_ci_logging

    Add logging to go_core_tests
    j16r committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    ca10cef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    14afeec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    94d895e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4149 from smartcontractkit/chore/cleanup_leaking_…

    …goroutines_in_flux_monitor_integration_tests
    
    Make sure FM int tests don't leak goroutines
    j16r committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    ecee0aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c915764 View commit details
    Browse the repository at this point in the history
  12. Remove started check in send (#4150)

    * remove started check in send
    
    * comment
    
    * no lock
    connorwstein committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    01b077a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    fa881e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e2078a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb3c5fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dff327 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ea9335 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2dcdb7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f3cc3a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04b915d View commit details
    Browse the repository at this point in the history
  9. Patch belt via nohoist

    HenryNguyen5 authored and krebernisak committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    fa111e3 View commit details
    Browse the repository at this point in the history
  10. Remove belt nohoist

    krebernisak committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    cfbc7a7 View commit details
    Browse the repository at this point in the history
  11. Add /patches to root

    krebernisak committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    036ec02 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    638f4c0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7590b3b View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4133 from smartcontractkit/add-mock-oracle-contract

    Add mock oracle contract
    alexroan committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    478f081 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bd28805 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    9267144 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b450bf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a4c528 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4161 from smartcontractkit/chore/use_upstream_tx_db

    Upstream go-txdb has merged rollback fix
    j16r committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    b336b09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3888f65 View commit details
    Browse the repository at this point in the history
  6. Chore/6084 Fix circle CI (#4163)

    Use private ECR for builder images.
    connorwstein committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    6bd13d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    caf42ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79db633 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4159 from smartcontractkit/chore/fix_patch_packag…

    …e_belt
    
    Patch belt via nohoist
    se3000 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    a06fd6e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    598770e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c8f7df4 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4162 from smartcontractkit/bugfix/6082_backport_c…

    …bor_bignum_fix_to_06
    
    Backport CBOR bignum fix to 0.6 contracts
    se3000 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    ba49499 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Configuration menu
    Copy the full SHA
    f462d24 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4132 from smartcontractkit/alexroan/ch6191/v0-8-x…

    …-consumer-contracts
    
    Solidity 0.8 Consumers (Price feeds, VRF & CLClient) 🤘
    se3000 committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    18c36e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    c09c311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3a3cba View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4153 from smartcontractkit/feature/ch6472/remove-…

    …dupe-logging-in-fmv2
    
    Correct logging when setting oracle address in Flux Monitor
    jkongie committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    16019b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccb121b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4152 from smartcontractkit/feature/ch6477/fix-job…

    …-cli-command
    
    Fixes jobs without a DAG not appearing in jobs list CLI command
    jkongie committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    ab2d998 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7e513c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4156 from smartcontractkit/chore/ch6480/remove-co…

    …de-splitting-in-operator-ui
    
    Remove code splitting in operator ui
    jkongie committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    54eef0e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f4437ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    285847d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4169 from smartcontractkit/bugfix/fixes-jobs-rout…

    …ing-ui
    
    Fixes jobs routing which was causing tabs to 404
    jkongie committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    7147051 View commit details
    Browse the repository at this point in the history
  11. Reduce transaction timeout in eth_confirmer

    We have seen this hit the hard limit (3600s) in prod. It would never
    make any sense to wait that long. Reduce the timeout here in the hopes
    that if it happens again at least we fail fast enough to get some useful
    debugging information.
    samsondav committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    49ccdb0 View commit details
    Browse the repository at this point in the history
  12. Only log fatal errors from the re-sender

    All attempts will "error" if successful because they are known
    transactions.
    samsondav committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    7b762bd View commit details
    Browse the repository at this point in the history
  13. Merge pull request #4168 from smartcontractkit/reduce_tx_timeout

    Reduce tx timeout in eth_confirmer and fix resend logic
    samsondav committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    c1e1bea View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    de575b3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    41d7d2d View commit details
    Browse the repository at this point in the history
  16. Merge pull request #4167 from smartcontractkit/feature/ch6238/show-ke…

    …eper-specs-ui
    
    Render the keeper specs on jobs page and the definition in show
    jkongie committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    946049c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    13f727d View commit details
    Browse the repository at this point in the history
  18. Merge pull request #4086 from smartcontractkit/presenters-refactor-poc

    Move EthKey presenter to web and refactor
    jkongie committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    33a535c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2407b5e View commit details
    Browse the repository at this point in the history
  20. Merge pull request #4131 from smartcontractkit/alexroan/ch6189/v0-7-v…

    …rfconsumerbase-contract
    
    Solidity 0.7 VRF Consumer Contracts 7️⃣
    se3000 committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    ffb7a7a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6086ca4 View commit details
    Browse the repository at this point in the history
  22. Add index for unfinished pipeline_task_runs

    This speeds up the prometheus metrics for the pipeline.
    samsondav committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    c61159c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    738b149 View commit details
    Browse the repository at this point in the history
  24. bump y18n depedency

    se3000 committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    4d729f2 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #4171 from smartcontractkit/chores/bump-y18n

    bump y18n dependency
    se3000 committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    c5e9604 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    cbe6b60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e90696 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db1654a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4181 from smartcontractkit/alexroan/ch6719/bump-c…

    …hainlink-contracts-package-to-0-1-7
    
    Publish new @chainlink/contracts version
    alexroan committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    f866f44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc163e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffbb6fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9a2d02 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4174 from smartcontractkit/feature/6490-missing-v…

    …rf-attributes-in-frontend
    
    display missing VRF attributes in frontend
    RyanRHall committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    57ad604 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0335d3f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f8c7300 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4173 from smartcontractkit/feature/6081-min-confi…

    …rmations-required-vrf-job-specs
    
    Min confirmations required in VRF job specs
    RyanRHall committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    0a0ad26 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    520b0a5 View commit details
    Browse the repository at this point in the history
  2. Add errored and completed meta job run information

    Co-authored-by: cds95 <cds95@uw.edu>
    samsondav and cds95 committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    8c517f6 View commit details
    Browse the repository at this point in the history
  3. Clean up CardHeader styles

    jkongie committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    f2f873c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    309ad00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b668c7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4117 from smartcontractkit/bugfix-177478007/add-r…

    …etry-backoff
    
    Retry polling when an idle timer fails
    jkongie committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    3287603 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop' into cds95/feature-2193-add-completed-and-erro…

    …r-counts-to-job-spec-api-response
    samsondav committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    a731bf3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ff1852 View commit details
    Browse the repository at this point in the history
  9. Golint fixes

    cholladay0816 authored and connorwstein committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    9875155 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Merge pull request #4191 from smartcontractkit/bugfix/operator-ui-fix…

    …-search-whitespace
    
    Trim whitespace from search term before filtering in UI Jobs
    jkongie committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    bcd101a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into cds95/feature-2193-add-completed-and-erro…

    …r-counts-to-job-spec-api-response
    samsondav committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    9fa7176 View commit details
    Browse the repository at this point in the history
  3. Per-chain config defaults

    samsondav committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    dc6f732 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4187 from smartcontractkit/cds95/feature-2193-add…

    …-completed-and-error-counts-to-job-spec-api-response
    
    Add errored and completed meta job run information
    samsondav committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    4d5dc2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c599da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    743368c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbc4c9f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7da88c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    184cf4b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1dc3de8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    34195fa View commit details
    Browse the repository at this point in the history
  12. Satisfy errcheck

    jkongie committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    f4d80d4 View commit details
    Browse the repository at this point in the history
  13. Address PR review

    jkongie committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    e283dd4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c1f17db View commit details
    Browse the repository at this point in the history
  15. Merge pull request #4192 from smartcontractkit/samsondav/ch6246/inspe…

    …ct-default-config-variables
    
    Per-chain defaults
    samsondav committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    575310b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a03f7db View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    904c5d6 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #4196 from smartcontractkit/eliminate_spurious_ins…

    …erts
    
    Do not uselessly save eth_tx on attempt
    samsondav committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    3556f4e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    06f6d6f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8b5d19b View commit details
    Browse the repository at this point in the history
  21. Remove some completed TODOs

    j16r committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    f772c89 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    092cb79 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2ea5bde View commit details
    Browse the repository at this point in the history
  24. Use mock server for task 1

    j16r committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    3797c3c View commit details
    Browse the repository at this point in the history
  25. don't shadow err in test

    j16r committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    8c2a1af View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    251ea5d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8e82a0d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0ea0919 View commit details
    Browse the repository at this point in the history
  29. Do job id filtering

    j16r committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    25d7e0e View commit details
    Browse the repository at this point in the history
  30. Use a uuid for onChainJobSpecID

    j16r committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    875214d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d6f3b54 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    e000351 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b10e5bb View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    c2b684d View commit details
    Browse the repository at this point in the history
  35. Remove TODO

    j16r committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    b15dd32 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    dcbf722 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    03d26f4 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    d864c22 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    08abe79 View commit details
    Browse the repository at this point in the history
  40. Add cancellation using sync.Map

    j16r committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    db3088a View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    7b59a88 View commit details
    Browse the repository at this point in the history
  42. Update cancellation tests

    j16r committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    bc2e903 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    7a9e7f1 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    74c6534 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    e4c2bdd View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    93c24d3 View commit details
    Browse the repository at this point in the history
  47. Shutdown runs when Close

    j16r committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    79fbffe View commit details
    Browse the repository at this point in the history
  48. Clear runs after Close

    j16r committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    3ebde62 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    c6c625e View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    88733f8 View commit details
    Browse the repository at this point in the history
  51. Merge pull request #4189 from smartcontractkit/jameskong/ch6598/inval…

    …id-json-is-a-misleading-frontend-error
    
    Fix Invalid JSON misleading frontend error
    jkongie committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    34f21cd View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    5126ca2 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    73656f3 View commit details
    Browse the repository at this point in the history
  54. Merge pull request #4084 from smartcontractkit/feature/175867190_eth_…

    …log_direct_request_type
    
    Add DirectRequest model for eth/run log
    j16r committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    45f8850 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    0f4debd View commit details
    Browse the repository at this point in the history
  56. Merge pull request #4185 from smartcontractkit/chore/ch6491/tests-for…

    …-cli-keys-commands
    
    Tests for cli keys commands
    jkongie committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    0c789c1 View commit details
    Browse the repository at this point in the history
  57. Update fastgen.py to new contract situation

    fastgen.py is a script for rapdidly generating golang wrappers of solidity
    contracts during develop, to speed the compile/test/debug cycle.
    
    This commit skips over the OffchainAggregator wrapper, since that is built in
    its own way, and the contract is developed outside chainlink core.
    
    It also makes the wrapper package directory, if necessary, which avoids an
    unnecessary failure mode.
    coventry committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    099435b View commit details
    Browse the repository at this point in the history
  58. Merge pull request #4186 from smartcontractkit/update-fastgen-script

    Update fastgen.py to new contract situation
    se3000 committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    8c439e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Refactor user presenter

    jkongie committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    7a8f9ec View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Refactor Eth Tx presenter

    jkongie committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    614719c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4662bdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d7dd95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    240d084 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4204 from smartcontractkit/samsondav/ch6604/runlo…

    …g-jobs-executed-twice
    
    Add ORDER BY to Batch query, fixing duplicates/missing jobs
    samsondav committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    caa97a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    f901ee4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4202 from smartcontractkit/chore/ch6067/refactor-…

    …user-ethtx-presenters
    
    Refactor User and  EthTx presenters
    jkongie committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    53e7077 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9ff85b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32d4ce3 View commit details
    Browse the repository at this point in the history
  5. Bugfix/6085 Optimize archive job (#4198)

    Optimize archive job. Remove database oriented job run queuing. Only store TaskRuns on error.
    connorwstein committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    7c91636 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    038f094 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b23d9d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d251bf View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4183 from smartcontractkit/prom_report_max_unconf…

    …irmed_age
    
    Prometheus metric for max unconfirmed transaction age
    samsondav committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    b9c9bcd View commit details
    Browse the repository at this point in the history
  10. Merge branch 'develop' into samsondav/ch6075/ocr-node-has-a-lot-highe…

    …r-head-tracker-callback
    samsondav committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    a16c818 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4172 from smartcontractkit/samsondav/ch6075/ocr-n…

    …ode-has-a-lot-higher-head-tracker-callback
    
    Add index for unfinished pipeline_task_runs
    samsondav committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    2fb9a4c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    593a9bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4a1d87 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4203 from smartcontractkit/jameskong/fluxmonitor-…

    …v2-initial-poll-refactor
    
    Refactor PollManager to determine whether an initial poll should be made
    jkongie committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    695ade3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96dbb08 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11c10c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    845f8f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc119af View commit details
    Browse the repository at this point in the history
  8. Fix job id usage in directrequest (#4219)

    * Fix job id usage in directrequest
    PiotrTrzpil committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    b6cbda4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4dd678b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4218 from smartcontractkit/merge_0.10.4-rc4_to_de…

    …velop
    
    Merged 0.10.4-rc4 into develop
    samsondav committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    a42c858 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    517f9a6 View commit details
    Browse the repository at this point in the history
  12. Add min required confirmations to new direct request logic (#4199)

    * Add min required confirmations to new direct request logic
    PiotrTrzpil committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    2520c1f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    705ab24 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    be57a81 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Account for 'in_progress' eth_tx and simplify NonceSyncer (#4216)

    - Fixes a bug where NonceSyncer wouldn't take into account an
    'in_progress' transaction left over from a crash
    - Remove all the transaction backfilling, which turned out to be too
    complex and prone to bugs. We instead log a warning message that makes
    it clear to the node operator that they risk stuck transactions and
    clearing these is their responsibility.
    samsondav committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    09e1f87 View commit details
    Browse the repository at this point in the history
  2. Improve re-org logging (#4184)

    * Improve re-org logging in EthConfirmer
    
    * Fix flaking tests
    samsondav committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    2bcfe6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44cdf9d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4213 from smartcontractkit/jameskong/ch6067/bridg…

    …e-presenters
    
    Bridges now use a presenter in the API
    jkongie committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    950e54b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f8c732 View commit details
    Browse the repository at this point in the history
  6. P2P keys now use a presenter in the API

    This commit changes the API to to render a P2PKey presenter instead of the P2PKey model. This allows us to remove presentation specific code and tags from the models
    jkongie committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    3a4655b View commit details
    Browse the repository at this point in the history
  7. Adds tests to job presenters and removes JSON tags from the job model

    This commit adds some tests for the existing job presenter. In addition, it
    removes presentation specific code and tags from the job model and it’s specs.
    jkongie committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    a6db644 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4143 from smartcontractkit/feature/ch6053/rate-li…

    …mit-gui-endpoints
    
    Add rate limiting to gui assets endpoint
    jkongie committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    c9fcd2d View commit details
    Browse the repository at this point in the history
  9. Update to Webpack 5

    jkongie committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    f4bec35 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    12d0460 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Merge pull request #4190 from smartcontractkit/chore/ch6050/compress-…

    …gui-assets
    
    Compress GUI assets
    jkongie committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    1147e19 View commit details
    Browse the repository at this point in the history
  2. Correct the link to the initial operator-ui credentials (#4236)

    Co-authored-by: kihahu <sam@tala.co>
    samsondav and kihahu committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    2ce5688 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Fixed a typo in core README.md
    dachrillz authored and samsondav committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    4d5cead View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4237 from smartcontractkit/dachrillz-patch-2

    Update README.md
    samsondav committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    7bf4737 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    909d7cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd05e7e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4223 from smartcontractkit/bugfix/turn-taking-alg…

    …o-negative-positioning-constants
    
    bugfix - prevent positioning constant from being negative in keeper turn taking algo
    RyanRHall committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    a5828c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c60215 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4215 from smartcontractkit/jameskong/ch6067/job-p…

    …resenters
    
    Adds tests to job presenters and removes JSON tags from the job model
    jkongie committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    b8c934c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7597b20 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. Merge pull request #4221 from smartcontractkit/jameskong/ch6067/keys-…

    …presenters
    
    P2P keys now use a presenter in the API
    jkongie committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    23d774a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    cb6d38e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66c1d70 View commit details
    Browse the repository at this point in the history
  3. Native solc contract wrappers (#4010)

    Co-authored-by: Alex Roan <alex.roan@hotmail.com>
    
    Co-authored-by: Sam <samsondav@protonmail.com>
    alexroan and samsondav committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    878b98e View commit details
    Browse the repository at this point in the history
  4. One place for testdata

    connorwstein committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    bd43ce8 View commit details
    Browse the repository at this point in the history
  5. parity too

    connorwstein committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    48e9192 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4231 from smartcontractkit/chore/6951-specs-in-on…

    …e-place
    
    chore/6951: Test specs in one place
    j16r committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    7f91157 View commit details
    Browse the repository at this point in the history
  7. [Security] Bump ssri from 6.0.1 to 6.0.2

    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>
    dependabot-preview[bot] committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    dfef51d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Feature/6238: Keeper runs (#4210)

    Show keeper runs
    connorwstein committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    018b025 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a7a7cf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4239 from smartcontractkit/dependabot/npm_and_yar…

    …n/ssri-6.0.2
    
    [Security] Bump ssri from 6.0.1 to 6.0.2
    se3000 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    171ceab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d28c80 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4245 from smartcontractkit/bugfix/fix-operator-ui…

    …-dev-build
    
    Fixes an issue where starting operator ui in dev mode would not load the page
    samsondav committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    55d0701 View commit details
    Browse the repository at this point in the history
  6. Remove gormigrate helper and replace with our own (#4242)

    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>
    samsondav and connorwstein committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    9c26e3e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09c032d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4246 from smartcontractkit/chore/6091-add-revert-…

    …reason-call-checkUpkeep
    
    Log revert messages when performing checkUpkeep
    RyanRHall committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    38df1f9 View commit details
    Browse the repository at this point in the history
  9. Do not panic when adding a job if ETH_DISABLED=true (#4238)

    * Do not panic when adding a job if ETH_DISABLED=true
    
    * Fix tests
    samsondav committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    a692d54 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    30f3e19 View commit details
    Browse the repository at this point in the history
  11. Make geth-compatible errors more generic; fix for Optimism (#4249)

    - Both Optimisim and Arbiturm prepend strings to geth errors. It seems
    more robust to simply match the error string at the end.
    samsondav committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    f1474f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Bump version and changelog

    tyrion70 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    479cf8c View commit details
    Browse the repository at this point in the history
  2. Add cron v2 job type

    spooktheducks committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    4f4f487 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e31cba0 View commit details
    Browse the repository at this point in the history
  4. Satisfy CI

    spooktheducks committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    1e7e3e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    b5c8df4 View commit details
    Browse the repository at this point in the history