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/232?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 main hashgraph/hedera-block-node
  • refactor: adjust configuration management and smoke test setup to support production config by default (#232) Signed... c0ce015

View on GitHub

ata-nas closed an issue on hashgraph/hedera-block-node
refactor: adjust configuration management and smoke test setup to support production config by default
As a Block Node administrator I want production configuration by default so that I can minimize dealing with app.properties changes * Currently, `smoke_test.yaml` runs the smoke tests using `g...
ata-nas closed a pull request on hashgraph/hedera-block-node
refactor: adjust configuration management and smoke test setup to support production config by default
**Description**: - make the default values in config records to be the production ones; - the app.properties file should not be setting the production values, by default it should be empty, we ...
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/232?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 3 commits to 185-refactor-adjust-configuration-management-and-smoke-test-setup-to-support-production-config-by-default hashgraph/hedera-block-node
  • 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
  • refactoring configuration management Signed-off-by: Atanas Atanasov <[email protected]> 4f39560

View on GitHub

georgi-l95 pushed 4 commits to 239-refactor-start-and-stop-functionality-of-the-simulator hashgraph/hedera-block-node
  • 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
  • feat: add new handlers Signed-off-by: georgi-l95 <[email protected]> a36eec7

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 created a review comment on a pull request on hashgraph/hedera-block-node
We could add overview section, briefly describing what this document is all about. OR we can add a readme in the root folder itself, describing what protocol design documents are stored here.

View on GitHub

georgi-l95 created a review comment on a pull request on hashgraph/hedera-block-node
```suggestion **Note**: Block Node can (re)enter connect _any_ time that Block Node gets the next block from Publisher with a block number that is not what the Block Node expects. This simpl...

View on GitHub

georgi-l95 created a review comment on a pull request on hashgraph/hedera-block-node
```suggestion `Block Node`: A software system intended to store and process a Block Stream. The API for a Block Node is defined in `HIP-1056`, among others. `Block Number`: A monotonically i...

View on GitHub

georgi-l95 created a review comment on a pull request on hashgraph/hedera-block-node
The format in which is described the logic bugs me a little, as it's gets a little deep and somewhat not very eye friendly. Although I don't have any better suggestions currently, so we can leave i...

View on GitHub

georgi-l95 created a review on a pull request on hashgraph/hedera-block-node
Overall looks good, I've already reviewed the design, so don't have any comments on it. Left a few formatting suggestions.

View on GitHub

georgi-l95 created a review on a pull request on hashgraph/hedera-block-node
Overall looks good, I've already reviewed the design, so don't have any comments on it. Left a few formatting suggestions.

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/267?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 pushed 1 commit to add-handshake-document hashgraph/hedera-block-node

View on GitHub

AlfredoG87 opened an issue on hashgraph/hedera-block-node
Update all tests as needed
AlfredoG87 pushed 5 commits to repeated-block-items-refactor hashgraph/hedera-block-node
  • 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
  • temporary commit to use protobuf from temporal branch block-repeated-fix-tss-message, hopefully by the time this read... 24774eb
  • simple changes to allow the simulator to stream List<BlockItems> instead of individual block items. Pending to add a... 30f569a
  • Changes to Helidon and Services Signed-off-by: Alfredo Gutierrez <[email protected]> d18788f

View on GitHub

AlfredoG87 created a comment on a pull request on hashgraph/hedera-block-node
Closing this, no longer useful. Not yet deleting the branch

View on GitHub

AlfredoG87 closed a draft pull request on hashgraph/hedera-block-node
Just a POC, do Not Merge. Good file format whole block stream poc
**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...
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/267?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 1 commit to add-handshake-document hashgraph/hedera-block-node

View on GitHub

AlfredoG87 opened a draft pull request on hashgraph/hedera-block-node
Repeated block items refactor
**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...
AlfredoG87 created a branch on hashgraph/hedera-block-node

repeated-block-items-refactor - New Block Node services

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

View on GitHub

Load more