-
Notifications
You must be signed in to change notification settings - Fork 135
Update api from election post to winning post and window post #69
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
Conversation
1c9fc64
to
45ef218
Compare
@dignifiedquire - I've generated CGO bindings for you, which is part of the issue. PR for that can be found here. |
generate CGO bindings from new Rust API
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BLOCKING: The go.mod file points to a local (on your host, @dignifiedquire) version of specs-actors.
* use latest specs-actors * generate new CGO bindings * delete now-dead types * fix warnings from oddly-formed format string * drop EligibleSectors field, which wasn't used / didn't exist * circleci to use go-paramfetch to download (instead of paramcache to generate) * linter said i had to delete you. sorry, toSectors * clippy made me do it * clippy says conversion wasn't necessary * clippy says reading to end of file is naughty * disable pesky gomodules for binary build * so annoying
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go go go
…ensure i'm not crazy
…in-project#69) * update api from election post to winning post * add winning post api * generate new CGO bindings * happy clippyg * cleanup and add test for window post * windWOW.bizgit add . * basic adjustments to the go interface * gofmt * fix go tests * fix constants conversions * upate api * update to latest version * regenerate CGO bindings + drop unused struct which referenced non… (filecoin-project#73) * use latest specs-actors * generate new CGO bindings * delete now-dead types * fix warnings from oddly-formed format string * drop EligibleSectors field, which wasn't used / didn't exist * circleci to use go-paramfetch to download (instead of paramcache to generate) * linter said i had to delete you. sorry, toSectors * clippy made me do it * clippy says conversion wasn't necessary * clippy says reading to end of file is naughty * disable pesky gomodules for binary build * so annoying * write a dumb property test for GenerateWinningPoStSectorChallenge to ensure i'm not crazy * add failing property test * copy values from one memory space to the other Co-authored-by: laser <[email protected]>
Depends on