Aatif Syed

Results 54 issues of Aatif Syed

https://github.com/ChainSafe/forest/blob/e8cf59d2a02e72128a5d6c2685605152facdca72/src/blocks/tipset.rs#L102

> Let's refactor this once https://github.com/Nullus157/async-compression/issues/246 is fixed _Originally posted by @aatifsyed in https://github.com/ChainSafe/forest/pull/3461#pullrequestreview-1631597485_

Status: BLOCKED

We've got two servers: - `archie`. We want this to be an archival node for all of filecoin - `fuzzy`. We want to use this for fuzz testing, maybe benchmarks....

**Issue summary** - [x] #3037 - [x] #3011 - [x] #3012 - [x] #3038 - [x] #3444 - [ ] #3445 - [x] Refactor CI jobs - [x] #3044 -...

https://github.com/ChainSafe/forest/blob/f54d8d7f31ed5f1c8f96819e0a800c5466da71a6/src/interpreter/fvm2.rs#L297-L327 https://github.com/ChainSafe/forest/blob/f54d8d7f31ed5f1c8f96819e0a800c5466da71a6/src/interpreter/fvm3.rs#L319-L349 https://github.com/ChainSafe/forest/blob/f54d8d7f31ed5f1c8f96819e0a800c5466da71a6/src/interpreter/fvm4.rs#L319-L349 Needs refactoring

Rustdoc supports footnotes[^1] [^1]: https://doc.rust-lang.org/rustdoc/how-to-write-documentation.html#footnotes But adding footnotes as described in the rustdoc documentation gives a false positive: ```console $ git describe v0.13.1 $ echo '//! This is an example...

bug

> Do we have other `const` functions that might be affected by the same problem? I wonder what a long-term solution could be here. > > In the issue, you...

Hello 👋 I'm coming from [forest](https://github.com/ChainSafe/forest), a filecoin node implementation by ChainSafe, funded by the Filecoin Foundation, and I saw the current draft of [CARv2](https://ipld.io/specs/transport/car/carv2/). I'd like to open a...

Uses [`std::array::from_fn`](https://doc.rust-lang.org/stable/std/array/fn.from_fn.html), which was introduced in [Rust 1.63.0](https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html#stabilized-apis), ~1 year ago

The motivating use-case is #4038. While we're in the area we can do a lot of cleanup. - #4067 - #4081 - #4007 - #4134 - #4172 - [x] Introduce...