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

fix exact version of grpc library #1652

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

ochikov
Copy link
Contributor

@ochikov ochikov commented Jun 20, 2023

Description:
Fix the GRPC library to be the exact version.

Related issue(s):

Fixes #

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: ochikov <ognyan@limechain.tech>
@sonarcloud
Copy link

sonarcloud bot commented Jun 20, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@petreze petreze merged commit d39de9b into release/v2.27.0-beta.1 Jun 20, 2023
@petreze petreze deleted the fix/grpc-exact-version branch June 20, 2023 10:24
petreze added a commit that referenced this pull request Jun 23, 2023
* testing configurations and plugins for babel

Signed-off-by: ochikov <ognyan@limechain.tech>

* bump up version

Signed-off-by: ochikov <ognyan@limechain.tech>

* babel options and exports

Signed-off-by: ochikov <ognyan@limechain.tech>

* options for babel and for properly building the SDK

Signed-off-by: ochikov <ognyan@limechain.tech>

* Fix/issue with encode decode (#1647)

* refactor and add integration tests

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix linter

Signed-off-by: ochikov <ognyan@limechain.tech>

* add ds store ignore

Signed-off-by: ochikov <ognyan@limechain.tech>

* remove the max attempts from commonJs tests

Signed-off-by: ochikov <ognyan@limechain.tech>

* change the mainnet topicId subscription in TopicMessageQuery integration test

Signed-off-by: ochikov <ognyan@limechain.tech>

---------

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix exact version of grpc librart (#1652)

Signed-off-by: ochikov <ognyan@limechain.tech>

* remove ping all from the integration test env setup (#1650)

Signed-off-by: ochikov <ognyan@limechain.tech>

* changelog and version updated

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix getting a random node when the list is not locked (#1654)

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* prepare for release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* prepare stable release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

---------

Signed-off-by: ochikov <ognyan@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Co-authored-by: ochikov <ognyan@limechain.tech>
Co-authored-by: Ognyan Chikov <ochikov@users.noreply.github.com>
petreze added a commit that referenced this pull request Jun 28, 2023
* Release/v2.28.0 (#1655)

* testing configurations and plugins for babel

Signed-off-by: ochikov <ognyan@limechain.tech>

* bump up version

Signed-off-by: ochikov <ognyan@limechain.tech>

* babel options and exports

Signed-off-by: ochikov <ognyan@limechain.tech>

* options for babel and for properly building the SDK

Signed-off-by: ochikov <ognyan@limechain.tech>

* Fix/issue with encode decode (#1647)

* refactor and add integration tests

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix linter

Signed-off-by: ochikov <ognyan@limechain.tech>

* add ds store ignore

Signed-off-by: ochikov <ognyan@limechain.tech>

* remove the max attempts from commonJs tests

Signed-off-by: ochikov <ognyan@limechain.tech>

* change the mainnet topicId subscription in TopicMessageQuery integration test

Signed-off-by: ochikov <ognyan@limechain.tech>

---------

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix exact version of grpc librart (#1652)

Signed-off-by: ochikov <ognyan@limechain.tech>

* remove ping all from the integration test env setup (#1650)

Signed-off-by: ochikov <ognyan@limechain.tech>

* changelog and version updated

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix getting a random node when the list is not locked (#1654)

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* prepare for release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* prepare stable release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

---------

Signed-off-by: ochikov <ognyan@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Co-authored-by: ochikov <ognyan@limechain.tech>
Co-authored-by: Ognyan Chikov <ochikov@users.noreply.github.com>

* initial approach

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* improve grpc calls

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

---------

Signed-off-by: ochikov <ognyan@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Co-authored-by: ochikov <ognyan@limechain.tech>
Co-authored-by: Ognyan Chikov <ochikov@users.noreply.github.com>
petreze added a commit that referenced this pull request Jun 30, 2023
* testing configurations and plugins for babel

Signed-off-by: ochikov <ognyan@limechain.tech>

* bump up version

Signed-off-by: ochikov <ognyan@limechain.tech>

* babel options and exports

Signed-off-by: ochikov <ognyan@limechain.tech>

* options for babel and for properly building the SDK

Signed-off-by: ochikov <ognyan@limechain.tech>

* Fix/issue with encode decode (#1647)

* refactor and add integration tests

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix linter

Signed-off-by: ochikov <ognyan@limechain.tech>

* add ds store ignore

Signed-off-by: ochikov <ognyan@limechain.tech>

* remove the max attempts from commonJs tests

Signed-off-by: ochikov <ognyan@limechain.tech>

* change the mainnet topicId subscription in TopicMessageQuery integration test

Signed-off-by: ochikov <ognyan@limechain.tech>

---------

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix exact version of grpc librart (#1652)

Signed-off-by: ochikov <ognyan@limechain.tech>

* remove ping all from the integration test env setup (#1650)

Signed-off-by: ochikov <ognyan@limechain.tech>

* changelog and version updated

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix getting a random node when the list is not locked (#1654)

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* prepare for release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* prepare stable release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* GRPC improvements (#1656)

* Release/v2.28.0 (#1655)

* testing configurations and plugins for babel

Signed-off-by: ochikov <ognyan@limechain.tech>

* bump up version

Signed-off-by: ochikov <ognyan@limechain.tech>

* babel options and exports

Signed-off-by: ochikov <ognyan@limechain.tech>

* options for babel and for properly building the SDK

Signed-off-by: ochikov <ognyan@limechain.tech>

* Fix/issue with encode decode (#1647)

* refactor and add integration tests

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix linter

Signed-off-by: ochikov <ognyan@limechain.tech>

* add ds store ignore

Signed-off-by: ochikov <ognyan@limechain.tech>

* remove the max attempts from commonJs tests

Signed-off-by: ochikov <ognyan@limechain.tech>

* change the mainnet topicId subscription in TopicMessageQuery integration test

Signed-off-by: ochikov <ognyan@limechain.tech>

---------

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix exact version of grpc librart (#1652)

Signed-off-by: ochikov <ognyan@limechain.tech>

* remove ping all from the integration test env setup (#1650)

Signed-off-by: ochikov <ognyan@limechain.tech>

* changelog and version updated

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix getting a random node when the list is not locked (#1654)

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* prepare for release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* prepare stable release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

---------

Signed-off-by: ochikov <ognyan@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Co-authored-by: ochikov <ognyan@limechain.tech>
Co-authored-by: Ognyan Chikov <ochikov@users.noreply.github.com>

* initial approach

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* improve grpc calls

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

---------

Signed-off-by: ochikov <ognyan@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Co-authored-by: ochikov <ognyan@limechain.tech>
Co-authored-by: Ognyan Chikov <ochikov@users.noreply.github.com>

* prepare for release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* prepare for release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

---------

Signed-off-by: ochikov <ognyan@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Co-authored-by: ochikov <ognyan@limechain.tech>
Co-authored-by: Ognyan Chikov <ochikov@users.noreply.github.com>
monokaijs pushed a commit to monostarter/u2u-sdk-js that referenced this pull request Jul 5, 2023
* testing configurations and plugins for babel

Signed-off-by: ochikov <ognyan@limechain.tech>

* bump up version

Signed-off-by: ochikov <ognyan@limechain.tech>

* babel options and exports

Signed-off-by: ochikov <ognyan@limechain.tech>

* options for babel and for properly building the SDK

Signed-off-by: ochikov <ognyan@limechain.tech>

* Fix/issue with encode decode (hashgraph#1647)

* refactor and add integration tests

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix linter

Signed-off-by: ochikov <ognyan@limechain.tech>

* add ds store ignore

Signed-off-by: ochikov <ognyan@limechain.tech>

* remove the max attempts from commonJs tests

Signed-off-by: ochikov <ognyan@limechain.tech>

* change the mainnet topicId subscription in TopicMessageQuery integration test

Signed-off-by: ochikov <ognyan@limechain.tech>

---------

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix exact version of grpc librart (hashgraph#1652)

Signed-off-by: ochikov <ognyan@limechain.tech>

* remove ping all from the integration test env setup (hashgraph#1650)

Signed-off-by: ochikov <ognyan@limechain.tech>

* changelog and version updated

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix getting a random node when the list is not locked (hashgraph#1654)

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* prepare for release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* prepare stable release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

---------

Signed-off-by: ochikov <ognyan@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Co-authored-by: ochikov <ognyan@limechain.tech>
Co-authored-by: Ognyan Chikov <ochikov@users.noreply.github.com>
monokaijs pushed a commit to monostarter/u2u-sdk-js that referenced this pull request Jul 5, 2023
* testing configurations and plugins for babel

Signed-off-by: ochikov <ognyan@limechain.tech>

* bump up version

Signed-off-by: ochikov <ognyan@limechain.tech>

* babel options and exports

Signed-off-by: ochikov <ognyan@limechain.tech>

* options for babel and for properly building the SDK

Signed-off-by: ochikov <ognyan@limechain.tech>

* Fix/issue with encode decode (hashgraph#1647)

* refactor and add integration tests

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix linter

Signed-off-by: ochikov <ognyan@limechain.tech>

* add ds store ignore

Signed-off-by: ochikov <ognyan@limechain.tech>

* remove the max attempts from commonJs tests

Signed-off-by: ochikov <ognyan@limechain.tech>

* change the mainnet topicId subscription in TopicMessageQuery integration test

Signed-off-by: ochikov <ognyan@limechain.tech>

---------

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix exact version of grpc librart (hashgraph#1652)

Signed-off-by: ochikov <ognyan@limechain.tech>

* remove ping all from the integration test env setup (hashgraph#1650)

Signed-off-by: ochikov <ognyan@limechain.tech>

* changelog and version updated

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix getting a random node when the list is not locked (hashgraph#1654)

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* prepare for release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* prepare stable release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* GRPC improvements (hashgraph#1656)

* Release/v2.28.0 (hashgraph#1655)

* testing configurations and plugins for babel

Signed-off-by: ochikov <ognyan@limechain.tech>

* bump up version

Signed-off-by: ochikov <ognyan@limechain.tech>

* babel options and exports

Signed-off-by: ochikov <ognyan@limechain.tech>

* options for babel and for properly building the SDK

Signed-off-by: ochikov <ognyan@limechain.tech>

* Fix/issue with encode decode (hashgraph#1647)

* refactor and add integration tests

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix linter

Signed-off-by: ochikov <ognyan@limechain.tech>

* add ds store ignore

Signed-off-by: ochikov <ognyan@limechain.tech>

* remove the max attempts from commonJs tests

Signed-off-by: ochikov <ognyan@limechain.tech>

* change the mainnet topicId subscription in TopicMessageQuery integration test

Signed-off-by: ochikov <ognyan@limechain.tech>

---------

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix exact version of grpc librart (hashgraph#1652)

Signed-off-by: ochikov <ognyan@limechain.tech>

* remove ping all from the integration test env setup (hashgraph#1650)

Signed-off-by: ochikov <ognyan@limechain.tech>

* changelog and version updated

Signed-off-by: ochikov <ognyan@limechain.tech>

* fix getting a random node when the list is not locked (hashgraph#1654)

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* prepare for release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* prepare stable release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

---------

Signed-off-by: ochikov <ognyan@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Co-authored-by: ochikov <ognyan@limechain.tech>
Co-authored-by: Ognyan Chikov <ochikov@users.noreply.github.com>

* initial approach

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* improve grpc calls

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

---------

Signed-off-by: ochikov <ognyan@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Co-authored-by: ochikov <ognyan@limechain.tech>
Co-authored-by: Ognyan Chikov <ochikov@users.noreply.github.com>

* prepare for release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

* prepare for release

Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>

---------

Signed-off-by: ochikov <ognyan@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Co-authored-by: ochikov <ognyan@limechain.tech>
Co-authored-by: Ognyan Chikov <ochikov@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants