Releases: virtualeconomy/py-vsys
Releases · virtualeconomy/py-vsys
v0.2.1
Description
Resolves the bug where the PR which uses the community keccak package is not included in the main
branch.
v0.2.0
This release includes:
- addition of new functions like getCtrtId, getTokId;
- removal of unused or deprecated functions;
- various bug fixes.
v0.1.7
This release includes fixing the problem of tempered account seed hash.
v0.1.6
This release includes the following changes:
update the atomic swap contract and atomic swap helper.
fix some bugs.
v0.1.5
Release Description
Update legacy sdk name py_v_sdk
in docs to py_vsys
v0.1.4
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
Release Description
This release includes some code refactoring.
v0.1.2
Release Description
This release includes some code refactoring.
v0.1.1
Release Description
Bump version to v0.1.1
to upload to pypi.org
v0.1.0
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