You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Setup local copies of block node protobuf (#891)
Currently the block node repo pulls in the protobuf from the central protobuf repo which itself was moved to consensus node repo.
Block node like mirror node should maintain its own protobuf and publish it for use by consensus node and others.
- rename `stream` module to `protobuf` for clarity
- Update `build.gradle.kts` to remove block_service.proto from consensus node repo
- Move `unparsed.proto` to `com.hiero.block.internal` package
- Add explicit block node services proto files under `com.hiero.block.api`. Including block stream publisher and subscriber, block node, block access, state and reconnect services.
- consolidate proto changes from consensus node repo that had yet to reach HIP
- Resolve broken references to older packages
- Rename `SingleBlock` to just `Block`. Block request is indicative enough
- Fix some static warning on BlockRequest usage in some java files
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: Alfredo Gutierrez Grajeda <[email protected]>
Co-authored-by: Alfredo Gutierrez Grajeda <[email protected]>
Copy file name to clipboardExpand all lines: block-node/app/src/testFixtures/java/org/hiero/block/node/app/fixtures/blocks/SimpleTestBlockItemBuilder.java
Copy file name to clipboardExpand all lines: block-node/block-access/src/test/java/org/hiero/block/node/access/service/BlockAccessServicePluginTest.java
Copy file name to clipboardExpand all lines: block-node/block-providers/files.historic/src/main/java/org/hiero/block/node/blocks/files/historic/ZipBlockAccessor.java
Copy file name to clipboardExpand all lines: block-node/block-providers/files.historic/src/test/java/org/hiero/block/node/blocks/files/historic/ZipBlockAccessorTest.java
0 commit comments