hedera-sdk-js
hedera-sdk-js copied to clipboard
feat: HIP-1046
trafficstars
Added
WebClient.forMirrorNetwork()factory method now works and correctly initializes and updates the address book during initialization.WebClientnow supports scheduled network updates via thescheduleNetworkUpdate: trueoption, and manual updates using theupdateNetwork()method.AddressBookQueryis now supported in browser environments.MirrorNodeContractCallQueryis now supported in browser environments.MirrorNodeContractЕstimateQueryis now supported in browser environments. Related issue(s): 3102 3148
Checklist
- [x] Documented (Code comments, README, etc.)
- [] Tested (unit, integration, etc.)
Codecov Report
Attention: Patch coverage is 44.50262% with 318 lines in your changes missing coverage. Please review.
| Files with missing lines | Coverage Δ | |
|---|---|---|
| src/Cache.js | 77.42% <ø> (+0.04%) |
:arrow_up: |
| src/address_book/Endpoint.js | 100.00% <100.00%> (+12.62%) |
:arrow_up: |
| src/client/Client.js | 86.78% <100.00%> (-0.02%) |
:arrow_down: |
| src/client/ManagedNetwork.js | 91.58% <ø> (-0.05%) |
:arrow_down: |
| src/client/MirrorNetwork.js | 100.00% <ø> (+2.63%) |
:arrow_up: |
| src/client/NodeClient.js | 89.43% <100.00%> (+3.11%) |
:arrow_up: |
| src/exports.js | 100.00% <ø> (ø) |
|
| src/index.js | 72.72% <100.00%> (+9.09%) |
:arrow_up: |
| src/network/AddressBookQuery.js | 60.32% <ø> (-0.32%) |
:arrow_down: |
| src/query/MirrorNodeContractCallQuery.js | 100.00% <100.00%> (ø) |
|
| ... and 9 more |
... and 1 file with indirect coverage changes
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
:tada: Snyk checks have passed. No issues have been found so far.
:white_check_mark: security/snyk check is complete. No issues have been found. (View Details)
:white_check_mark: license/snyk check is complete. No issues have been found. (View Details)
:tada: Snyk checks have passed. No issues have been found so far.
:white_check_mark: security/snyk check is complete. No issues have been found. (View Details)
LGTM