Skip to content

Releases: meterio/meter-pov

Fork10

11 Jul 18:23
Compare
Choose a tag to compare

Fork10 is scheduled at height 40093000, around 7/12/2023 10:00 AM(PDT), including fixes:

  1. liquid staking native methods:
    • native_bucket_open
    • native_bucket_close
    • native_bucket_deposit
    • native_bucket_withdraw
    • native_bucket_transfer_fund
    • native_bucket_merge
    • native_bucket_update_candidate
    • native_bucket_value
    • native_bucket_exists
  2. remove move vulnerability from MTR/MTRG system contract
  3. disable staking with MTR
  4. range check for autobid in candidate and delegate op
  5. update mainnet settings to shrink bootstrap node from 11 to 5
  6. emit NativeAuctionStart and NativeAuctionEnd event in auction module
  7. Transfer fund from validator benefit to eMTRG map

tesla-fork9-fix1

18 May 17:14
Compare
Choose a tag to compare

This release enables a fork9 scheduled at 36427000 to happen on Meter Mainnet, features included:

  • candidate totalVotes correction (existing data revise and bucket sub calculation fix)
  • London fork tx format support EIP-2930, EIP-1559, EIP-155 and Legacy, BASEFEE opcode support
  • goroutine leak fix for pow connection
  • golang version upgrade to 1.18, dependency upgrades for libraries include goleveldb, go-amino, prometheus, crypto and log15
  • pacemaker revertTo added cleaning for pendingList and lastVotingHeight after proposalMap
  • use (epoch, round) to identify OnBeat, so no more scheduled OnBeat from last epoch will be triggered
  • avoid panic if block validation fails

tesla-fork9

18 Apr 19:13
Compare
Choose a tag to compare

This release enables a fork9 scheduled at 36427000 to happen on Meter Mainnet, features included:

  • candidate totalVotes correction (existing data revise and bucket sub calculation fix)
  • London fork tx format support EIP-2930, EIP-1559, EIP-155 and Legacy, BASEFEE opcode support
  • goroutine leak fix for pow connection
  • golang version upgrade to 1.18, dependency upgrades for libraries include goleveldb, go-amino, prometheus, crypto and log15
  • pacemaker revertTo added cleaning for pendingList and lastVotingHeight after proposalMap
  • use (epoch, round) to identify OnBeat, so no more scheduled OnBeat from last epoch will be triggered
  • avoid panic if block validation fails