|
|
@ -29,16 +29,6 @@ namespace eth |
|
|
|
{ |
|
|
|
|
|
|
|
//--- BEGIN: AUTOGENERATED FROM /feeStructure.json
|
|
|
|
extern u256 const c_genesisDifficulty; |
|
|
|
extern u256 const c_maximumExtraDataSize; |
|
|
|
extern u256 const c_epochDuration; |
|
|
|
extern u256 const c_genesisGasLimit; |
|
|
|
extern u256 const c_minGasLimit; |
|
|
|
extern u256 const c_gasLimitBoundDivisor; |
|
|
|
extern u256 const c_minimumDifficulty; |
|
|
|
extern u256 const c_difficultyBoundDivisor; |
|
|
|
extern u256 const c_durationLimit; |
|
|
|
|
|
|
|
extern u256 const c_tierStepGas[8]; ///< Once per operation, for a selection of them.
|
|
|
|
extern u256 const c_expGas; ///< Once per EXP instuction.
|
|
|
|
extern u256 const c_expByteGas; ///< Times ceil(log256(exponent)) for the EXP instruction.
|
|
|
@ -74,13 +64,5 @@ extern u256 const c_ripemd160WordGas; |
|
|
|
extern u256 const c_identityGas; |
|
|
|
extern u256 const c_identityWordGas; |
|
|
|
|
|
|
|
extern u256 const c_ecrecoverGas; |
|
|
|
extern u256 const c_sha256Gas; |
|
|
|
extern u256 const c_sha256WordGas; |
|
|
|
extern u256 const c_ripemd160Gas; |
|
|
|
extern u256 const c_ripemd160WordGas; |
|
|
|
extern u256 const c_identityGas; |
|
|
|
extern u256 const c_identityWordGas; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|