File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -214,14 +214,14 @@ jobs:
214
214
uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
215
215
if : ${{ (inputs.enable-codecov-analysis || inputs.enable-codacy-coverage) && inputs.enable-e2e-coverage-report && !cancelled() && !failure() }}
216
216
with :
217
- name : ${{ inputs.e2e-node-local-build-test- coverage-report }}
217
+ name : ${{ inputs.e2e-node-local-build-coverage-report }}
218
218
path : ' coverage/${{ inputs.e2e-node-local-build-test-subdir }}'
219
219
220
220
- name : Download E2E Add Coverage Report
221
221
uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
222
222
if : ${{ (inputs.enable-codecov-analysis || inputs.enable-codacy-coverage) && inputs.enable-e2e-coverage-report && !cancelled() && !failure() }}
223
223
with :
224
- name : ${{ inputs.e2e-node-add-test- coverage-report }}
224
+ name : ${{ inputs.e2e-node-add-coverage-report }}
225
225
path : ' coverage/${{ inputs.e2e-node-add-test-subdir }}'
226
226
227
227
- name : Publish To Codecov
Original file line number Diff line number Diff line change @@ -623,6 +623,7 @@ export class AccountManager {
623
623
624
624
// ensure serviceEndpoint.ipAddressV4 value for all nodes in the addressBook is a 4 bytes array instead of string
625
625
// See: https://github.com/hashgraph/hedera-protobufs/blob/main/services/basic_types.proto#L1309
626
+ // TODO: with v0.53 will mirror node no longer need this and we can remove @hashgraph/proto?
626
627
const addressBook = HashgraphProto . proto . NodeAddressBook . decode ( addressBookBytes )
627
628
const hasAlphaRegEx = / [ a - z A - Z ] + /
628
629
let modified = false
You can’t perform that action at this time.
0 commit comments