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 pushed 11 commits to 233-refactor-introduce-commons-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/240?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/248?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_ter...

View on GitHub

AlfredoG87 pushed 5 commits to simulator-streaming-improvements hashgraph/hedera-block-node
  • fix: update-env.sh now injects JAVA_OPTS params (#245) Signed-off-by: Matt Peterson <[email protected]> dca9566
  • feat: Add simulator as dependency in Suites (#242) Signed-off-by: georgi-l95 <[email protected]> 3a565f3
  • chore(release): Bump versions for v0.2.0-SNAPSHOT (#246) Signed-off-by: Swirlds Automation <swirlds-eng-automation@s... e89eef4
  • feat: cAdvisor Docker System Metrics and Dashboard for Dev Docker Stack (#258) Signed-off-by: Alfredo Gutierrez <alf... c2a360a
  • Improvements to how the simulator is able to stream to the BlockNode, this commit creates a StreamingMode enum, with ... 7e9c65e

View on GitHub

AlfredoG87 closed a draft pull request on hashgraph/hedera-block-node
feat: added MILLIS_PER_BLOCK Streaming mode to the simulator
**Description**: Improvements to how the simulator is able to stream to the BlockNode, this commit creates a StreamingMode enum, with 2 values, CONSTANT_RATE and MILLIS_PER_BLOCK. CONSTANT_RATE...
github-actions[bot] pushed 1 commit to gh-pages hashgraph/hedera-block-node
  • Publish hedera-block-node-0.2.0-SNAPSHOT.tgz da0cf02

View on GitHub

AlfredoG87 created a comment on a pull request on hashgraph/hedera-block-node
> LGTM... were you able to get the Network dashboards to work? No I was not, but maybe we can work it out on a follow up PR, since is not as straight forwards as I originally thought, I think th...

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/258?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_ter...

View on GitHub

AlfredoG87 deleted a branch hashgraph/hedera-block-node

cadvisor-system-dashboard

AlfredoG87 pushed 1 commit to main hashgraph/hedera-block-node
  • feat: cAdvisor Docker System Metrics and Dashboard for Dev Docker Stack (#258) Signed-off-by: Alfredo Gutierrez <alf... c2a360a

View on GitHub

AlfredoG87 closed a pull request on hashgraph/hedera-block-node
feat: cAdvisor Docker System Metrics and Dashboard for Dev Docker Stack
**Description**: - Improving Grafana configuration to remove login and need to change admin user - Added cAdvisor to Docker dev Stack to collect system metrics on host and containers - Added cAd...
ata-nas created a review comment on a pull request on hashgraph/hedera-block-node
will do. What is the convention of adding this to the method? Is it to state that we will not return a null value? Just to know for the future.

View on GitHub

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

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
will do

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
will do

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
Do we need any different values for tests currently, or no, we simply need to support the mapping for now?

View on GitHub

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

View on GitHub

mattp-swirldslabs created a review comment on a pull request on hashgraph/hedera-block-node
You might add a comment to the storage epic @AlfredoG87 is doing. It should be addressed in a different PR

View on GitHub

mattp-swirldslabs created a review on a pull request on hashgraph/hedera-block-node

View on GitHub

mattp-swirldslabs created a review comment on a pull request on hashgraph/hedera-block-node
You can add the `@NonNull` annotation to the top of this method.

View on GitHub

mattp-swirldslabs created a review comment on a pull request on hashgraph/hedera-block-node
I think you can also test these 3: ``` consumer.timeoutThresholdMillis service.delayMillis persistence.storage.rootPath ```

View on GitHub

mattp-swirldslabs created a review comment on a pull request on hashgraph/hedera-block-node
You can use static imports for `Assertions` here ^^

View on GitHub

mattp-swirldslabs created a review comment on a pull request on hashgraph/hedera-block-node
You can remove this `UnsupportedOperationException` ^^

View on GitHub

mattp-swirldslabs created a review comment on a pull request on hashgraph/hedera-block-node
We should probably add an entries for the other config properties like: ``` consumer.timeoutThresholdMillis service.delayMillis persistence.storage.rootPath ```

View on GitHub

mattp-swirldslabs created a review comment on a pull request on hashgraph/hedera-block-node
I think you can remove lines 35 and 36 and add a line to cat the actual values of `.env`

View on GitHub

Load more