Releases: oracleNetworkProtocol/plugchain
Releases · oracleNetworkProtocol/plugchain
v1.0.0
v1.0.0
The Hardfork includes the following details:
- Change the from "chain-ID" to "plugchain_520-1"
- Change the Token name "PLUG" (the relevant coin data on the chain is the data with precision 0, and the coin name with precision 6 is used for wallet, browser, and external APP application display)
- Precision 0: UPLUGCN
- Precision 6: PLUGCN
- Modify the community proposal module (GOV) and shorten the "voting period" from 504 hours (21 days) to 288 hours (14 days)
- Adjust the maximum number of verifiers to 50
- Online smart contract module functions for PVM (Plug Virtual Machine); token generation contract "PRC20" will be generated for usage
- Enable "UPLUGCN" to be burned.
- Overall adjustment of "X/Liquidity", "X/Token" and other module fee parameters for liquid providers.
- The wallet supports two key signature algorithms "Secp256k1" and "ETH_Secp256k1" from EVM (Ethereum Virtual Machine)
Attention for old on-chain records:
- Transaction records of "PLUG" will not be kep. Historical data will be uploaded to GitHub and open to the public.
- Current block height will be retained, but not for historical block heights.
- Retained historical DAO proposal information
- Retained the existing Liquidity data and existing Token data
What's Changed
- Upgrade dependency library version by @worryFree56 in #6
- Bump url-parse from 1.5.3 to 1.5.9 in /docs by @dependabot in #9
- fix flags to node and keyringbackend not found by @worryFree56 in #11
- Bump axios from 0.21.1 to 0.21.2 in /docs by @oracleNetworkProtocol in #12
New Contributors
- @oracleNetworkProtocol made their first contribution in #12
Full Changelog: v0.7.3...v1.0.0
v0.7.3
Stable version of existing functions in the warehouse
v0.6.0-upgrade
Version upgrade, adding token, liquidity, nft module, token module for token management. Liquidity module for currency exchange transactions. nft module for off-chain assets on the chain. nft, liquidity is under development. Token can be used normally
v0.5.0-mainnet-version
Main network online version!
Main-network-precursor
(sdk) Bump SDK version to v0.42.6.
(tendermint) Bump Tendermint version to v0.34.11.
testnet
The version used on the first version of the testnet
The first stable version
v0.1.0 specify address type and modification .md document