Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

hashgraph/hedera-block-node

codecov[bot] created a comment on a pull request on hashgraph/hedera-block-node
## [Codecov](https://app.codecov.io/gh/hashgraph/hedera-block-node/pull/284?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_ter...

View on GitHub

georgi-l95 created a comment on a pull request on hashgraph/hedera-block-node
Superseeded by https://github.com/hashgraph/hedera-block-node/pull/307

View on GitHub

georgi-l95 opened a draft pull request on hashgraph/hedera-block-node
feat: Move out concrete working implementation and add working mode
**Description**: WIP -> missing unit tests This PR aims mainly to make the maintanence and using of simulator (as test driver) easier. It moves away the implementation of the working modes and ...
georgi-l95 closed a draft pull request on hashgraph/hedera-block-node
feat: Move out concrete working implementation and add working modes
**Description**: WIP -> missing unit tests This PR aims mainly to make the maintanence and using of simulator (as test driver) easier. It moves away the implementation of the working modes and ...
georgi-l95 deleted a branch hashgraph/hedera-block-node

239-refactor-start-and-stop-functionality-of-the-simulatorр

georgi-l95 created a branch on hashgraph/hedera-block-node

239-refactor-start-and-stop-functionality-of-the-simulatorr - New Block Node services

georgi-l95 opened a draft pull request on hashgraph/hedera-block-node
feat: Move out concrete working implementation and add working modes
**Description**: WIP -> missing unit tests This PR aims mainly to make the maintanence and using of simulator (as test driver) easier. It moves away the implementation of the working modes and ...
georgi-l95 pushed 1 commit to 239-refactor-start-and-stop-functionality-of-the-simulatorр hashgraph/hedera-block-node

View on GitHub

a-saksena created a comment on an issue on hashgraph/hedera-block-node
Carve out a separate Epic for Ph-2 for the remaining work. @georgi-l95

View on GitHub

codecov[bot] created a comment on a pull request on hashgraph/hedera-block-node
## [Codecov](https://app.codecov.io/gh/hashgraph/hedera-block-node/pull/272?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_ter...

View on GitHub

codecov[bot] created a comment on a pull request on hashgraph/hedera-block-node
## [Codecov](https://app.codecov.io/gh/hashgraph/hedera-block-node/pull/271?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_ter...

View on GitHub

ata-nas pushed 5 commits to 253-refactor-use-commons-module-in-simulator hashgraph/hedera-block-node
  • ci: Updating workflow actions to step-security maintained version. (#304) Signed-off-by: Vasil Boyadzhiev <vasil.boy... 446103e
  • refactoring Constants and Utils classes from simulator Signed-off-by: Atanas Atanasov <[email protected]> a6363e8
  • use app properties from StringsConstants in simulator Signed-off-by: Atanas Atanasov <[email protected]> 1d06a4f
  • minor refactoring and additional file reading method overload for easier usage and spotlessApply Signed-off-by: Atan... e45b351
  • additional test for coverage Signed-off-by: Atanas Atanasov <[email protected]> 76efcc6

View on GitHub

ata-nas pushed 5 commits to 252-refactor-use-commons-module-in-server hashgraph/hedera-block-node

View on GitHub

ata-nas created a branch on hashgraph/hedera-block-node

281-new-blockwriter-implementation-for-block-as-file - New Block Node services

github-actions[bot] pushed 1 commit to gh-pages hashgraph/hedera-block-node
  • Publish hedera-block-node-0.2.0-SNAPSHOT.tgz 25a1ccd

View on GitHub

san-est deleted a branch hashgraph/hedera-block-node

301-ci-migrate-crazy-maxghaction-import-gpg-to-step-security-maintained-version

san-est pushed 1 commit to main hashgraph/hedera-block-node
  • ci: Updating workflow actions to step-security maintained version. (#304) Signed-off-by: Vasil Boyadzhiev <vasil.boy... 446103e

View on GitHub

san-est closed an issue on hashgraph/hedera-block-node
ci: Migrate crazy-max/ghaction-import-gpg to Step Security maintained version
## Background Step-security is maintaining a list of actions with low scores. We need to update our third party actions to use only actions with high scores. Step-security is now maintaining forke...
san-est closed a pull request on hashgraph/hedera-block-node
ci: Updating workflow actions to step-security maintained version.
**Description**: Updating one github action step to step-security maintained version. <!-- One or two line summary of what this PR does and why it is needed, followed by a list of changes in ...
ata-nas created a review comment on a pull request on hashgraph/hedera-block-node
Same as in `BlockInfo`: This branch is currently quite behind, after rebasing you will have access to the `common` module which already has a method that will read file bytes unsafe: `com.hedera...

View on GitHub

ata-nas created a review on a pull request on hashgraph/hedera-block-node

View on GitHub

ata-nas created a review comment on a pull request on hashgraph/hedera-block-node
This branch is currently quite behind, after rebasing you will have access to the `common` module which already has a method that will read file bytes unsafe: `com.hedera.block.common.utils.FileUti...

View on GitHub

ata-nas created a review on a pull request on hashgraph/hedera-block-node

View on GitHub

ata-nas created a review on a pull request on hashgraph/hedera-block-node
I have a couple of problems with building, the CI also seems to fail with the same, otherwise looks good, I tested both commands, seem to do what they should be doing.

View on GitHub

ata-nas created a review on a pull request on hashgraph/hedera-block-node
I have a couple of problems with building, the CI also seems to fail with the same, otherwise looks good, I tested both commands, seem to do what they should be doing.

View on GitHub

mishomihov00 created a review on a pull request on hashgraph/hedera-block-node
LGTM

View on GitHub

georgi-l95 created a branch on hashgraph/hedera-block-node

239-refactor-start-and-stop-functionality-of-the-simulatorр - New Block Node services

ata-nas opened an issue on hashgraph/hedera-block-node
refactor: implement agreed upon changes based on discussion (#266)
### Problem TBD ### Solution TBD ### Alternatives _No response_
san-est opened a pull request on hashgraph/hedera-block-node
ci: Updating workflow actions to step-security maintained version.
**Description**: Updating one github action step to step-security maintained version. <!-- One or two line summary of what this PR does and why it is needed, followed by a list of changes in ...
san-est pushed 1 commit to 301-ci-migrate-crazy-maxghaction-import-gpg-to-step-security-maintained-version hashgraph/hedera-block-node
  • ci: Updating workflow actions to step-security maintained version. Signed-off-by: Vasil Boyadzhiev <vasil.boyadzhiev... eb6edc3

View on GitHub

Load more