Skip to content

Commit 6203dfd

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/packages/cryptography/noble/curves-2.0.0
2 parents f7b760f + 3b86828 commit 6203dfd

File tree

15 files changed

+23199
-23171
lines changed

15 files changed

+23199
-23171
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ jobs:
104104
uses: hiero-ledger/hiero-solo-action@a39acf8cfbaa2feb195a86530d0ab643a45aa541 # v0.10
105105
with:
106106
installMirrorNode: true
107-
hieroVersion: v0.64.2-rc1
107+
hieroVersion: v0.65.0
108+
mirrorNodeVersion: v0.136.1
108109

109110
- name: Set Operator Account
110111
run: |
@@ -117,7 +118,7 @@ jobs:
117118
run: ${{ env.CG_EXEC }} task test:integration:codecov
118119

119120
- name: Upload coverage to Codecov
120-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
121+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
121122
with:
122123
token: ${{ secrets.CODECOV_TOKEN }}
123124
files: ./coverage/lcov.info
@@ -146,7 +147,7 @@ jobs:
146147
run: ${{ env.CG_EXEC }} task test:unit:codecov
147148

148149
- name: Upload @hashgraph/cryptography coverage to Codecov
149-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
150+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
150151
with:
151152
token: ${{ secrets.CODECOV_TOKEN }}
152153
files: ./packages/cryptography/coverage/lcov.info
@@ -161,7 +162,7 @@ jobs:
161162
run: ${{ env.CG_EXEC }} task test:unit:codecov
162163

163164
- name: Upload @hashgraph/sdk coverage to Codecov
164-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
165+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
165166
with:
166167
token: ${{ secrets.CODECOV_TOKEN }}
167168
fail_ci_if_error: true
@@ -208,7 +209,8 @@ jobs:
208209
uses: hiero-ledger/hiero-solo-action@a39acf8cfbaa2feb195a86530d0ab643a45aa541 # v0.10
209210
with:
210211
installMirrorNode: true
211-
hieroVersion: v0.64.2-rc1
212+
hieroVersion: v0.65.0
213+
mirrorNodeVersion: v0.136.1
212214

213215
- name: Set Operator Account
214216
run: |

.github/workflows/publish_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ jobs:
493493
echo "::endgroup::"
494494
495495
- name: Generate Github Release
496-
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
496+
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0
497497
if: ${{ env.DRY_RUN_ENABLED != 'true' }}
498498
with:
499499
tag: ${{ needs.validate-release.outputs.tag }}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v2.72.0
9+
10+
### Added
11+
- Validation for negative gas in `ContractExecuteTransaction`, ensuring safer transaction execution. [#3317](https://github.com/hiero-ledger/hiero-sdk-js/pull/3317)
12+
- Support for `CustomFee` in scheduled transaction body, enabling more flexible fee structures in scheduled transactions. [#3254](https://github.com/hiero-ledger/hiero-sdk-js/pull/3254)
813

914
## v2.71.0
1015

0 commit comments

Comments
 (0)