Skip to content

Releases: pegnet/pegnetd

v2.0.5 Release

27 Apr 19:33
415ffa0
Compare
Choose a tag to compare

v2.0.5 releases introduce PIP 10 implementation.

PIP10 keeps a running average price of each asset.
When it does a conversion, it uses the minimum of the market price and the average for the token it is converting, and the maximum of the market price and the average price.
It allows rapid changes in value to prevent users from leveraging them against the PegNet.

What does this mean for you?

Miners are unaffected.
Stakers are unaffected.

v2.0.4 Release

12 Mar 19:21
08a0449
Compare
Choose a tag to compare

v2.0.4 mints certain pAssets for distributing to 5% of addresses affected by the balance bug.

  1. Add V204EnhanceActivation that indicates the activation of PegNet 2.0.4
  2. Add V204BurnMintTokenActivation that indicates the activation that burns the remaining airdrop amount.
  3. MintTokensForBalance function that mint tokens for 2.0.4
  4. NullifyMintTokens that burn remaining funds from GlobalMintAddress
  5. Add GlobalMintAddress for AirDrop distribution
  6. Add MintTotalSupplyMap for AirDrop distribution

After rebalancing for 5% of addresses affected by the balance bug, the remaining minted pAssets would be burned around 30 days later.

v2.0.3 Release

25 Feb 22:17
f2fc6d4
Compare
Choose a tag to compare

Mainly, v2.0.3 has fixed some consensus issues that happened in version 2.0.2, and makes balances consistent across all nodes.

  1. Removed randomization algorithm
  2. Added old burn address in consensus algorithm
  3. Added function that nullifies burn address for old block heights
  4. Used correct rates on chain for the block under V20DevRewardsHeightActivation height.
  5. Gave correct developer rewardPayout which were applied wrong in consensus point of view.
  6. Fixed recordBatch function that submit the batch to the database which happened v2.0.2
  7. Calculated correct rates for all pAssets on chain.
  8. Added reset db script in v2.0.3
  9. Added InsertZeroingCoinbase() function for old transactions.

What does this mean for you?

  • You have to resync pegnetd from scratch.
    You can remove the old pegnetd database using ./pegnetd resetDB command.

v2.0.2 Release

01 Dec 20:55
97d2b91
Compare
Choose a tag to compare
  • Resetting Burn Address
  • Fix Dev Reward
  • Disable small market cap conversion
  • Add TestNet configuration
  • Enable Transfer, Conversion while price changes between SPR & OPR
  • Increase Tolerance range from 10 to 25
  • Bug fixes from v2.0.1

What does this mean for you?

  • If you are a solo miner using the reference miner. Update immediately, as you are not currently earning any rewards.
  • If you are running the prosper pool software as the pool operator, you need to update

v2.0.1 Release

28 Aug 09:26
6605071
Compare
Choose a tag to compare
  • Activate Zeroing funds at Global Burn Address
  • Activate developer rewards
  • Activate Staking Signature
  • Bug fixes from v2.0

What does this mean for you?

  • If you are a solo miner using the reference miner. Update immediately, as you are not currently earning any rewards.
  • If you are running the prosper pool software as the pool operator, you need to update (update coming soon for prosper)
  • If you are a miner on the orax or prosper-pool, you do not need to take any action.
  • You should re-sync from a pre-2.0 activation height

v2.0 + V5 OPR Release

19 Aug 08:46
44f08c4
Compare
Choose a tag to compare

Hardfork is at block height 258796 estimated to be Aug 19th, 2020, 14:00 UTC. All updates must happen prior to this block height.

Staking 1 “pAsset Staking” - Snapshot based staking payout (PIP-12)
pAsset balances are rewarded daily. No minimum amount required.
The reward is 4,500 PEG per block.

Detect divergence between SPR and OPR to determine assets prices (PIP-14)
Staking sets the upper and lower bounds of a price range, but oprs set the price specifically.
If the winning opr isn't in the staking range, the network pauses. That way neither stakers nor miners alone can change the price, both would have to work together.Both miners and stakers get the price data from the same sources.

Developers Reward Payouts (PIP-16)
Distributed rewards collected for developers every 24h (144 blocks).
The reward is 2,000 PEG per block.

FCT Gateway Close
Disable FCT --> pFCT burns completely from 2.0 activation.

Zeroing funds at Global Burn Address
FA2BURNBABYBURNoooooooooooooooooooooooooooooooDGvNXy

V5 OPR Update

V5 oprs come with 20 additional currencies:

Add Currency AED
Add Currency ARS
Add Currency TWD
Add Currency RWF
Add Currency KES
Add Currency UGX
Add Currency TZS
Add Currency BIF
Add Currency ETB
Add Currency NGN
Add CryptoCurrency HBAR
Add CryptoCurrency NEO
Add CryptoCurrency CRO
Add CryptoCurrency ETC
Add CryptoCurrency ONT
Add CryptoCurrency DOGE
Add CryptoCurrency VET
Add CryptoCurrency HT
Add CryptoCurrency ALGO
Add CryptoCurrency DGB

v2.0-beta-1

12 Aug 15:27
21e9f7e
Compare
Choose a tag to compare
v2.0-beta-1 Pre-release
Pre-release

Preview version for PegNet 2.0

[Hotfix] Bugfix release for stall

22 Jul 07:14
7a6d381
Compare
Choose a tag to compare

This releases addresses the MainNet stall on 7/22/2020 and introduces no functionality changes to pegnet.

Changelog:

  • Check for int64 overflow in transactions

V4 OPR Release

04 Feb 15:33
6662203
Compare
Choose a tag to compare

V4 OPR Update

Hardfork is at block height 231620 estimated to be Feb 12, 2020, 18:00 UTC. All updates must happen prior to this block height.

V4 oprs come with additional currencies:

  • Add Currency AUD
  • Add Currency NZD
  • Add Currency SEK
  • Add Currency NOK
  • Add Currency RUB
  • Add Currency ZAR
  • Add Currency TRY
  • Add CryptoCurrency EOS
  • Add CryptoCurrency LINK
  • Add CryptoCurrency ATOM
  • Add CryptoCurrency BAT
  • Add CryptoCurrency XTZ

Also Supports ECDSA keys for the erc20 Ethereum bridge.

What does this mean for you?

  • If you are a solo miner using the reference miner. Update immediately, as you are not currently earning any rewards.
  • If you are running the prosper pool software as the pool operator, you need to update (update coming soon for prosper)
  • If you are a miner on the orax or prosper-pool, you do not need to take any action.

Changelog

  • pegnetd properties cli ocmmand to get versioning information
  • pegnetd get bank <height> for PEG conversion demand information
  • Hardfork testing for future updates and preventing improperly synced pegnetd's from running
  • V4 additional currencies
  • ECDSA key support
  • Changed PEG bank behavior to only work on Pegnet blocks and not skipped blocks

V4 OPR Release

03 Feb 17:17
1230623
Compare
Choose a tag to compare
V4 OPR Release Pre-release
Pre-release

This update had some automatic deployment issues, and is retagged