diff --git a/.changeset/svr-gas-limit.md b/.changeset/svr-gas-limit.md deleted file mode 100644 index ecb16c6a..00000000 --- a/.changeset/svr-gas-limit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@chainlink/svr": minor ---- - -Add optional `gas_limit` field (9) to `TxMessage` proto. Populated with the per-OFA "accountability" gas limit (the OFA-tiered gas limit) so on-chain transactions can be attributed to a specific OFA (e.g. Titan/MEV-Share) for auction and performance comparison. diff --git a/.changeset/thin-buttons-judge.md b/.changeset/thin-buttons-judge.md deleted file mode 100644 index 239cc3ef..00000000 --- a/.changeset/thin-buttons-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@chainlink/node-platform": minor ---- - -Add node health pb diff --git a/node-platform/CHANGELOG.md b/node-platform/CHANGELOG.md new file mode 100644 index 00000000..4f84604e --- /dev/null +++ b/node-platform/CHANGELOG.md @@ -0,0 +1,7 @@ +# @chainlink/node-platform + +## 0.2.0 + +### Minor Changes + +- [#424](https://github.com/smartcontractkit/chainlink-protos/pull/424) [`7782fb8`](https://github.com/smartcontractkit/chainlink-protos/commit/7782fb89eb161a8458e402184b95118a46b54d6f) Thanks [@skudasov](https://github.com/skudasov)! - Add node health pb diff --git a/node-platform/package.json b/node-platform/package.json index 6b117346..82401d43 100644 --- a/node-platform/package.json +++ b/node-platform/package.json @@ -1,5 +1,5 @@ { "name": "@chainlink/node-platform", - "version": "0.1.0", + "version": "0.2.0", "private": true } diff --git a/svr/CHANGELOG.md b/svr/CHANGELOG.md index 3ff77fe7..76496796 100644 --- a/svr/CHANGELOG.md +++ b/svr/CHANGELOG.md @@ -1,5 +1,11 @@ # @chainlink/svr +## 1.3.0 + +### Minor Changes + +- [#429](https://github.com/smartcontractkit/chainlink-protos/pull/429) [`8c19365`](https://github.com/smartcontractkit/chainlink-protos/commit/8c19365a8f8ea315f3205e290524481fa0512183) Thanks [@mostlyconsistent](https://github.com/mostlyconsistent)! - Add optional `gas_limit` field (9) to `TxMessage` proto. Populated with the per-OFA "accountability" gas limit (the OFA-tiered gas limit) so on-chain transactions can be attributed to a specific OFA (e.g. Titan/MEV-Share) for auction and performance comparison. + ## 1.2.0 ### Minor Changes diff --git a/svr/package.json b/svr/package.json index ed753af5..a08ba156 100644 --- a/svr/package.json +++ b/svr/package.json @@ -1,5 +1,5 @@ { "name": "@chainlink/svr", - "version": "1.2.0", + "version": "1.3.0", "private": true }