Melanie Riise
Melanie Riise
https://rillrate.com/ is awkward on mobile devices.
## Summary Gossipsub silently rejects future messages from anonymous messages senders after the first message while using permissive validation ## Expected behaviour emit event on message or peer rejection when...
WASM support
This issue is an attempt to gather information relating to WASM support for rust-libp2p as well as serve as somewhat of a tracking / discussion issue. ## Transports The general...
- [x] sha256 - [x] sha3FIPS256 (Keccak256) - [x] [ripemd160](https://github.com/multiformats/rust-multihash/pull/226) ~~(waiting on new release of rust-multihash)~~
## MVP - [ ] Endpoint for FFI to call into FVM to start up a validator - [ ] CGO FFI bindings - [ ] Syscall access constraining TODO...
`uint` crate makes it's bigints from u64, which won't be as efficient as using u32 in wasm32 (collections of u32 _may_ also be faster on x86 due to cache line...
The idea of Machine IDs were to have a _somewhat_ random number that could identify a machine (epoch + some random number). Ideally we would get some randomness from the...
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_
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.