Skip to content

Releases: virtualeconomy/py-vsys

v0.2.1

22 Jul 03:21
5fd1bbc
Compare
Choose a tag to compare

Description

Resolves the bug where the PR which uses the community keccak package is not included in the main branch.

v0.2.0

18 Jul 08:29
911e346
Compare
Choose a tag to compare

This release includes:

  • addition of new functions like getCtrtId, getTokId;
  • removal of unused or deprecated functions;
  • various bug fixes.

v0.1.7

24 Jun 08:53
4731df4
Compare
Choose a tag to compare

This release includes fixing the problem of tempered account seed hash.

v0.1.6

13 Jun 08:59
0f273d3
Compare
Choose a tag to compare

This release includes the following changes:

update the atomic swap contract and atomic swap helper.
fix some bugs.

v0.1.5

14 Apr 03:09
4c34272
Compare
Choose a tag to compare

Release Description

Update legacy sdk name py_v_sdk in docs to py_vsys

v0.1.4

08 Apr 06:28
1a54371
Compare
Choose a tag to compare

Release Description

This release includes the following changes

  • Add method get_tok_bal to class Account to make it easier to query the token balance given an Account object & token ID.
  • Set the default branch from develop to main

v0.1.3

01 Apr 12:58
2b39f0c
Compare
Choose a tag to compare

Release Description

This release includes some code refactoring.

v0.1.2

25 Mar 08:28
Compare
Choose a tag to compare

Release Description

This release includes some code refactoring.

v0.1.1

15 Mar 10:50
a21064f
Compare
Choose a tag to compare

Release Description

Bump version to v0.1.1 to upload to pypi.org

v0.1.0

15 Mar 09:02
201288a
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)

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