Ecosyste.ms: Timeline

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

hashgraph/hedera-block-node

jsync-swirlds created a review on a pull request on hashgraph/hedera-block-node

View on GitHub

jsync-swirlds created a review comment on a pull request on hashgraph/hedera-block-node
I agree, I wasn't able to come up with a better layout after trying a few alternatives. Short of using a formal language (which would have been much less approachable), nothing seemed to improve t...

View on GitHub

jsync-swirlds created a review on a pull request on hashgraph/hedera-block-node

View on GitHub

jsync-swirlds created a review comment on a pull request on hashgraph/hedera-block-node
This is a definition list (github doesn't support them properly, unfortunately). The syntax is markdown syntax for a definition list, not a mistake. Would this read better using HTML definition...

View on GitHub

jsync-swirlds created a review on a pull request on hashgraph/hedera-block-node

View on GitHub

georgi-l95 pushed 1 commit to 239-refactor-start-and-stop-functionality-of-the-simulator hashgraph/hedera-block-node

View on GitHub

georgi-l95 pushed 1 commit to 239-refactor-start-and-stop-functionality-of-the-simulator hashgraph/hedera-block-node

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/274?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/274?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/274?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

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

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/274?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 1 commit to 273-test-introduce-tests-in-common-module hashgraph/hedera-block-node

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/274?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 1 commit to 273-test-introduce-tests-in-common-module hashgraph/hedera-block-node

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/274?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 1 commit to 273-test-introduce-tests-in-common-module hashgraph/hedera-block-node

View on GitHub

ata-nas pushed 1 commit to 273-test-introduce-tests-in-common-module hashgraph/hedera-block-node

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 1 commit to 253-refactor-use-commons-module-in-simulator hashgraph/hedera-block-node

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

ata-nas opened a draft pull request on hashgraph/hedera-block-node
refactor: use commons module in server
**Description**: - refactor `com.hedera.block.server.Constants` remove `app.properties` and `logging.properties` and use them from `com.hedera.block.common.constants.StringsConstants`; - remove...
ata-nas pushed 1 commit to 252-refactor-use-commons-module-in-server hashgraph/hedera-block-node

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 opened a draft pull request on hashgraph/hedera-block-node
refactor: use commons module in simulator
**Description**: - removed `Constants.class` from `:simulator`; - removed `Utils.class` from `:simulator` - replace usages with `FileUtilities.class` from `:common` **Related issue(s)**: ...
ata-nas pushed 1 commit to 253-refactor-use-commons-module-in-simulator hashgraph/hedera-block-node

View on GitHub

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

252-refactor-use-commons-module-in-server - New Block Node services

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

253-refactor-use-commons-module-in-simulator - 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 110da50

View on GitHub

Load more