Ecosyste.ms: Timeline

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

hashgraph/hedera-block-node

jasperpotts pushed 1 commit to 231-add-block-stream-tools hashgraph/hedera-block-node
  • Added more info to BlockInfo. Made them parallel :-) . Added option to filter by file size. Signed-off-by: jasperpot... 6bbb159

View on GitHub

ata-nas opened an issue on hashgraph/hedera-block-node
bug: gradle tasks from different subproject are not isolated
### Description Due to some concerns that arose in #264, there are repeating task names `createDockerImage` (outside the scope of the issue, but inside the scope of the discussion #264) which do t...
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 pushed 6 commits 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 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/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 5 commits to 253-refactor-use-commons-module-in-simulator hashgraph/hedera-block-node
  • test: introduce tests in common module (#274) Signed-off-by: Atanas Atanasov <[email protected]> f5f1ed2
  • refactor: Stream of repeated block items instead of block items (#269) Signed-off-by: Alfredo Gutierrez <alfredo@swi... 4fb471c
  • refactoring Constants and Utils classes from simulator Signed-off-by: Atanas Atanasov <[email protected]> fd7cd3f
  • use app properties from StringsConstants in simulator Signed-off-by: Atanas Atanasov <[email protected]> 63c6b40
  • minor refactoring and additional file reading method overload for easier usage and spotlessApply Signed-off-by: Atan... db7654d

View on GitHub

regcs starred hashgraph/hedera-block-node
Nana-EC opened an issue on hashgraph/hedera-block-node
EPIC: BN restart and rate limiting operations
### Problem As a block node operator I want to add operational and infrastructure support in phase 3 So that I can support starting from state and rate limiting ### Solution Add re-start from...
Nana-EC opened an issue on hashgraph/hedera-block-node
EPIC: State Proof & Backfilling
### Problem As a block node operator I want to support the validation of state So I can offer State Proof API ### Solution Support state proof ### Alternatives _No response_
Nana-EC opened an issue on hashgraph/hedera-block-node
EPIC: State API support
### Problem As a block node operator I want to offer state APIs So that clients can query for state snapshots and changes ### Solution State ### Alternatives _No response_
Nana-EC opened an issue on hashgraph/hedera-block-node
EPIC: AuthN & Monetization of API
### Problem As a block node operator I want to ensure authenticated access with paid usage on my streaming APIs So that I can cover some of the costs of my BN instance ### Solution Add AuthN s...
Nana-EC opened an issue on hashgraph/hedera-block-node
EPIC: BN w Live State and State Hash verification via a simulated stream
### Problem As a BN operator I want to confirm the validity of state and block state processing So I can with confidence run a Bn that meets Phase 1 requirements ### Solution SUpport ### A...
Nana-EC opened an issue on hashgraph/hedera-block-node
EPIC: Phase 3 Deployment & Observability
### Problem Phase 3 will bring in unique features such as rolling updates which will require additional deployment and observability considerations ### Solution Add deployment and observability ...
Nana-EC opened an issue on hashgraph/hedera-block-node
EPIC: Reconnect testing
### Problem AS A CN operator I WANT TO validate that reconnect via a BN is operational SO THAT I can point my reconnect attempts to a BN and not a CN ### Solution Explore exhaustive reconnec...
Nana-EC opened an issue on hashgraph/hedera-block-node
EPIC: State Snapshot API
### Problem AS A consumer app I WANT TO fetch a specific state snapshot (by block #) SO THAT I can explore the block node at that historical point in time ### Solution Implement a State Snapsh...
AlfredoG87 opened a draft pull request on hashgraph/hedera-block-node
fix: Latest Changes to protobufs
**Description**: - Changes due to hedera-protobuf updates - feedback left on previous PR that was pending **Related issue(s)**: Fixes #288 **Notes for reviewer**: <!-- Provide logs, pe...
AlfredoG87 created a branch on hashgraph/hedera-block-node

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

Mark-Swirlds created a comment on an issue on hashgraph/hedera-block-node
per https://www.notion.so/swirldslabs/Block-Node-monetization-Design-and-Notes-1227c9ab259180b9be15d8122ec18982?pvs=4 OAuth Integration: Each user account will be associated with an OAuth token ...

View on GitHub

Mark-Swirlds created a comment on an issue on hashgraph/hedera-block-node
FYI: May want to break out the TSS verification and create a separate, p3 items. @Nana-EC

View on GitHub

AlfredoG87 created a comment on an issue on hashgraph/hedera-block-node
@ata-nas. can you consider this comment as part of this ticket? https://github.com/hashgraph/hedera-block-node/pull/269#discussion_r1811171683

View on GitHub

jsync-swirlds closed an issue on hashgraph/hedera-block-node
Convert proto API to `repeated BlockItem` for `publishBlockStream`
This issue is just to change the block stream protocol buffer definitions.
github-actions[bot] pushed 1 commit to gh-pages hashgraph/hedera-block-node
  • Publish hedera-block-node-0.2.0-SNAPSHOT.tgz 134f663

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/269?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 opened 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: 1. https://githu...
AlfredoG87 closed an issue on hashgraph/hedera-block-node
Update simulator to produce variable length `repeated` block items
as a CN I want the simulator to stream the block items in batches of X configurable throught a property. # notes by default set it at `1000` block items per batch. block proof can only be a...
AlfredoG87 closed an issue on hashgraph/hedera-block-node
Update smoke tests
As a Block Node I Want to have smoke tests Need to do the necessary changes for the smoke tests to pass after the refactor of the grpc services and the repeated block items.
AlfredoG87 closed an issue on hashgraph/hedera-block-node
Update dependency version for protobufs to bring in new definitions.
Related to https://github.com/hashgraph/hedera-protobufs/pull/421 once the above PR is merged, use main with a `commit` hash reference instead of the branch.
AlfredoG87 pushed 1 commit to main hashgraph/hedera-block-node
  • refactor: Stream of repeated block items instead of block items (#269) Signed-off-by: Alfredo Gutierrez <alfredo@swi... 4fb471c

View on GitHub

Load more