Ecosyste.ms: Timeline

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

hashgraph/hedera-block-node

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

Load more