Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NET-527 maintain operator value service #1513

Merged

Conversation

samigabor
Copy link
Contributor

@samigabor samigabor commented Jun 12, 2023

Added MaintainOperatorValueService, helper and tests

@github-actions github-actions bot added the broker Related to Broker Package label Jun 12, 2023
@samigabor samigabor changed the base branch from main to NET-953-tatum-miner-framework June 12, 2023 19:39
samigabor and others added 19 commits June 12, 2023 22:50
…nto maintainTopologyService

* origin/NET-953-tatum-miner-framework: (54 commits)
  ci: fix log collection(?)
  fix compilation issue
  fix tests
  fix tests in CI
  build(deps): Bump lerna from 7.0.0 to 7.0.1 (#1538)
  build(deps): Bump @manypkg/cli from 0.20.0 to 0.21.0 (#1529)
  build(deps-dev): Bump @types/uuid from 9.0.1 to 9.0.2 (#1535)
  build(deps): Bump @snapshot-labs/snapshot.js from 0.4.94 to 0.4.97 (#1527)
  build(deps): Bump eslint from 8.41.0 to 8.42.0 (#1537)
  build(deps-dev): Bump concurrently from 8.1.0 to 8.2.0 (#1530)
  build(deps-dev): Bump webpack from 5.84.1 to 5.86.0 (#1536)
  build(deps): Bump core-js from 3.30.2 to 3.31.0 (#1531)
  build(deps-dev): Bump @babel/preset-env from 7.22.2 to 7.22.5 (#1534)
  build(deps-dev): Bump electron from 25.0.0 to 25.1.0 (#1532)
  build(deps): Bump @typescript-eslint/eslint-plugin from 5.59.9 to 5.59.11 (#1533)
  build(deps): Bump @babel/runtime-corejs3 from 7.22.3 to 7.22.5 (#1526)
  ci(deps): Bump docker/metadata-action from 4.5.0 to 4.6.0 (#1523)
  ci(deps): Bump docker/setup-buildx-action from 2.6.0 to 2.7.0 (#1524)
  ci(deps): Bump docker/build-push-action from 4.1.0 to 4.1.1 (#1525)
  build(deps): Bump @lit-protocol/uint8arrays from 2.2.11 to 2.2.24 (#1522)
  ...

# Conflicts:
#	package-lock.json
#	packages/broker/package.json
#	packages/broker/src/plugins/operator/FakeOperatorClient.ts
#	packages/broker/src/plugins/operator/MaintainTopologyService.ts
#	packages/broker/test/integration/plugins/operator/MaintainTopologyService.test.ts
#	packages/broker/test/integration/plugins/operator/OperatorClient.test.ts
@samigabor samigabor marked this pull request as ready for review June 16, 2023 11:51
@samigabor samigabor requested review from harbu and teogeb June 22, 2023 13:39
@samigabor samigabor requested a review from teogeb June 26, 2023 11:50
@samigabor samigabor requested a review from teogeb June 26, 2023 14:15
Copy link
Contributor

@teogeb teogeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@samigabor samigabor merged commit 1a9b41a into NET-953-tatum-miner-framework Jun 27, 2023
18 checks passed
@samigabor samigabor deleted the NET-527_maintain_operator_value_service branch June 27, 2023 09:10
samt1803 added a commit that referenced this pull request Jun 27, 2023
…nto nodeInspectionFlagService

* origin/NET-953-tatum-miner-framework: (29 commits)
  Refactor operator plugin (#1575)
  NET-527 maintain operator value service (#1513)
  build(deps): Bump @typescript-eslint/parser from 5.59.11 to 5.60.1 (#1603)
  build(deps): Bump @snapshot-labs/snapshot.js from 0.4.99 to 0.4.100 (#1596)
  build(deps-dev): Bump electron from 25.1.1 to 25.2.0 (#1597)
  build(deps): Bump tsyringe from 4.7.0 to 4.8.0 (#1598)
  build(deps): Bump @typescript-eslint/eslint-plugin from 5.59.11 to 5.60.0 (#1600)
  build(deps-dev): Bump nightwatch from 2.6.21 to 3.0.1 (#1601)
  build(deps-dev): Bump webpack from 5.87.0 to 5.88.0 (#1602)
  release(client, cli-tools): v8.5.4
  Docs (#1591)
  refactor(client): Remove `GapFillFailedError` (#1579)
  feat(client): Abort resends when `OrderMessages` stops (#1571)
  fix(client): Resume after gap fill error (#1570)
  test(client): Unit tests for resend subscription (#1569)
  build(deps): Bump eslint from 8.42.0 to 8.43.0 (#1560)
  build(deps): Bump commander from 10.0.1 to 11.0.0 (#1559)
  build(deps): Bump semver from 7.5.1 to 7.5.2 (#1562)
  feat(client): Informative error messages for contract call errors (#1558)
  fix(client): Error handling of `fetchHttpStream` (#1554)
  ...

# Conflicts:
#	packages/broker/.vscode/launch.json
#	packages/broker/package.json
#	packages/broker/src/plugins/operator/FakeOperatorClient.ts
#	packages/broker/src/plugins/operator/MaintainTopologyHelper.ts
#	packages/broker/src/plugins/operator/MaintainTopologyService.ts
#	packages/broker/src/plugins/operator/OperatorPlugin.ts
#	packages/broker/test/integration/plugins/operator/MaintainTopologyHelper.test.ts
#	packages/broker/test/integration/plugins/operator/MaintainTopologyService.test.ts
#	packages/broker/test/integration/plugins/operator/smartContractUtils.ts
#	packages/broker/test/unit/plugins/operator/MaintainTopologyService.test.ts
harbu added a commit that referenced this pull request Jun 28, 2023
Added MaintainOperatorValueService, helper and tests

---------

Co-authored-by: Christoph-Samuel Pitter <christoph-samuel.pitter@streamr.network>
Co-authored-by: Eric Andrews <eric.andrews@streamr.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
broker Related to Broker Package client Related to Client Package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants