🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@hashgraph/proto

Package Overview
Dependencies
Maintainers
15
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hashgraph/proto - npm Package Compare versions

Comparing version
2.19.0
to
2.20.0
+3
-3
package.json
{
"name": "@hashgraph/proto",
"version": "2.19.0",
"version": "2.20.0",
"description": "Protobufs for the Hiero SDK",

@@ -46,3 +46,3 @@ "main": "lib/index.js",

"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"@types/node": "^22.0.0",
"@types/node": "^24.0.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",

@@ -61,3 +61,3 @@ "@typescript-eslint/parser": "^5.62.0",

"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-jsdoc": "^51.3.1",
"eslint-plugin-n": "^17.15.1",

@@ -64,0 +64,0 @@ "estraverse": "^5.3.0",

@@ -69,10 +69,6 @@ /**

/**
* A list of EventDescriptors representing the parents of this event.<br/>
* The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/>
* The first element of the list SHALL be the self parent, if one exists.<br/>
* The list of parents SHALL NOT include more than one parent from the same creator.
* <p>
* This field is deprecated and can be removed in release 0.62
* Used to be a list of EventDescriptors representing the parents of this event.<br/>
* This field has been moved to GossipEvent.
*/
repeated EventDescriptor parents = 4 [deprecated = true];
reserved 4;

@@ -79,0 +75,0 @@ /**

@@ -101,3 +101,3 @@ syntax = "proto3";

/**
* A node's hinTS party id.
* A node's weighted hinTS party id.
*/

@@ -113,2 +113,6 @@ message NodePartyId {

uint32 party_id = 2;
/**
* The party's weight in the construction.
*/
uint64 party_weight = 3;
}

@@ -115,0 +119,0 @@

@@ -23,4 +23,4 @@ /**

/**
* All point-in-time snapshots of throttle usage for TPS and "gas" throttle
* values for a given point in time.
* All point-in-time snapshots of throttle usage for TPS, "gas" throttle
* values for a given point in time and evm ops duration throttle.
*

@@ -43,2 +43,7 @@ * > Question:

ThrottleUsageSnapshot gas_throttle = 2;
/**
* A single snapshot for evm ops duration throttle.
*/
ThrottleUsageSnapshot evm_ops_duration_throttle = 3;
}

@@ -45,0 +50,0 @@

@@ -38,4 +38,3 @@ /**

* If the `treasury` is set to a new account for a _non-fungible/unique_ token,
* The current treasury MUST NOT hold any tokens, or the network configuration
* property `tokens.nfts.useTreasuryWildcards` MUST be set.
* The current treasury MAY hold some tokens.
*

@@ -42,0 +41,0 @@ * #### Requirements for Keys

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display