Skip to content

Commit

Permalink
release tesla-fork10
Browse files Browse the repository at this point in the history
  • Loading branch information
simonzg committed Jul 11, 2023
1 parent 8ead35d commit d4ad2dd
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion meter/chain_param.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const (
TeslaFork8_TestnetStartNum = 27902500 // around 2/26/2023 12:00 PM (PDT)
)

// fork8 fixes include:
// fork9 fixes include:
// 1. optimize proposal query/forward to avoid query flood
// 2. propose block with local QCHigh, instead of designated height
// 3. use best block in timeout newview, to secure network liveness
Expand All @@ -157,6 +157,24 @@ const (
TeslaFork9_TestnetStartNum = 31556000 // around 4/15/2023 7:00 AM (PDT)
)

// fork10 fixes include:
// 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
const (
TeslaFork10_MainnetStartNum = 40093000 // around 7/10/2023 10:00 AM (PDT)
TeslaFork10_TestnetStartNum = 36782600 // around 6/17/2023 12:00 AM (PDT)
Expand Down

0 comments on commit d4ad2dd

Please sign in to comment.