You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release Details
design a basic contract format in v systems
add basic token related contract
re-factor the storage of the blockchain
re-organize the directories in src/main/scala src/test/scala
support string amount in Payment and Lease for Node.js API users
Release Information
contract related transactions will be activated on height 6100000 (for Mainnet), before this height, all versions before worked. After the contract related functions activate, only Euclid release or later can be worked.
all node users should backup all block information generated before. this release required to re-download the whole blockchain data started from height 1.
the default db path is directory = {user.home}/.vsys(Wallet and peers data) and data-directory = {user.home}/.vsys/data(Block data), check the configure files and reset the path.
this release for both V Systems Testnet and Mainnet users
this release most based on branch Euclid
Description
given/design a basic/simply none Turing complete contract format
a simple permitted token management contract for more blockchain developers and users
powerful the base main blockchain functionality
contract format
design a basic contract structure. (lang code, lang version, trigger, descriptor, state variable, textual)