Skip to content

Commit e1b3328

Browse files
chore(p2p): update protobufjs to latest (#1284)
* update protobufjs * regenerate protobuf files --------- Co-authored-by: sebastijankuzner <sebastijan.kuzner@outlook.com>
1 parent 6a75b10 commit e1b3328

4 files changed

Lines changed: 508 additions & 297 deletions

File tree

packages/p2p/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"ipaddr.js": "2.3.0",
4444
"joi": "18.1.2",
4545
"long": "5.3.2",
46-
"protobufjs": "8.0.0",
46+
"protobufjs": "8.0.3",
4747
"rate-limiter-flexible": "10.0.1",
4848
"semver": "7.7.4",
4949
"ws": "8.20.0"
@@ -63,7 +63,7 @@
6363
"@types/ws": "8.18.1",
6464
"esmock": "2.7.3",
6565
"import-fresh": "4.0.0",
66-
"protobufjs-cli": "2.0.0",
66+
"protobufjs-cli": "2.0.2",
6767
"uvu": "0.5.6"
6868
},
6969
"engines": {

packages/p2p/source/socket-server/codecs/proto/protos.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,6 @@ export namespace shared {
359359
/** Headers validatorsSignedPrecommit. */
360360
public validatorsSignedPrecommit: boolean[];
361361

362-
/** Headers _proposedBlockHash. */
363-
public _proposedBlockHash?: "proposedBlockHash";
364-
365362
/**
366363
* Creates a new Headers instance using the specified properties.
367364
* @param [properties] Properties to set

0 commit comments

Comments
 (0)