Skip to content

Releases: virtualeconomy/js-vsys

v0.2.8

14 Aug 03:15
33ec37f
Compare
Choose a tag to compare
  1. Rename function name
  2. Fix bug

v0.2.7

11 Aug 03:51
9119e43
Compare
Choose a tag to compare

Fix versioning issue

v0.2.6

11 Aug 02:53
454ceb3
Compare
Choose a tag to compare

##Release Description

  1. Create new class for multisig account
  2. Documentation for multisig
  3. Generate payment transaction id in sdk

v0.2.5

11 Apr 07:12
938f458
Compare
Choose a tag to compare

DBput feature added into SDK.

v0.2.4

26 Oct 02:41
4840c7e
Compare
Choose a tag to compare
  • Fix npm import bugs
  • Add multisignature
  • Add GetTokIdx
  • Fix GetCtrtId

v0.2.3

27 Jul 09:59
65448d6
Compare
Choose a tag to compare

This release includes a new api function and fix bugs.

v0.2.2

18 Jul 07:06
fd0160e
Compare
Choose a tag to compare

Description

  • avoid using JavaScript-built-in BigInt for compatibility purposes.
  • import submodules from crypto-js
  • updates doc strings
  • fixes bugs

v0.2.1

07 Jul 10:05
8bdac02
Compare
Choose a tag to compare

Release Description

This release supports

  • conversion between token ID & contract ID
  • encryption & decryption of seed.
  • creating Account instance with private key.

v0.1.1

05 Jul 01:16
45c3df6
Compare
Choose a tag to compare

Release Description

This release supports basic operations with the VSYS blockchain(e.g. Node API, Wallet, Account, Smart Contract, etc) and publish to npmjs.

It supports the following smart contracts.

  • Token Contract
    • V1 With Split
    • V1 Without Split
    • V2 blacklist without split
    • V2 whitelist without split
  • Lock Contract
  • NFT Contract
    • V1
    • V2 with whitelist
    • V2 with blacklist
  • Payment Channel Contract
  • System Contract
  • V Swap Contract
  • V Atomic Swap Contract
  • V Stable Swap Contract
  • V Option Contract
  • V Escrow Contract