-
Today the source code contains package definitions like this:
```
package com.hedera.mirror.api.proto;
```
Instead of `com.hedera` we need to use `org.hiero`. This should be changed before we …
-
As defined in https://github.com/hiero-ledger/governance, we need to create two groups for each project: A group that contains 2-3 maintainers of the project and a group with all project committers. T…
-
## 🆕🐥 First Timers Only
This issue is reserved for people who have never contributed to this project or any open source project in general.
We know that creating a pull request (PR) is a major bar…
-
Credentials are expected by the *Deploy Release Artifact* workflow:
https://github.com/hiero-ledger/hiero-gradle-conventions/blob/main/.github/workflows/flow-deploy-release-artifact.yaml
-
This issue is the epic for the project transfer. A matrix of the current state can be found at https://github.com/LFDT-Hiero/hiero/blob/main/transition.md
For each repository that should be transfe…
-
## 🆕🐥 First Timers Only
This issue is reserved for people who have never contributed to this project or any open source project in general.
We know that creating a pull request (PR) is a major bar…
-
## 🆕🐥 First Timers Only
This issue is reserved for people who have never contributed to this project or any open source project in general.
We know that creating a pull request (PR) is a major bar…
-
While going through Hiero's webpage found out that the logo is not visible in dark mode.
My system is set in dark mode and hence the browser too.
**I can fix this issue please assign it to me.**
…
-
As defined in https://github.com/hiero-ledger/governance, we need to create two groups for each project: A group that contains 2-3 maintainers of the project and a group with all project committers. T…
-
A lot of Go files have defined an import of `github.com/hashgraph/hedera-sdk-go/v2`. Example:
```
import (
"fmt"
"os"
"github.com/hashgraph/hedera-sdk-go/v2"
)
```
I have no clue what `…