Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

docs: packages #413

Merged
merged 1 commit into from
Oct 25, 2021
Merged

docs: packages #413

merged 1 commit into from
Oct 25, 2021

Conversation

ghost
Copy link

@ghost ghost commented Oct 23, 2021

Description

This PR

  • updates the package description with the subscriptions package.
  • fixes the incorrect dependency description for the blockchain package.
  • adds the version column in the table to show the latest version available per package.
Package Version Description Dependencies
@zilliqa-js/core npm Core abstractions and base classes, such as HTTPProvider and network logic for interfacing with the Zilliqa JSON-RPC.
@zilliqa-js/util npm Miscellaneous functions that take care of serialisation/deserialisation and validation.
@zilliqa-js/crypto npm Exposes several loosely-coupled cryptographic convenience functions for working with the Zilliqa blockchain and its cryptographic primitives, such as Schnorr signatures. @zilliqa-js/util
@zilliqa-js/proto npm Protobuf source files and corresponding generated JS modules.
@zilliqa-js/account npm Wallet, Account and Transaction abstractions. @zilliqa-js/core, @zilliqa-js/crypto, @zilliqa-js/proto
@zilliqa-js/blockchain npm Main interface to the Zilliqa JSON-RPC. @zilliqa-js/account
@zilliqa-js/contract npm Exposes a Contracts module that takes care of smart contract deployment and interaction. @zilliqa-js/blockchain
@zilliqa-js/subscriptions npm Classes to interact with the websocket API of Zilliqa node.
@zilliqa-js/viewblock npm Library interfacing with ViewBlock's APIs. This package is maintained by Ashlar @zilliqa-js/crypto

Motivation and Context

How has this been tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • Add tests to cover changes as needed.
  • Update documentation as needed.

@codecov-commenter
Copy link

codecov-commenter commented Oct 23, 2021

Codecov Report

Merging #413 (cdfbd2b) into dev (67115d0) will increase coverage by 0.13%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #413      +/-   ##
==========================================
+ Coverage   82.16%   82.30%   +0.13%     
==========================================
  Files          43       43              
  Lines        1811     1825      +14     
  Branches      331      331              
==========================================
+ Hits         1488     1502      +14     
  Misses        322      322              
  Partials        1        1              
Impacted Files Coverage Δ
packages/zilliqa-js-crypto/src/index.ts 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 67115d0...cdfbd2b. Read the comment docs.

@ghost ghost force-pushed the docs/packages branch 5 times, most recently from 5612368 to b3d2757 Compare October 25, 2021 03:02
@ghost ghost force-pushed the docs/packages branch from b3d2757 to e051dd2 Compare October 25, 2021 04:59
@ghost ghost force-pushed the docs/packages branch from e051dd2 to cdfbd2b Compare October 25, 2021 05:16
@bb111189 bb111189 merged commit 9d5c64f into dev Oct 25, 2021
@bb111189 bb111189 deleted the docs/packages branch October 25, 2021 06:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants