ref-fvm icon indicating copy to clipboard operation
ref-fvm copied to clipboard

Reference implementation of the Filecoin Virtual Machine

Results 298 ref-fvm issues
Sort by recently updated
recently updated
newest added

## Done Criteria 1. The to-be-created release steps outlined in https://github.com/filecoin-project/ref-fvm/issues/2018 can be followed without requiring manual clicking in the GitHub UI. Instead, releases should occur as a result of...

## Done Criteria - The template includes sections for: - Pre-release checklist - PR preparation steps - Review process - Post-merge steps (tagging, publishing) - Verification steps - All steps...

Following use-cases are failed. * [Complete Trace](https://github.com/shamb0/fevm-eth-compliance-test-trace/blob/main/GeneralStateTests/stRandom/TID-34-000-01-wrt-trace-all.md#L16) - Hit with error `EVM_CONTRACT_UNDEFINED_INSTRUCTION` (ExitCode::35) | Test ID | Use-Case | | --- | --- | | TID-34-002 | randomStatetest1 | |...

Ethereum Compliance

Following use-cases are failed. * [Complete Trace](https://github.com/shamb0/fevm-eth-compliance-test-trace/blob/main/GeneralStateTests/stRandom2/TID-35-000-01-wrt-trace-all.md#L1) - Hit with error `EVM_CONTRACT_UNDEFINED_INSTRUCTION` (ExitCode::35) | Test ID | Use-Case | | --- | --- | | TID-35-009 | randomStatetest393 | |...

Ethereum Compliance

Following use-cases are failed. * [Complete Trace](https://github.com/shamb0/fevm-eth-compliance-test-trace/blob/main/GeneralStateTests/stZeroKnowledge2/TID-57-00-wrt-trace-all.md#L25-L43) - Hit with error `EVM_CONTRACT_BAD_JUMPDEST` (ExitCode::39), All the test cases are failed with `Precompile failed: error EcErr(InvalidEncoding)`. Have to confirm is testsuite is...

Ethereum Compliance
maybe-bug

Following use-cases are failed. * [Complete Trace](https://github.com/shamb0/fevm-eth-compliance-test-trace/blob/main/GeneralStateTests/stRevertTest/TID-39-00-01-wrt-trace-all.md#L1) - Skipped, Taking too long (or execution freeze). Have to re-check. | Test ID | Use-Case | | --- | --- | |...

Ethereum Compliance

Following use-cases are failed. * [Complete Trace](https://github.com/shamb0/fevm-eth-compliance-test-trace/blob/main/GeneralStateTests/stReturnDataTest/TID-38-00-01-wrt-trace-all.md#L1) - Hit with error `EVM_CONTRACT_UNDEFINED_INSTRUCTION` (ExitCode::35) | Test ID | Use-Case | | --- | --- | | TID-38-05 | clearReturnBuffer | |...

Ethereum Compliance

Following use-cases are failed. * [Complete Trace](https://github.com/shamb0/fevm-eth-compliance-test-trace/blob/main/GeneralStateTests/stSelfBalance/TID-40-00-01-wrt-trace-all.md#L27-L32) - Hit with error `EVM_CONTRACT_REVERTED` (ExitCode::33) | Test ID | Use-Case | | --- | --- | | TID-40-01 | diffPlaces |

Ethereum Compliance

Specifically, it benchmarks compiling wasm -> native via cranelift.

And update the integer overflow tests to match. It also gives us better test coverage of panics/traps.