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/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 2 commits to add-handshake-document hashgraph/hedera-block-node
  • feat: added MILLIS_PER_BLOCK Streaming mode to the simulator (#248) Signed-off-by: Alfredo Gutierrez <alfredo@swirld... 611e91b
  • Add a protocol document for `publishBlockStream`. * Added a new document in `docs/Protocol` for `publishBlockStream`.... a062c6f

View on GitHub

jsync-swirlds opened a draft pull request on hashgraph/hedera-block-node
Add a protocol document for `publishBlockStream`.
* Added a new document in `docs/Protocol` for `publishBlockStream`. * Included a first pass protocol definition. * Note this is in general informal language; not Estelle, SDL, LOTOS, or ...
jsync-swirlds created a branch on hashgraph/hedera-block-node

add-handshake-document - New Block Node services

jsync-swirlds created a comment on a pull request on hashgraph/hedera-block-node
@ata-nas, it appears that most of your commits on this PR are unsigned. You can fix this with the following git commands: ```shell git rebase --gpg-sign -f HEAD~20 git push --force ```

View on GitHub

rbarkerSL created a review on a pull request on hashgraph/hedera-block-node
Review applies to - `.github/workflows/smoke-test.yaml` - `README.md` LGTM

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 1 commit to main hashgraph/hedera-block-node
  • feat: added MILLIS_PER_BLOCK Streaming mode to the simulator (#248) Signed-off-by: Alfredo Gutierrez <alfredo@swirld... 611e91b

View on GitHub

AlfredoG87 deleted a branch hashgraph/hedera-block-node

simulator-streaming-improvements

AlfredoG87 closed an issue on hashgraph/hedera-block-node
Add Simulator Streaming Mode to reflect more accurate CN Behaviour
### Problem Currently the Simulator is streaming block items, and waiting an X amount of time in Nanos in between each block_item. This is not the actual behaviour by the CN who will attempt to...
AlfredoG87 closed a 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 8a9d8e1

View on GitHub

mattp-swirldslabs created a review on a pull request on hashgraph/hedera-block-node
Looks good. I like all of the tests! :)

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/251?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 closed an issue on hashgraph/hedera-block-node
refactor: introduce commons module infrastructure
### Problem Generally every project has utility classes which are usually just full of static methods. Also, there are most likely "precondition" classes which are again full of static methods t...
ata-nas pushed 1 commit to main hashgraph/hedera-block-node

View on GitHub

ata-nas closed a pull request on hashgraph/hedera-block-node
refactor: introduce commons module
**Description**: - introduce `common` module that will be used by all other modules - the `common` module will abstract common logic, mostly constants and utility classes so they could easily b...
ata-nas created a review comment on a pull request on hashgraph/hedera-block-node
I did this based on usages in other places that I saw. In the next part of the epic I will try to see if it is fine when removed along with writing some tests, if it is fine I will include it. Than...

View on GitHub

ata-nas created a review on a pull request on 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/228?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 created a comment on a pull request on hashgraph/hedera-block-node
Fixes were merged on this PR: https://github.com/hashgraph/hedera-block-node/pull/236

View on GitHub

AlfredoG87 closed a draft pull request on hashgraph/hedera-block-node
fix: Fix the Release Automation GHA WF
**Description**: Recently it was merged a new WF that will allow us to automate the release process. However as any WF of this complexity is hard to make it work at first try, due to limitations ...
AlfredoG87 created a review on a pull request on hashgraph/hedera-block-node
LGTM

View on GitHub

AlfredoG87 created a review comment on a pull request on hashgraph/hedera-block-node
do we need it here? considering that `com.hedera.block.common` plugin also has it?

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

mattp-swirldslabs created a review on a pull request on hashgraph/hedera-block-node
Looks good. Since you changed something in `.github/workflows` you might need approval from someone in RE or DevOps.

View on GitHub

jsync-swirlds created a review comment on a pull request on hashgraph/hedera-block-node
With all of these files moved to a single shared conventions plugin, what options exist to modify that behavior for different projects (e.g. this project may not retain identical java version setti...

View on GitHub

Load more