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

#### Testing I'm comparing the test runtimes **only** between https://github.com/filecoin-project/ref-fvm/actions/runs/1848484995 and https://github.com/filecoin-project/ref-fvm/actions/runs/1843583595 ###### test-fvm `0.02s` (`nextest`) vs. `0.01s` (`test`) ###### test `1.79s` (`nextest`) vs. `9.32s` (`test`) ###### conformance `244.62s` (`nextest`)...

In the future, we could expand that env var to a set of rules like `FVM_STORE_ARTIFACTS=code:SomeCid=/path/to/dir;addr:f01=/path/to/other-dir`. _Originally posted by @Stebalien in https://github.com/filecoin-project/ref-fvm/pull/616#discussion_r895215704_

A Butterflynet participant reports this panic following the nv16 migration: ``` 2022-05-31T14:46:55.403 INFO filcrypto::util::types > create_fvm_machine: start 2022-05-31T14:46:55.403 INFO filcrypto::fvm::machine > using FVM V1 2022-05-31T14:46:55.403 DEBUG fvm::machine::default > initializing a...

Kind: Chore

With Tests (https://github.com/filecoin-project/ref-fvm/issues/595, https://github.com/filecoin-project/ref-fvm/issues/585) being added to FVM, a good metric to start tracking is code coverage. Note: this is separate from https://github.com/filecoin-project/ref-fvm/issues/314 that is for code coverage inside actors.

P2
Topic: Testing

Currently, code can run before `invoke`, but it'll run out of gas immediately and trap (leading to a fatal error). We need to either: 1. Properly account for this kind...

Topic: Wasm bytecode and modules
Hint: Needs design

Test: - batch_delete - batch_set Paying attention to things like the `modified` return value.

Topic: IPLD
Topic: Testing

## `DefaultKernel` - [ ] `Kernel` - [ ] `SelfOps` - [ ] `IpldOps` https://github.com/filecoin-project/ref-fvm/pull/577 - [ ] block_open - [x] block_create - [x] block_link - [x] block_read - [x]...

Topic: Testing