Skip to content

Commit

Permalink
Node release 2.14.0 (#2024)
Browse files Browse the repository at this point in the history
* Node release 2.14.0

* Broken link fix

* Update release URL
  • Loading branch information
dwightjl authored Aug 2, 2024
1 parent a2fb779 commit 57e7978
Show file tree
Hide file tree
Showing 3 changed files with 682 additions and 39 deletions.
21 changes: 21 additions & 0 deletions src/content/chainlink-nodes/node-versions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,27 @@ import { Aside } from "@components"

You can find a list of release notes for Chainlink nodes in the [smartcontractkit GitHub repository](https://github.com/smartcontractkit/chainlink/releases). Docker images are available in the [Chainlink Docker hub](https://hub.docker.com/r/smartcontract/chainlink/tags).

## Changes in v2.14.0 nodes - 2024-07-29

**[v2.14.0 release notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.14.0)**

### Added

- Added Aptos Keystore to Core. This includes Aptos Key which uses ED25519, Keystore, Relevant tests
- zkSync L1 GasPrice calculation

### Updated

- Refactored the `BlockHistoryEstimator` check to prevent excessively bumping transactions. Check no longer waits for `CheckInclusionBlocks` to pass before assessing an attempt.
- Fixed a bug that would use the oldest blocks in the cached history instead of the latest to perform gas estimations.
- Updated L1 gas price calculations for Optimism Ecotone and Fjord upgrades
- Fixed local finality violation caused by an RPC lagging behind on latest finalized block.
- Fixed unreachable code bug which could result in stuck txns

### DB Update

- CCIP capability specs migration

## Changes in v2.13.0 nodes - 2024-07-01

**[v2.13.0 release notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.13.0)**
Expand Down
Loading

0 comments on commit 57e7978

Please sign in to comment.