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

Nana-EC deleted a branch hashgraph/hedera-block-node

release/99.99

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

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

repeated-block-items-improvements

AlfredoG87 pushed 1 commit to main hashgraph/hedera-block-node

View on GitHub

AlfredoG87 closed an issue on hashgraph/hedera-block-node
Enhancements pending from Repeated BlockItems PR Review
### Problem In order to unblock the rest of the team, we decided to handle the following PR Review comments on a future PR. ### Solution Implement the following improvements: - [x] 1. https://g...
AlfredoG87 closed a pull request on hashgraph/hedera-block-node
feat: Improvements ChunkUtils
**Description**: - feedback left on previous PR that was pending **Related issue(s)**: Fixes #288 **Notes for reviewer**: <!-- Provide logs, performance numbers or screenshots of the ne...
mattp-swirldslabs created a review on a pull request on hashgraph/hedera-block-node
Looks good

View on GitHub

jsync-swirlds created a comment on an issue on hashgraph/hedera-block-node
I agree with point 1 that nested zip files is counter-productive. It's pretty inexpensive to just repackage an uncompressed zip (because there is no compression/decompression involved), if we want...

View on GitHub

AlfredoG87 pushed 1 commit to gh-pages hashgraph/hedera-block-node
  • Removing release made for testing purposes only. 36692df

View on GitHub

AlfredoG87 created a comment on an issue on hashgraph/hedera-block-node
As @jsync-swirlds indicates as per recent discussions, I believe the `uncompressed zip` for consolidation of blocks in batches for definitive storage is an efficient approach. however we can still ...

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

View on GitHub

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

View on GitHub

AlfredoG87 pushed 1 commit to repeated-block-items-improvements hashgraph/hedera-block-node
  • - Various small improvements ChunkUtils - Improved variable name on ConsumerStreamResponseObserver Signed-off-by: Al... c87905c

View on GitHub

AlfredoG87 opened a draft pull request on hashgraph/hedera-block-node
refactor: Update protobuf to "latest" version
**Description**: Updated the `hedera-protobuf` to the latest version on `main` that includes the most recent changes that affect the block-node. Use main commit: `ac1c9c4` instead of temporary...
AlfredoG87 created a branch on hashgraph/hedera-block-node

update-protobuf-version - New Block Node services

AlfredoG87 opened an issue on hashgraph/hedera-block-node
Update to latest version of Hedera-Protobuf on `main`
### Problem On the Block-Node we are using a **temporary branch** that lacks `1` change to the api spec from main. ### Solution We need to update the block-node source code `server` `simulator...
mattp-swirldslabs pushed 1 commit to 00180-import-local-pbj-jar hashgraph/hedera-block-node

View on GitHub

mattp-swirldslabs pushed 42 commits to 00180-import-local-pbj-jar hashgraph/hedera-block-node
  • feat: Simulator: BlockStreamManager impl for very large DataSets (#225) Signed-off-by: Alfredo Gutierrez <alfredo@sw... a3a97cc
  • ci: Update release-automation.yaml to enable completion (#236) Signed-off-by: Roger Barker <roger.barker@swirldslabs... d55321f
  • 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
  • refactor: introduce commons module (#251) Signed-off-by: Atanas Atanasov <[email protected]> Signed-off-by: ... 1e0288c
  • feat: added MILLIS_PER_BLOCK Streaming mode to the simulator (#248) Signed-off-by: Alfredo Gutierrez <alfredo@swirld... 611e91b
  • refactor: adjust configuration management and smoke test setup to support production config by default (#232) Signed... c0ce015
  • docs: Add a protocol document for `publishBlockStream` (#267) Signed-off-by: Joseph Sinclair <joseph.sinclair@swirld... d4d8a6e
  • upgraded Helidon components to 4.1.1 Signed-off-by: Matt Peterson <[email protected]> 8a28b25
  • wip: referencing the new helidon plugin Signed-off-by: Matt Peterson <[email protected]> 2c20402
  • wip: helidon requires still broken Signed-off-by: Matt Peterson <[email protected]> 4a5062e
  • wip: pbj helidon passing tests Signed-off-by: Matt Peterson <[email protected]> 2556298
  • wip: removed the grpc io service provider. singleBlock working Signed-off-by: Matt Peterson <matt.peterson@swirldsla... 27d1005
  • wip: augmented singleBlock, dagger injection for the proxy Signed-off-by: Matt Peterson <[email protected]> 8e57ef9
  • fixed singleBlock. still errors on producer. consumer broken Signed-off-by: Matt Peterson <matt.peterson@swirldslabs... 88bd7db
  • fix: added onComplete() method and changed the timeout default for testing Signed-off-by: Matt Peterson <matt.peters... 930d18a
  • fixup Signed-off-by: Matt Peterson <[email protected]> ddb7798
  • wip: running tests Signed-off-by: Matt Peterson <[email protected]> cd0705d
  • and 22 more ...

View on GitHub

edward-swirldslabs starred hashgraph/hedera-block-node
andrewb1269hg opened 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 fo...
mattp-swirldslabs created a review on a pull request on hashgraph/hedera-block-node
Do you mind adding a README.md with some of the common usages?

View on GitHub

mattp-swirldslabs created a review on a pull request on hashgraph/hedera-block-node
Do you mind adding a README.md with some of the common usages?

View on GitHub

jasperpotts opened a pull request on hashgraph/hedera-block-node
231 add block stream tools
**Description**: <!-- One or two line summary of what this PR does and why it is needed, followed by a list of changes in imperative, present tense for use in the commit message or changelog. Ex...
Load more