Closed aldoborrero closed 1 year ago
Story: manifoldfinance/mevETH2#68
Ideally, we should test the specific functionality of the mevETH contract. This includes the following functions:
mevETH
setManifoldLSD
mint
burn
setConfig
setSendVersion
setReceiveVersion
forceResumeReceive
setTrustedRemote
setTrustedRemoteAddress
setPrecrime
setMinDstGas
setPayloadSizeLimit
estimateSendFee
setUseCustomAdapterParams
_calculateFee
sendCrossChain
_checkAdapterParams
_nonblockingLzReceive
setFee
setFeeReceiver
Describe the solution you'd like
Include tests related to the above functions using fuzzing mechanisms but also regular tests if makes sense.
Acceptance criteria
Must include tests under tests/mevETHTest.t.sol
tests/mevETHTest.t.sol
This issue belongs to the previous 0xBeans version. No longer relevant on the new context.
Story: manifoldfinance/mevETH2#68
Description
Ideally, we should test the specific functionality of the
mevETH
contract. This includes the following functions:setManifoldLSD
mint
burn
setConfig
setSendVersion
setReceiveVersion
forceResumeReceive
setTrustedRemote
setTrustedRemoteAddress
setPrecrime
setMinDstGas
setPayloadSizeLimit
estimateSendFee
setUseCustomAdapterParams
_calculateFee
sendCrossChain
_checkAdapterParams
_nonblockingLzReceive
setFee
setFeeReceiver
Describe the solution you'd like
Include tests related to the above functions using fuzzing mechanisms but also regular tests if makes sense.
Acceptance criteria
Must include tests under
tests/mevETHTest.t.sol