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

Added proxies for different networks #1331

Merged
merged 1 commit into from
Nov 24, 2022
Merged

Conversation

petreze
Copy link
Contributor

@petreze petreze commented Nov 23, 2022

Signed-off-by: Petar Tonev [email protected]

Description:
Added several additional proxy URLs for mainnet, testnet and previewnet in regards to the web gRPC

Related issue(s):

Fixes #1310

Notes for reviewer:
After the clarification about web gRPC, we added one additional proxy URL for mainnet and 7 proxy URLs for each node on testnet and previewnet

Checklist

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

@sonarcloud
Copy link

sonarcloud bot commented Nov 23, 2022

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

@codecov
Copy link

codecov bot commented Nov 23, 2022

Codecov Report

Base: 76.94% // Head: 83.44% // Increases project coverage by +6.50% 🎉

Coverage data is based on head (78dd5d6) compared to base (b8beb62).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1331      +/-   ##
===========================================
+ Coverage    76.94%   83.44%   +6.50%     
===========================================
  Files          292      292              
  Lines        72807    72849      +42     
===========================================
+ Hits         56019    60789    +4770     
+ Misses       16788    12060    -4728     
Impacted Files Coverage Δ
src/client/WebClient.js 0.00% <0.00%> (ø)
src/transaction/TransactionRecord.js 91.20% <0.00%> (+0.18%) ⬆️
src/transaction/TransactionReceiptQuery.js 84.61% <0.00%> (+0.23%) ⬆️
src/account/AccountInfo.js 78.84% <0.00%> (+0.44%) ⬆️
src/client/NodeClient.js 82.22% <0.00%> (+0.63%) ⬆️
src/contract/ContractCreateTransaction.js 87.83% <0.00%> (+0.74%) ⬆️
src/account/AccountBalanceQuery.js 85.54% <0.00%> (+0.78%) ⬆️
src/token/TokenUpdateTransaction.js 76.84% <0.00%> (+0.97%) ⬆️
src/query/CostQuery.js 93.71% <0.00%> (+1.04%) ⬆️
src/topic/TopicId.js 83.15% <0.00%> (+1.08%) ⬆️
... and 92 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ochikov ochikov merged commit ea3176e into develop Nov 24, 2022
@ochikov ochikov deleted the feature/update-grpc-web-proxy branch November 24, 2022 07:24
monokaijs pushed a commit to monostarter/u2u-sdk-js that referenced this pull request Jul 5, 2023
Signed-off-by: Petar Tonev <[email protected]>

Signed-off-by: Petar Tonev <[email protected]>
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.

Update grpc-web proxy URL
2 participants