Skip to content

Releases: oracleNetworkProtocol/plugchain

v1.0.0

22 Feb 09:00
23f7593
Compare
Choose a tag to compare

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

Full Changelog: v0.7.3...v1.0.0

v0.7.3

22 Dec 07:03
75a01e2
Compare
Choose a tag to compare

Stable version of existing functions in the warehouse

v0.6.0-upgrade

29 Sep 06:58
Compare
Choose a tag to compare

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

19 Aug 06:16
Compare
Choose a tag to compare

Main network online version!

Main-network-precursor

16 Aug 09:42
Compare
Choose a tag to compare

(sdk) Bump SDK version to v0.42.6.
(tendermint) Bump Tendermint version to v0.34.11.

testnet

17 Jun 06:17
Compare
Choose a tag to compare

The version used on the first version of the testnet

The first stable version

08 Jun 02:01
Compare
Choose a tag to compare
Pre-release
v0.1.0

specify address type and modification .md document