All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wavesplatform.features.EvaluatorFixProvider.scala Maven / Gradle / Ivy

The newest version!
package com.wavesplatform.features

import com.wavesplatform.state.Blockchain

object EvaluatorFixProvider {
  implicit class CorrectFunctionCallScopeExt(b: Blockchain) {
    def correctFunctionCallScope: Boolean =
      b.height >= b.settings.functionalitySettings.estimatorSumOverflowFixHeight
    def newEvaluatorMode: Boolean =
      b.isFeatureActivated(BlockchainFeatures.RideV6)
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy