Skip to content

Commit 6b01ead

Browse files
docs: Removed accidentally copied docs, and cleaned up obsolete naming in primary docs. (#1044)
Signed-off-by: Joseph Sinclair <[email protected]>
1 parent 3dd4d53 commit 6b01ead

24 files changed

+41
-1646
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Implementation of the Hiero Block Node, which is responsible for consuming the b
1414

1515
## Project Links
1616

17-
[![Build Application](https://github.com/hashgraph/hedera-block-node/actions/workflows/build-application.yaml/badge.svg?branch=main)](https://github.com/hashgraph/hedera-block-node/actions/workflows/build-application.yaml)
18-
[![E2E Test Suites](https://github.com/hashgraph/hedera-block-node/actions/workflows/e2e-tests.yaml/badge.svg?branch=main)](https://github.com/hashgraph/hedera-block-node/actions/workflows/e2e-tests.yaml)
19-
[![codecov](https://codecov.io/github/hashgraph/hedera-block-node/graph/badge.svg?token=OF6T6E8V7U)](https://codecov.io/github/hashgraph/hedera-block-node)
17+
[![Build Application](https://github.com/hiero-ledger/hiero-block-node/actions/workflows/build-application.yaml/badge.svg?branch=main)](https://github.com/hiero-ledger/hiero-block-node/actions/workflows/build-application.yaml)
18+
[![E2E Test Suites](https://github.com/hiero-ledger/hiero-block-node/actions/workflows/e2e-tests.yaml/badge.svg?branch=main)](https://github.com/hiero-ledger/hiero-block-node/actions/workflows/e2e-tests.yaml)
19+
[![codecov](https://codecov.io/github/hiero-ledger/hiero-block-node/graph/badge.svg?token=OF6T6E8V7U)](https://codecov.io/github/hiero-ledger/hiero-block-node)
2020

21-
[![Latest Version](https://img.shields.io/github/v/tag/hashgraph/hedera-block-node?sort=semver&label=version)](README.md)
22-
[![Made With](https://img.shields.io/badge/made_with-java-blue)](https://github.com/hashgraph/hedera-block-node/)
21+
[![Latest Version](https://img.shields.io/github/v/tag/hiero-ledger/hiero-block-node?sort=semver&label=version)](README.md)
22+
[![Made With](https://img.shields.io/badge/made_with-java-blue)](https://github.com/hiero-ledger/hiero-block-node/)
2323
[![Development Branch](https://img.shields.io/badge/docs-quickstart-green.svg)](docs/overview.md)
2424
[![License](https://img.shields.io/badge/license-apache2-blue.svg)](LICENSE)
2525

@@ -32,7 +32,7 @@ Implementation of the Hiero Block Node, which is responsible for consuming the b
3232

3333
## Overview of child modules
3434

35-
- [`server`](docs/server/README.md): implementation of the Block Node, which contains the main application and all the necessary code to run the Block Node.
35+
- [`block-node`](docs/block-node/README.md): implementation of the Block Node.
3636
- [`simulator`](docs/simulator/README.md): A simulator for the Block Node, which can be used to test the Block Node in a local environment.
3737
- `common`: Module responsible for holding common literals, utilities and types used by the other modules.
3838
- `suites`: A set of e2e tests that can be used to verify the correctness of the Block Node.

block-node/app/docs/design/Addenda/BlockPersistenceTaskBasedWriter.md

-75
This file was deleted.

block-node/app/docs/design/block-content-proof.md

-197
This file was deleted.

0 commit comments

Comments
 (0)