Skip to content

Commit

Permalink
Bump @hashgraph/proto from 2.15.0 to 2.16.0 in /hedera-mirror-rest (#…
Browse files Browse the repository at this point in the history
…10396)

* Bump @hashgraph/proto from 2.15.0 to 2.16.0 in /hedera-mirror-rest

Bumps [@hashgraph/proto](https://github.com/hashgraph/hedera-sdk-js) from 2.15.0 to 2.16.0.
- [Release notes](https://github.com/hashgraph/hedera-sdk-js/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-sdk-js/blob/main/CHANGELOG.md)
- [Commits](hiero-ledger/hiero-sdk-js@v2.15.0...v2.16.0)

---
updated-dependencies:
- dependency-name: "@hashgraph/proto"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Xin Li <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xin Li <[email protected]>
  • Loading branch information
dependabot[bot] and xin-hedera authored Feb 18, 2025
1 parent 67ab4c5 commit 90ceef7
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 27 deletions.
2 changes: 1 addition & 1 deletion hedera-mirror-rest/__tests__/model/transactionType.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {proto} from '@hashgraph/proto';
import {TransactionType} from '../../model';
import {InvalidArgumentError} from '../../errors';

const hederaFunctionalityLength = 79;
const hederaFunctionalityLength = 86;
const cryptoCreateAccountProtoId = 11;
const unknownProtoId = 9999999;

Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-rest/model/transactionResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ const protoToName = {
341: 'INVALID_NODE_ACCOUNT_ID',
342: 'INVALID_NODE_DESCRIPTION',
343: 'INVALID_SERVICE_ENDPOINT',
344: 'INVALID_GOSSIP_CAE_CERTIFICATE',
344: 'INVALID_GOSSIP_CA_CERTIFICATE',
345: 'INVALID_GRPC_CERTIFICATE',
346: 'INVALID_MAX_AUTO_ASSOCIATIONS',
347: 'MAX_NODES_CREATED',
Expand Down
54 changes: 30 additions & 24 deletions hedera-mirror-rest/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hedera-mirror-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@awaitjs/express": "^0.9.0",
"@aws-sdk/client-s3": "^3.749.0",
"@godaddy/terminus": "^4.12.1",
"@hashgraph/proto": "^2.15.0",
"@hashgraph/proto": "^2.16.0",
"@trufflesuite/bigint-buffer": "^1.1.10",
"asn1js": "^3.0.5",
"compression": "^1.8.0",
Expand Down

0 comments on commit 90ceef7

Please sign in to comment.