Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update proofs to v4 #507

Merged
merged 5 commits into from
Jun 18, 2020
Merged

Update proofs to v4 #507

merged 5 commits into from
Jun 18, 2020

Conversation

austinabell
Copy link
Contributor

Summary of changes
Changes introduced in this pull request:

  • For next testnet reset

Before you ask, I also don't like that we are accepting invalid codes just to manually error out later, but we need to match go impl

Reference issue to close (if applicable)

Closes #497

Other information and links

@austinabell austinabell added Status: Needs Review Spec Change Updates to implementation required due to a Filecoin spec change after implementation labels Jun 17, 2020
@austinabell austinabell merged commit 1ff34db into master Jun 18, 2020
@austinabell austinabell deleted the austin/proofsv4 branch June 18, 2020 18:45
timvermeulen pushed a commit that referenced this pull request Jun 22, 2020
* Bump dep versions

* Refactor to new proofs types

* Switch to from trait and cleanup
timvermeulen added a commit that referenced this pull request Jun 26, 2020
* Bitfield improvements

* Store prefix bits in separate variables

* Use the `Result` type alias in reader.rs

* Remove unused dependency

* Avoid creating vectors unnecessarily

* Rename union to merge

* Rename multi_union to union

* Combine first access with is_empty check

* Avoid traversing `self.unset` up front in `BitField::iter`

* Updates market actor (#496)

* initial market actor updates

* fix market actor errs

* fix linting issue

* made requested changes

* update error msg

* added verifreg to internal send and mockrt

* updated multimap error handling

* Update proofs to v4 (#507)

* Bump dep versions

* Refactor to new proofs types

* Switch to from trait and cleanup

* Update bootnodes and genesis for testnet (#509)

* Remove unnecessary >=

* Get rid of redundant `get_mut`

* Add UnverifiedBitField type in order to deserialize a bit field without verifying it

* Rename RLEPlus to RlePlus in accordance with Rust's naming conventions

* Remove pointless mutable reference

* Remove UnverifiedBitField

* Make sure that RlePlus::new returns an error on integer overflow

* Don't yield a run of length 0 whenever a short block has the value 0

Co-authored-by: Dustin Brickwood <dustinbrickwood204@gmail.com>
Co-authored-by: Austin Abell <austinabell8@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Spec Change Updates to implementation required due to a Filecoin spec change after implementation Status: Needs Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update proofs to v4 releases
3 participants